How to Use Performance Monitor on Windows 10 (Detailed GUIDE)

What is Performance Monitor? Many times it occurs that our computer just ceases to respond, shuts down unexpectedly or behaves abnormally. There could be a number of reasons for such behavior and pointing out the exact reason could be of great help. Windows has a tool named Performance Monitor, which you can use for this purpose. With this tool, you can keep a check on the performance of your system and identify how different programs affect the system performance. You can analyze data related to your processor, memory, network, hard drive, etc. It can tell you how the system resources are managed and other configuration information that might be useful for you. It can also collect and log the data in files, which can be analyzed later. Read on to see how you can use Performance Monitor to fix performance related issues in Windows 10.

Contents

How to open Performance Monitor

You can use Performance Monitor on Windows 10 to analyze data and keep a check on the performance of your system, but first, you must know how to open this tool. There are many ways to open the Windows Performance Monitor, let’s see a few of them:

  1. Type “performance monitor” in the search field located on your taskbar.
  2. Click on the Performance Monitor shortcut to open it.

To open Performance Monitor using Run,

  1. Press Windows key + R to open Run.
  2. Type perfmon and click on OK.

To open Performance Monitor using Control Panel,

  1. Use the search field on your taskbar to open the Control panel.
  2. Click on ‘System and Security’ then click on ‘Administrative tools’.
  3. In the new window, click on ‘Performance Monitor’.

How to Use Performance Monitor in Windows 10

Make sure to create a restore point just in case something goes wrong.

When you first open Performance Monitor, you will see the overview and system summary.

Now, from the left pane, select ‘Performance Monitor’ under ‘Monitoring Tools’. The graph you see here is the processor time over last 100 seconds. The horizontal axis displays time and the vertical axis displays the percentage of time your processor consumes working on the active programs.

Apart from the ‘Processor Time’ counter, you can also analyze many other counters.

How to add new counters under Performance Monitor

1.Click on the green plus shaped icon on top of the graph.

2.The Add Counters window will open.

3.Now, select the name of your computer (usually it is a local computer) in the ‘Select counters from computer’ drop-down menu.

4.Now, expand the category of counters you want, say Processor.

5.Select one or more counters from the list. To add more than one counters, select the first counter, then press down the Ctrl key while selecting the counters.

6.Select the instances of the selected object(s) if possible.

7.Click on Add button to add the counters. The added counters will be shown on the right side.

8.Click on OK to confirm.

9.You will see that the new counters start to appear in the graph with different colors.

10.The details of each counter will be shown at the bottom, like which colors correspond to it, its scale, instance, object, etc.

11.Use the checkbox against each to counter to show or hide it from the graph.

12.You can add more counters by following the same steps as given above.

Once you have added all the desired counters, it is time to customize them.

How to Customize the Counter View in Performance Monitor

1.Double-click on any counter below the graph.

2.To select more than one counters, press down Ctrl key while selecting the counters. Then right-click and select Properties from the list.

3.Performance Monitor Properties window will open, from there switch to the ‘Data’ tab.

4.Here you can select the color, scale, width, and style of the counter.

5.Click on Apply followed by OK.

An important thing to note here is that when you restart performance monitor, all these set counters and configurations will be lost by default. To save these configurations, right-click on the graph and select ‘Save settings as’ from the menu.

Type the desired file name and click on Save. The file will be saved as a .htm file. Once saved, there are two ways of loading the saved file for later use,

  1. Right-click on the saved file and select Internet Explorer as the ‘Open with’ program.
  2. You will be able to see the performance monitor graph in the internet explorer window.
  3. If you don’t see the graph already, click on ‘Allow blocked content’ in the popup.

Another way to load it is by pasting counter list. However, this method may not work for some of the users.

  1. Open the saved file using notepad and copy its contents.
  2. Now open Performance Monitor by using the steps given before and click on ‘Paste Counter list’ icon on top of the graph.

The third icon above the graph is for changing graph type. Click on the downward arrow beside it to select the type of graph. You can choose from line, histogram bar or report. You can also press Ctrl + G to switch between the graph types. The screenshots shown above correspond to the line graph. The histogram bar looks like this:

The report will look like this:

The pause button on the toolbar will allow you to freeze the constantly changing graph at any instance, if you want to analyze it. You can resume by clicking on the play button.

Some Common Performance Counters

