We have previously covered how to use the Resource Monitor to track your application. In this article, we are going to show you a more powerful tool – Process Monitor, to get the job done. Process Monitor is a very sophisticated application. It records every access to files, registry and it is a must-have tool if you are experiencing a system problem. It doesn’t matter if you are a beginner or you are an advanced user, working with this application is much easier than you think. In this tutorial I have used a free benchmark program, NovaBench, for creating the scenario. I have selected this utility because is free and I want some system activity. Of course you can use Process Monitor with other programs as well.

  1. Download Process Monitor Download the latest version of Process Monitor (The latest version as of this post is 2.94)

  2. Execute the program There is no installation required, but you need to run it as Administrator. Right click on the file and select “Run as administrator”

  3. Stop Capture Events. By default, the utility starts capturing events the moment you run it. As we have to change some options before using the program, we need to stop it. Go to the File menu and uncheck “Capture Events“.

  4. Press Clear. Click “Clear” to remove all the irrelevant entries in the window.

  5. Configure Profiling Events. Go to the Options menu and select “Profiling Events…“. This will instruct the utility to capture the execution log of each process or program.

  6. Set Thread Profiling Options Check “Generate thread profiling events“, and select “Every 100 milliseconds“:

  7. Select Capture Events Now the program is ready to do its work. Go to the file menu and select “Capture Events” to start the process.

  8. Stop Capture Events. When you are done with your test, go to the File menu again and uncheck “Capture Events“.

  9. Show An Activity Summary Go to the Tools menu and select “Process Activity Summary“. This will display a summary of all the recorded log.

  10. Order by CPU usage. A new window pops up. The program allows you to order by different measures. In this case, we are going to select CPU usage.

From here, we can see that the Microsoft Security Essential is using the most CPU resources. It also shows the total user CPU and kernel CPU usage. 10. Order by RAM usage. Alternatively, you can also sort the processes by its memory usage. This will allow you to see the application that is taking up the most memory instead of CPU resources.

What other tools do you use to monitor your computer?