This monitors the available virtual memory (also known as
swap space
).
The exact definition of swap space is platform dependent.
-
On Windows this is the available space of the page file. As Windows can
automatically increase the page file size, this value doesn't mean much.
-
On Linux this value is retrieved from
/proc/meminfo
.
-
For other Unix systems, the value is obtained from the
top
command.