Db2 Direct I/O Test
This test monitors the I/O activity on the currently active DB2 database.
Target of the test : A DB2 database server
Agent deploying the test : An internal agent
Outputs of the test : One set of results for every DB2 database server being monitored
|
Measurement | Description | Measurement Unit | Interpretation |
---|---|---|---|
Direct Read Rate: |
Indicates the total number of direct reads by the application per second. In other words, it is the number of read operations that do not use the buffer pool. |
Reads/Sec |
Direct reads are performed in units, the smallest being a 512-byte sector. They are used when:
A high value over a period of time may be indicative of a performance bottleneck.
|
Direct Write Rate: |
Indicates the total number of direct writes by the application per second. In other words, it is the number of write operations that do not use the buffer pool. |
Writes/Sec |
Direct writes are performed in units, the smallest being a 512-byte sector. They are used when:
A high value over a period of time may be indicative of a performance bottleneck. |
Buffer Pool IO Rate: |
Indicates the rate at which the buffer pool I/O operations are being done in the database. |
IOPS |
In conjunction with the hit ratio statistics, and the characteristics of the applications executing, the I/O load may require adjustment of BUFFPAGE, or applications may require further tuning. |