问题
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