How do I know how much swap is used on Windows 7?
Solution 1:
The Performance Monitor (perfmon.exe) has counters for the page file usage.
- Load it up by either running "perfmon" on a command line, or by selecting "Performance Monitor" under Administrative Tools.
- Expand "Monitoring Tools" in the left column and select "Performance Monitor."
- Right-click on the graph to the right and select, "Add Counters."
- Scroll down the list of available counters to "Paging File."
- Click on the down-arrow icon to the right of "Paging File."
- Click on "% Usage" under "Paging File" and then click the "Add" button to put the counter under the "Added counters" list on the right.
- Click the "OK" button.
The graph will now contain a line for the page file utilization percentage.