Question

Is there a tool that will show me what applications are writing to the hard drive in real time? I'm thinking something like Task Manager but for I/O. I've got a number of background processes running, and can never tell when Visual Studio is holding everything up, or some other process is hogging the disk (especially when the processor is running at less than 20%).

Was it helpful?

Solution

ProcMon from Sysinternals/Microsoft.

OTHER TIPS

Process Explorer from Microsoft SysInternals. You can view this info about all processes at once, or get even more detailed information when you double-click on a single process.

This is one of those tools I can't live without.

alt text
(source: microsoft.com)

alt text
(source: microsoft.com)

You're aware Task maanger can have columns for

  • I/O Reads
  • I/O Read bytes
  • I/O Writes
  • I/O Write bytes
  • I/O Other
  • I/O Other bytes

? That might help - see View/Select Columns

One can retrieve information on processes writing to disk by opening the Windows Task Manager --> Performance --> Resource Monitor

Resource Monitor can drill down to disk usage by process:

enter image description here

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top