Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 388 Bytes

io-counters.md

File metadata and controls

8 lines (7 loc) · 388 Bytes

IOCounters Object(IO值对象)

  • readOperationCount Number - I/O读操作的数量.
  • writeOperationCount Number - I/O写操作的数量.
  • otherOperationCount Number - I/O其它读写操作的数量.
  • readTransferCount Number - I/O读取传输的次数.
  • writeTransferCount Number - I/O写入传输的次数.
  • otherTransferCount Number - I/O其它读写传输的次数.