Can I use WMI to find the network usage by each process?

不羁岁月 提交于 2019-12-09 12:01:10

问题


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?

来源:https://stackoverflow.com/questions/376541/can-i-use-wmi-to-find-the-network-usage-by-each-process

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!