IOTHREADSTATISTICSRESET
The system table SYSINFO.IOTHREADSTATISTICSRESET
contains information about all I/O operations per volume queue since the last RESET IOTHREADSTATISTICS
or RESET ALL
.
|
TIMESTAMP |
Time of the last RESET for these entries |
|
CHAR(1) |
Volume type (L: log, D: data, T: trace, M: mirrored log) |
|
FIXED(10) |
Volume identification of the runtime environment |
|
FIXED(5) |
Identification of partition |
|
FIXED(10) |
Queue index on a volume (0-based) |
|
FIXED(10) |
Task group identification if I/O is executed w/o using a queue |
|
FIXED(20) |
Number of reads |
|
FIXED(20) |
Number of pages read during the read process |
|
FIXED(20) |
Total time of the read operation with active time measurement (µs) |
|
FIXED(20) |
Number of measured reads |
|
FIXED(20) |
Number of write operations |
|
FIXED(20) |
Number of pages written during the read process |
|
FIXED(20) |
Total time of the write operation with active time measurement (µs) |
|
FIXED(20) |
Number of measured write operations |
|
FIXED(5) |
Number of pending I/O calls |
|
FIXED(5) |
Maximum number of pending I/O calls |