What indicators does the "I/O total rate" include? #2609
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I/O counters are tracking of I/O control activity on the system (see: IOCTL and FSCTL). These counters are updated when a related IRP is serviced on the system. Since an IOCTL can be arbitrarily defined for the system by any device - the counters can be updated by any number of operations on the system where a device is servicing some request. So providing all the possible things that the I/O counters are associated with is not possible. These counters are a generic measure of activity of the process/thread/job is transferring to and from the kernel. |
Beta Was this translation helpful? Give feedback.
I/O counters are tracking of I/O control activity on the system (see: IOCTL and FSCTL). These counters are updated when a related IRP is serviced on the system. Since an IOCTL can be arbitrarily defined for the system by any device - the counters can be updated by any number of operations on the system where a device is servicing some request. So providing all the possible things that the I/O counters are associated with is not possible. These counters are a generic measure of activity of the process/thread/job is transferring to and from the kernel.