Click here to Skip to main content
15,891,316 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more: (untagged)
Dear All,

I have a critical application for which the performance has to be monitored.

I used the performance monitor in Windows 2003 server to log the data.

I have logged the counters of the Page file bytes and % processor time of the process / the service instance which has to be monitored along with the Processor % Processor time.

When I was analyzing the log I hae found a strange issue, the Processors % Processor time is 88 % but the instances % Processor time is 175 %.

Can any one tell me how this happens and how it is calculated?

Thanks a lot in advance.

Posted

Do you have a dual core system? If so the second number appears to be the percentage of time consumed relative to the capacity of a single core.

 
Share this answer
 
M. J. Jaya Chitra wrote:
When I was analyzing the log I hae found a strange issue, the Processors % Processor time is 88 % but the instances % Processor time is 175 %


88 percent of 200 == 176

Sounds like you have two processers and the process being performance monitored is multi-threaded.

Best Wishes,
-David Delaune
 
Share this answer
 


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900