Performance graphs
The Performance tab includes four graphs. The top two graphs show how much CPU is being used, both at the moment, and for the past few minutes. (If the CPU Usage History graph appears split, your computer either has multiple CPUs, a single dual-core CPU, or both.) A high percentage means that programs or processes are requiring a lot of CPU resources, which can slow your computer. If the percentage appears frozen at or near 100%, then a program might not be responding. For more information, see Exit a program that is not responding.
The bottom two graphs display how much RAM, or physical memory, is being used in megabytes (MB), both at the current moment and for the past few minutes. The percentage of memory being used is listed at the bottom of the Task Manager window. If memory use seems consistently high or slows your computer's performance noticeably, try reducing the number of programs you have open at one time, or install more RAM. For more information, see Preventing low memory problems.
To view memory use for individual processes on your computer, click the Processes tab. The Memory (Private Working Set) column is selected by default. Private working set is a subset of working set, a technical term that describes how much memory is being used by each process. Private working set specifically describes the amount of memory a process is using that cannot be shared by other processes.
If you are an advanced user, you might want to view other advanced memory values on the Processes tab. To do so, click View, click Select Columns, and then select a memory value:
-
Memory - Working Set. Amount of memory in the private working set plus the amount of memory the process is using that can be shared by other processes.
-
Memory - Peak Working Set. Maximum amount of working set memory used by the process.
-
Memory - Working Set Delta. Amount of change in working set memory used by the process.
-
Memory - Commit Size. Amount of virtual memory that is reserved for use by a process.
-
Memory - Paged Pool. Amount of committed virtual memory for a process that can be written to another storage medium, such as the hard disk.
-
Memory - Non-paged Pool. Amount of committed virtual memory for a process that cannot be written to another storage medium.