Get Disk Utilized by each process in c++ windows

一世执手 提交于 2021-02-07 17:07:27

问题


I am trying to build a tool which is something similar to Task Manager. I was able to get the CPU and Memory of each processes, but I couldn't figure out the Disk statistics. I was able to get the I/O Read, Write bytes, but it includes all file, disk and network. How could I get only the Disk Utilized by each processes??

Otherwise is it possible to segregate the disk statistics from those I/O bytes? If yes, how could I do it?

来源:https://stackoverflow.com/questions/32948539/get-disk-utilized-by-each-process-in-c-windows

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