/AWS1/CL_QLSIOUSAGE¶
Contains I/O usage metrics for a command that was invoked.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_readios TYPE /AWS1/QLSREADIOS /AWS1/QLSREADIOS¶
The number of read I/O requests that the command made.
iv_writeios TYPE /AWS1/QLSWRITEIOS /AWS1/QLSWRITEIOS¶
The number of write I/O requests that the command made.
Queryable Attributes¶
ReadIOs¶
The number of read I/O requests that the command made.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_READIOS() |
Getter for READIOS |
WriteIOs¶
The number of write I/O requests that the command made.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WRITEIOS() |
Getter for WRITEIOS |