1
all right? I can already monitor CPU, memory Ram, Disk... but, I haven’t figured out how much a process is spending disk.
Is there any way in c# for that?
1
all right? I can already monitor CPU, memory Ram, Disk... but, I haven’t figured out how much a process is spending disk.
Is there any way in c# for that?
0
Hello, basically you will listen to the cpu for a lot of time, to do the calculation, using the threads for such. I found an article that will serve you to meet 100% of what you need, including with the source code available for your analysis, you will use the libraries:
System.Diagnostics
System.Threading
article link:
https://www.codeproject.com/Articles/10258/How-to-get-CPU-usage-of-processes-and-threads
Browser other questions tagged c# io monitoring
You are not signed in. Login or sign up in order to post.