Press Ctrl+Alt+Delete or Right click on taskbar & click on “Task Manager”.
The Performance tab in the Windows Task Manager,from Windows XP, displays basic system memory information. This information is a subset of the detailed memory information available through the performance counters.
SDK) display system and process memory information. The annotations in the following output from Pstat explain the information reported. (For an explanation of the commit total and limit,
|
Table 7-15. Committed Memory and Page File Performance Counters |
|
| Performance Counter | Description |
| Memory: Committed Bytes | Number of bytes of virtual (not reserved) memory that has been committed. This number doesn’t necessarily represent page file usage because it includes private committed pages in physical memory that have never been paged out. Rather, it represents the amount of page file space that would be used if the process was completely made nonresident. |
| Memory: Commit Limit | Number of bytes of virtual memory that can be committed without having to extend the paging files; if the paging files can be extended, this limit is soft. |
| Paging File: % | Usage Percentage of the paging file committed. |
| Paging File: % | Usage Peak Highest percentage of the paging file committed. |