know how much a process is consuming from i / o disk

1

Alright? I can already monitor CPU, Ram memory, Disk ... but, I have not yet figured out a way to know how much a process is wasting disk.

Is there any way in C # to do this?

    
asked by anonymous 06.06.2017 / 23:57

1 answer

0

Hello, basically you will hear the cpu for an amount of time, to do the calculation, using the threads to do so. I found an article that will serve you 100% of what you need, including the source code available for analysis, you will use the libraries:

System.Diagnostics
System.Threading

article link:

link

    
07.06.2017 / 22:26