Siva via RT wrote:
Hi Experts,
I need your help to get my problem solved. I use Win32::perfLib module
to monitor my system resource utilization. It is a dual CPU machine.
Except Processor time, all other values are recorded properly.
The processor time varies somewhere between 0 -180%. I guess it is due
to dual CPU. Is there anything that we can do to make the output
similar to the one in Task manager? I need this script to work for my
performance testing.
What if you were to switch and use '% Total Processor Time' instead of
'% Processor Time' ? I'm not sure how the Taskmgr handles it since I
only have a single CPU.