2017-05-04 10:49:01 -07:00
|
|
|
# IOCounters Object
|
|
|
|
|
2021-11-16 05:13:18 +01:00
|
|
|
* `readOperationCount` number - The number of I/O read operations.
|
|
|
|
* `writeOperationCount` number - The number of I/O write operations.
|
|
|
|
* `otherOperationCount` number - Then number of I/O other operations.
|
|
|
|
* `readTransferCount` number - The number of I/O read transfers.
|
|
|
|
* `writeTransferCount` number - The number of I/O write transfers.
|
|
|
|
* `otherTransferCount` number - Then number of I/O other transfers.
|