How to Get Per Process Disk Activity in Windows
问题 I need to extract disk statistics for a given process, I can get the processes listed and get overall information such as CPU and Memory listed using WMI and PerformanceCounters. But the information is all bundled up, is there any way to extract those data per process. Kind of like in Windows Resource Monitor? Thanks in Advance 回答1: If you need live data, you should implement ETW listener. ETW are the way of tracing performance information in Windows. It is supported back to Windows 2000.