Resource Monitor Disk Queue Length - What does the green graph and blue line represent?

Windows Resource Monitor shows a graph of Disk Queue Length. E.g.:

enter image description here

What does the green graph, and the blue line represent:

enter image description here

Research Effort

It is not Disk I/O and Highest Active Time

Don't forget, it is not Disk I/O and Highest Active Time, because it can't be both things for both graphs. Because both graphs are different.

enter image description here

  • if it were the same thing
  • for both graphs
  • then both graphs would be the same

Also, one graph is Disk I/O (in MB/sec), and the other is Queue Length (in number).

2

2 Answers

Green is the Disk I/O in KB/second

Blue is % Highest active time

enter image description here

3

Windows 10 fixed the issue, and the confusion.

The confusion was that:

  • each Physical Disk had a blue line
  • which supposedly represented "highest active time"

But then how can every Physical Disk have the same highest active time?

Answer: they don't. The blue line has nothing to do with any particular physical disk.

So in Windows 10 the blue line was removed from everything except the aggregated pseudo-physical disk "Disk".

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like