1998-08-27 17:38:45 +00:00
|
|
|
|
[1mvm[m Show memory usage.
|
|
|
|
|
|
|
|
|
|
This program repeatedly displays current memory usage, showing the
|
|
|
|
|
following numbers:
|
|
|
|
|
|
1998-10-29 12:46:31 +00:00
|
|
|
|
* procs: number of processes; r - running, w - waiting for I/O,
|
|
|
|
|
l - sleeping, s - swapping
|
1998-08-27 17:38:45 +00:00
|
|
|
|
* virt mem: virtual memory amounts (total and active), in kB
|
|
|
|
|
* real mem: real memory amounts (total and active), in kB
|
|
|
|
|
* shared vm: amount of shared virtual memory (total and active), in kB
|
|
|
|
|
* shared real: amount of shared real memory (total and active), in kB
|
|
|
|
|
* free: amount of free memory, in kB
|