IOs in DB2

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • TMAG

    #1

    IOs in DB2

    How can we distinguish sequnetial vs random IOs in db2. IS there any
    kind of db2 or OS level monitoring that can help in this regard ? I am
    running db2 on windows.

    thanks
  • Serge Rielau

    #2
    Re: IOs in DB2

    TMAG wrote:
    How can we distinguish sequnetial vs random IOs in db2. IS there any
    kind of db2 or OS level monitoring that can help in this regard ? I am
    running db2 on windows.
    I'm far from beinmg an expert on the topic, but here is where I'd start
    to look:


    Cheers
    Serge
    --
    Serge Rielau
    DB2 Solutions Development
    IBM Toronto Lab

    Comment

    • stefan.albert

      #3
      Re: IOs in DB2

      random IO can be seen in logical/physical read and write to buffer
      pool (asynchr.).
      sequential IO is done by the prefetchers.

      On Sep 6, 11:24 pm, TMAG <to_t...@hotmai l.comwrote:
      How can we distinguish sequnetial vs random IOs in db2. IS there any
      kind of db2 or OS level monitoring that can help in this regard ? I am
      running db2 on windows.
      >
      thanks

      Comment

      Working...