Is there a utility for Windows that operates similarly to iotop for Linux? I'm looking for simple tool that can tell me what applications are writing to disk and how much they're actually writing.
feedback
|
|
The Disk tab of Resource Monitor in Windows 7/Vista is perfect for this. However if you aren't running Windows 7 then have a look at Process Explorer and add the relevant I/O column counters. | |||
|
feedback
|
|
Windows Sysinternals package incude Process Monitor which monitor every proccess I/O activitys to the File system, Registry or Network. and there is Disk Monitor in addition whith only monitor Disk I/O by request type / sectors / Duration etc ... | |||
|
feedback
|