• Welcome to TechPowerUp Forums, Guest! Please check out our forum guidelines for info related to our community.
  • The forums have been upgraded with support for dark mode. By default it will follow the setting on your system/browser. You may override it by scrolling to the end of the page and clicking the gears icon.

Measuring Average CPU Usage, HOW ?

  • Thread starter Thread starter wolf2009
  • Start date Start date
W

wolf2009

Guest
How can you measure average CPU usage of a software over a certain period of time?
 
Last edited by a moderator:
If you are trying to track down a specific process you think might be hogging your CPU power, rather than doing isolated ‘unit testing’, simply use Process Explorer to track down the culprit.

The steps are simple:

1.Open Process Explorer.
2.Locate the suspect process in the list and double-click it.
3.In the properties dialog, go to the ‘Performance Graph’ tab.
In this tab you can view the CPU usage on an easy to read graph. Just hover your mouse over the CPU spikes to see the exact stats on how much juice the process is using. I use this to detemine how much CPU monitoring programs are using to determine if I should keep them running in the background.

Regardless, this is a pretty useful trick to know about to help track down greedy programs.
 
Back
Top