hi all ,
I want to monitor CPU Utilization for one windows Process ( for example firefox) , I know I can using perf_counter[\Process(_Total)\% Processor Time] parameter to monitor total cpu utilization ,
But when I want to monitor for special process I usge perf_counter[\Process(firefox)\% Processor Time] it show me more than 100 ( for example 120% ,
How Can I monitor CPU Utilization for each process in percentage ?
I want to monitor CPU Utilization for one windows Process ( for example firefox) , I know I can using perf_counter[\Process(_Total)\% Processor Time] parameter to monitor total cpu utilization ,
But when I want to monitor for special process I usge perf_counter[\Process(firefox)\% Processor Time] it show me more than 100 ( for example 120% ,
How Can I monitor CPU Utilization for each process in percentage ?
Comment