Processor:

  • % Processor Time: This is the percentage of time spent by the processor in executing a non-idle thread. If this percentage stays over 80% constantly, it means it is difficult for your processor to handle all the processes.
  • % Interrupt Time: This is the time required by your processor to receive and service hardware requests or interrupts. If this time exceeds 30%, there might be some hardware related risk.

Memory:

  • % Committed Bytes In Use: This counter shows what percentage of your RAM is currently in use or is committed. This counter should fluctuate values as different programs are opened and closed. But if it keeps on increasing, there might be a memory leak.
  • Available Bytes: This counter depicts the amount of physical memory (in Bytes) that are available for immediately allocating it to a process or system. A less than 5% of available bytes means you have very less memory free and may need to add more memory.
  • Cache Bytes: This counter tracks the part of system cache which is currently active in physical memory.

Paging File:

  • % Usage: This counter tells the percentage of current pagefile in use. It should not be higher than 10%.

PhysicalDisk:

  • % Disk Time: This counter monitors the time taken by a drive to process read and write requests. This should not be too high.
  • Disk Read Bytes/sec: This counter maps the rate at which bytes are transferred from the disk during the read operations.
  • Disk Write Bytes/sec: This counter maps the rate at which bytes are transferred to the disk during write operations.

Network Interface:

  • Bytes Received/sec: It represents the rate of bytes being received over each network adapter.
  • Bytes Sent/sec: It represents the rate of bytes being sent over each network adapter.
  • Bytes Total/sec: It includes both Bytes Received and Bytes Sent.
    If this percentage lies between 40%-65%, you should be cautious. For over 65%, the performance will be adversely affected.

Thread:

  • % Processor Time: It tracks the amount of processor’s effort which is used by an individual thread.

For more information, you can go to the Microsoft website.

How to Create a Data Collector Sets

A data collector set is a combination of one or more performance counters which can be saved to collect data over a period of time or on demand. These are especially useful when you want to monitor a component of your system over a specified time period, for instance, every month. There are two predefined sets available,

System Diagnostics: This data collector set can be used troubleshooting issues related to driver failures, faulty hardware, etc. It includes data collected from System Performance along with other detailed system information.

System Performance: This data collector set can be used to handle performance related issues like a slow computer. It collects data related to memory, processor, disk, network performance, etc.

To access these, expand ‘Data Collector Sets’ in the left pane on Performance Monitor window and click on System.

To Create a Custom Data Collector Set in Performance Monitor,

1.Expand ‘Data Collector Sets’ in the left pane on Performance Monitor window.

2.Right-click on ‘User Defined’ then select New and click on ‘Data Collector Set’.

3.Type a name for the set and select ‘Create manually (Advanced)’ and click on Next.

4.Select ‘Create data logs’ option and check the ‘Performance counter’ checkbox.

5.Click Next then click on Add.

6.Select one or more counters you want then click on Add and then click OK.

7.Set the sample interval, to decide when the Performance Monitor takes samples or collects data and click on Next.

8.Set the location where you want it to be saved and click on Next.

9.Select a specific user you want or keep it default.

10.Select ‘Save and Close’ option and click on Finish.

This set will available in the User Defined section of the Data Collector Sets.

Right-click on the set and select Start to start it.

To customize the run duration for your data collector set,

1.Right-click on your data collector set and select Properties.

2.Switch to ‘Stop condition’ tab and check the ‘Overall duration’ checkbox.

3.Type the time duration for which you want Performance Monitor to run.

4.Set other configurations then click on Apply followed by OK.

To schedule the set to run automatically,

1.Right-click on your data collector set and select Properties.

2.Switch to ‘Schedule’ tab then click on Add.

3.Set the schedule you want then click on OK.

4.Click on Apply and then click on OK.

How to Use Reports to Analyse Collected Data

You can use reports to analyze the data collected. You can open reports for both predefined data collector sets and your custom sets. To open system reports,

  1. Expand ‘Reports’ from the left pane of the Performance Monitor window.
  2. Click on System then click on System Diagnostics or System Performance to open the report.
  3. You will be able to see the data and results organized and structured into tables that you can use to quickly identify problems.

To open a custom report,

  1. Expand ‘Reports’ from the left pane of the Performance Monitor window.
  2. Click on User Defined then click on your custom report.
  3. Here you will see the recorded data directly instead of results and structured data.

Using Performance Monitor, you can carry out the analysis for almost every part of your system easily.

Recommended:

