diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2018-01-05 00:52:14 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2018-01-05 00:52:14 +0100 |
commit | b437065950b5d0234358fcfe8495f6bdb0bf3003 (patch) | |
tree | dbed53ff75256bc401b50cd3b18ad14b321d10c4 /sys/man | |
parent | d3e54ff2d9039c67f6fe7d99349e1c83b696b7ae (diff) |
stats: show amount of reclaimable pages (add -r flag)
reclaimable pages are user pages that are used for
caches like the image cache, mount cache and swap cache.
Diffstat (limited to 'sys/man')
-rw-r--r-- | sys/man/8/stats | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/sys/man/8/stats b/sys/man/8/stats index 8e07dca7d..b67d60c54 100644 --- a/sys/man/8/stats +++ b/sys/man/8/stats @@ -39,6 +39,9 @@ percentage battery life remaining. .B "c context number of process context switches per second. .TP +.B "d draw +draw memory allocation size in bytes. +.TP .B .B "e ether total number of packets sent and received per second. @@ -58,6 +61,9 @@ system load, % time in idle, and % time in interrupts. The last two are averaged over all processors on a multiprocessor. .TP +.B "k kern +kernel memory allocation size in bytes. +.TP .B "l load (default) system load average. The load is computed as a running average of @@ -68,19 +74,17 @@ total pages of active memory. The graph displays the fraction of the machine's total memory in use. .TP -.B "k kern -kernel memory allocation size in bytes. -.TP -.B "d draw -draw memory allocation size in bytes. -.TP -.B .B "n etherin,out,err number of packets sent and received per second, and total number of errors, displayed as separate graphs. .TP .B "p tlbpurge number of translation lookaside buffer flushes per second. .TP +.B "r reclaim +total pages of reclaimable memory. +The graph displays the fraction +of the machine's total memory in use. +.TP .B "s syscall number of system calls per second. .TP |