Given a process ID, how can i get the cpu load from this process with C#?
I have tried using PerformanceCounter as described in c# calculate CPU usage for a specific
If you have two cores, the task manager is going to report 100% usage of 1 CPU as 50%. That's probably your issue right there.