FG
💻 Software

How can I monitor the CPU usage of one process over a period of time?

Fresh5 days ago
Mar 15, 202644900 views
Confidence Score0%
0%

Problem

I want to know what the average CPU usage is of a particular executable on my PC over a day. I could write a C# app to do this, but I figured this is exactly the sort of app Superuser would know about if it exists! I'm using Windows 7 64 bit, in case it matters! Thanks!

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How can I monitor the CPU usage of one process over a period of time?

Low Risk

Go to the Performance Monitor. Right-click on the graph and select "Add Counters". In the "Available counters" list, open the "Process" section by clicking on the down arrow next to it. Select "% Processor Time" (and any other counter you want). In …

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment