I'd like to use WMI on some windows systems to poll the network usage of each process. From what I can tell, there are many IO instances in the Win32_PerfRawData_PerfProc_Process but they are for the combined IO of network,disk,and device. Is there a way to break that up so I can get network and disk IO separate?
Asked
Active
Viewed 4,915 times
6
-
Possible duplicate of [Monitor a process's network usage?](http://stackoverflow.com/questions/438240/monitor-a-processs-network-usage) – David Nov 18 '16 at 16:02
-
If you don't have to use WMI there are some possibilities defined [here](http://stackoverflow.com/questions/438240/monitor-a-processs-network-usage) (stackoverflow) to get the info. – PaulB Apr 14 '09 at 08:29