13 lines
514 B
Plaintext
13 lines
514 B
Plaintext
|
[1mvm[m Show memory usage.
|
|||
|
|
|||
|
This program repeatedly displays current memory usage, showing the
|
|||
|
following numbers:
|
|||
|
|
|||
|
* procs: number of processes; r - running, d - waiting for I/O,
|
|||
|
p - paging, s - sleeping,
|
|||
|
* 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
|