Skip to content

What indicators does the "I/O total rate" include? #2609

Discussion options

You must be logged in to vote

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.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by pedoc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants