I am trying to get the CPU usage by specific process
Like in the below image the CPU column shows the CPU usage by specific process But did not get similar counter in perfmon
I tried using \Process\% Processor Time but the value shown in PerfMon are different.
Thanks in Advance
Solved from Below Post:
Didn't find any direct way from perfmon so decided to write code for that and it worked.
Calculating process cpu usage from Process.TotalProcessorTime