1

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).

Ian Boyd
  • 23,066

2 Answers2

2

Green is the Disk I/O in KB/second

Blue is % Highest active time

enter image description here

Moab
  • 58,769
0

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".

Ian Boyd
  • 23,066