mirror of
https://github.com/electron/electron.git
synced 2026-01-15 02:18:18 -05: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.
|