Good free software to track and graph memory and CPU usage on Windows?

5,253

For one off debugging, you should use perfmon - it's included in windows. You can setup a counters to run in the background and collect data then analyze it later.

Microsoft Explains it how just as good as anyone

Share:
5,253

Related videos on Youtube

Bryan Mills
Author by

Bryan Mills

I write stuff Languages: HTML, CSS, JS, PHP, Java, Bash, Windows Batch, some ColdFusion, and some NSIS Learning: C#, C++ Databases: MySQL, some MSSQL Certifications: CompTIA A+, Network+, and Security+ Certifications Projects: PircBotX - A simple, easy to use, Java IRC Bot Framework forked from the popular PircBot framework, bringing many new up-to-date features and bug fixes in an official alternative distribution. Quackbot - A fully abstracted, fully pluggable, and fully extendable IRC bot based off of PircBotX, aiming for simplicity and power. It abstracts plugins to the point where they can be written in javascript or any other language that a PluginLoader exists for.

Updated on September 17, 2022

Comments

  • Bryan Mills
    Bryan Mills almost 2 years

    There are many questions on Linux memory tracking, but I haven't seen any for Windows. In my case however its a Windows XP Pro box I need to track the memory and CPU usage of.

    The reason I need it is due to a server program I'm trying that is eating all my processor and some of my memory which is freezing my RDP session and System Explorer and even makes it difficult to login physically.

    As this is a very constrained server I'm working off of (768 MB RAM with Pentium 4 which disappears with this program), I need a program that doesn't run/require a webserver. I can give it a MySQL database if necessary however.

    Is there any suggestions for such a program?

  • Bryan Mills
    Bryan Mills over 13 years
    Need logging, not live monitoring. Something like the CPU graphs that many Linux tools do. And I've compared Process Explorer to System Explorer in the past, and I prefer System Explorer. Much better interface.
  • Bryan Mills
    Bryan Mills over 13 years
    See comment to matcheek, I need logging, not live monitoring. Like the CPU graphs that the Linux equivalents do.
  • Bryan Mills
    Bryan Mills over 13 years
    Hmm... will investigate. Thanks for pointing that out.
  • TomTom
    TomTom over 13 years
    Yes. tHis is the reason it is not asked for - in Linux it is not part of the core OS. Simple performance tracking is part of windows, the perfmon and collection data sets in current version are good to collect.
  • Bryan Mills
    Bryan Mills over 13 years
    @TomTom @Zypher Quick question: Both computers are Windows XP Pro SP3 full updated. Yet when I connect the Computer Management console remotely through VPN to the target computer, I get a "The specified program requires a newer version of Windows". What gives? They are both the same version! Any suggestions?