Find out max CPU of application

Associate
Joined
10 Jul 2006
Posts
2,423
I have an application that I wish to find out what the peak CPU usage is over a set period of time. Ie what is the highest amount of CPU it had used in that period.

Even better would be a graph of CPU vs time. The time will be about 1.5 hours roughly.

How can I do this?
 
I assume this is a windows based application?

If so go start and run perfmon, you can set specific app monitoring in the monitoring tools screen.

Or a free program "process explorer" can show cpu history.
 
Last edited:
Just trying to figure out what I want with perfmon. I can get a graph of my application, set it to 1000s but I don't really know how to read the graph.

It would appear the processor % time is above 100% which doesn't really make sense to me?
 
Does this show what you want?

DtpCnZH.png
 
It's a sum of processor time so yes I suppose you could, but if you're just looking to see what's pegging your CPU over time a conversion isn't necessary as you can just compare like-for-like.
 
Back
Top Bottom