Reputation: 15
I run perfmon on one of the Production Server Machines. My aim was to monitor the Processor load.
This is the result: http://img443.imageshack.us/img443/3765/lf6.gif
Could you please tell me why "% Processor Time" of the process W3WP is higher than every other "% Processor Time" of the single processors and of the "% Processor Time" total?
Any suggestion?
Upvotes: 0
Views: 4223
Reputation: 1201
The % Processor Time of a process is calculated on a base line of (100 * number of logical processors).
The Total % Processor Time is not.
Nevertheless if % Processor Time of a process is greater than (100 * number of logical CPUS) it means that the process is using the processing units to more of their actual capacity.
More on the topic: Understanding % Processor Time
Upvotes: 5