I hope this article was helpful and you can now easily Use Performance Monitor on Windows 10, but if you still have any questions regarding this tutorial then feel free to ask them in the comment’s section.

Sign up and earn $1000 a day ⋙

What should I do if Netflix is ​​hacked?

What should I do if Netflix is ​​hacked?

What should I do if my Netflix account is hacked? What should I do if my Netflix account is hacked? Here's what you need to know when your Netflix account is hacked.

Tips for using LDPlayer you may not know

Tips for using LDPlayer you may not know

Tips for using LDPlayer you may not know. LDPlayer is one of the most popular Android emulators on computers today. This article will provide it to you

Shortcuts in Blender that users need to know

Shortcuts in Blender that users need to know

Shortcuts in Blender that users need to know. Blender shortcuts help you work faster when designing graphics. Therefore, WebTech360 will synthesize the keys for you

Kahoot hacking tips you may not know

Kahoot hacking tips you may not know

Kahoot hacking tips you may not know, how to hack Kahoot to get answers to difficult questions? This article will suggest you some of the simplest Kahoot hacks.

What is Google TasksBoard?

What is Google TasksBoard?

What is Google TasksBoard?, Google TasksBoard is a new task management app, helping you increase work efficiency. Let's learn with Donwload.vn how to use Google TasksBoard

Is Google Takeout a good data backup option?

Is Google Takeout a good data backup option?

Is Google Takeout a good data backup option?, Google Takeout comes from a line of free services from Google. Google says it will help users download it

Host permissions and how to specify co-host in Zoom

Host permissions and how to specify co-host in Zoom

Host rights and how to designate co-host in Zoom. How to regain host rights on Zoom is not difficult. This article will introduce you to host and reclaim host details

6 steps to become a Pinterest expert

6 steps to become a Pinterest expert

6 steps to become a Pinterest expert, Pinterest is a tool for collecting, organizing, and sharing photos and videos you glean from the Internet. Here are 6

3 ways to edit sunsets in Photoshop

3 ways to edit sunsets in Photoshop

3 ways to edit sunset in Photoshop, Sunset is always a scene that every photographer wants to capture. However, taking sunset photos is not easy. Wear

Convert text to speech online

Convert text to speech online

Convert text to speech online. If you want to listen to the pronunciation on Google Translate or Google Translate, users can download this voice to your computer easily.

(2024) The Best Free Cloning Software for Windows 10/11

(2024) The Best Free Cloning Software for Windows 10/11

Are you looking for the free cloning software for Windows 10? This passage will share you the best free Windows 10/11/7 cloning software in 2024.

Steps to create a new database in Access

Steps to create a new database in Access

Steps to create a new database in Access, Steps to create a new database in Microsoft Access are not difficult. This article will guide you in detail on the steps to build muscle

3 ways to save files better on your computer

3 ways to save files better on your computer

3 better ways to save files on your computer, How to save files on your computer is not difficult. However, what is the best way to save on the computer? Let's find out with Dowload.vn

10 poems for the first day of school in 2023 - 2024

10 poems for the first day of school in 2023 - 2024

10 poems for the opening day of school in 2023 - 2024, TOP 10 short and unique poems for the opening day of the new school year. We invite you to follow along!

Things you should do first when buying a Samsung smartphone

Things you should do first when buying a Samsung smartphone

Things you should do first when buying a Samsung smartphone, Samsung phones contain a lot of applications and settings. Here are the settings you should do when

The easiest ways to create borders for photos

The easiest ways to create borders for photos

The easiest ways to create borders for photos, Adding frames to photos is not difficult and you have a lot of options. This article will summarize for you ways to add frames to beautiful photos

Office 2021 vs. Microsoft 365: Which software is right for you?

Office 2021 vs. Microsoft 365: Which software is right for you?

Office 2021 vs. Microsoft 365: Which software is right for you?, Office 2021 and Microsoft 365 can both meet office editing tasks. So Office 2021

Gemini - Googles artificial intelligence model

Gemini - Googles artificial intelligence model

Gemini - Google's artificial intelligence model, Google launches Gemini - an artificial intelligence model competing with OpenAI's GPT-4, this is an artificial intelligence model

What is rendering?

What is rendering?

Rendering is the process of creating an image from a model into a movie scene or image using computer software.

What is CPU? What are the popular CPU types today?

What is CPU? What are the popular CPU types today?

The CPU is the data processing center, or simply understood, it is the brain that controls most of the rest of the components in a computer.