The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    CPU usage monitoring software.

    Discussion in 'Windows OS and Software' started by mew1838, Jul 23, 2009.

  1. mew1838

    mew1838 Team Teal

    Reputations:
    294
    Messages:
    1,231
    Likes Received:
    5
    Trophy Points:
    56
    I need a software that records the usage of my cpu. So after a gaming session, I can see how much of the cpu was being used. Something that gives me a log. The task manager is way too short.
     
  2. Shyster1

    Shyster1 Notebook Nobel Laureate

    Reputations:
    6,926
    Messages:
    8,178
    Likes Received:
    0
    Trophy Points:
    205
    For specific named processes, or for all processes running at the time, and what sort of time interval did you want to use?

    For something simple, you could just write a small Powershell script that would run in the background and keep tabs on the data you wanted.
     
  3. mew1838

    mew1838 Team Teal

    Reputations:
    294
    Messages:
    1,231
    Likes Received:
    5
    Trophy Points:
    56
    Hmnn for example I want to monitor how much the CPU was used for a session of L4D.
     
  4. Shyster1

    Shyster1 Notebook Nobel Laureate

    Reputations:
    6,926
    Messages:
    8,178
    Likes Received:
    0
    Trophy Points:
    205
    What OS are you running?
     
  5. mew1838

    mew1838 Team Teal

    Reputations:
    294
    Messages:
    1,231
    Likes Received:
    5
    Trophy Points:
    56
    Win 7, Vista X64
     
  6. newsposter

    newsposter Notebook Virtuoso

    Reputations:
    801
    Messages:
    3,881
    Likes Received:
    0
    Trophy Points:
    105
    sysinternals process monitor
     
  7. MidnightSun

    MidnightSun Emodicon

    Reputations:
    6,668
    Messages:
    8,224
    Likes Received:
    231
    Trophy Points:
    231
    HWMonitor, CpuMon both work very well.
     
  8. Shyster1

    Shyster1 Notebook Nobel Laureate

    Reputations:
    6,926
    Messages:
    8,178
    Likes Received:
    0
    Trophy Points:
    205
    Do you want to just see the bottom line usage (i.e., the process used xx.xxx seconds of CPU time, out of a total of yyy.yyy seconds of CPU time consumed by all processes running during the time period), or do you want to see a time series showing how CPU usage varies of the course of the session?