mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
9 lines
427 B
Markdown
9 lines
427 B
Markdown
# IOCounters Object
|
|
|
|
* `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.
|