Can anyone tell me if there's a handy little utility out there that will monitor and display the I/O charts for individual drives on windows?

On linux Gkrellm is great for this.

link|improve this question

50% accept rate
You might look into xperf, but writing a decent answer on this is outside my expertise since I barely ever actually use it. – Shinrai May 21 '11 at 15:52
feedback

1 Answer

up vote 1 down vote accepted

What devices do you want to monitor?
There is a perfmon.exe out of the box from windows for system monitoring:

  • USB: Average Bytes /Transfer
  • Physical Disk: Average Disk Bytes/Transfer
  • Network Interface: Bytes Total/ sec
  • etc.

Screenshot (sorry that it is in Chinese environment) : enter image description here

link|improve this answer
Thanks, I was familiar with perfmon.exe but hadn't realised it was able to moitor individual devices – barrymac May 25 '11 at 15:26
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.