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?
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?
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: