Struct ChildProcessTracker.IO_COUNTERS
Contains I/O accounting information for a process or a job object. For a job object, the counters include all operations performed by all processes that have ever been associated with the job, in addition to all processes currently associated with the job.
public struct ChildProcessTracker.IO_COUNTERS
Fields
- OtherOperationCount
The number of I/O operations performed, other than read and write operations.
- OtherTransferCount
The number of bytes transferred during operations other than read and write operations.
- ReadOperationCount
The number of read operations performed.
- ReadTransferCount
The number of bytes read.
- WriteOperationCount
The number of write operations performed.
- WriteTransferCount
The number of bytes written.