diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-06-16 08:08:42 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-06-16 08:08:42 +0200 |
commit | 921aa0a6c387eaeca5c485f7d9c49bdef7a435a9 (patch) | |
tree | 6f79efc061d19bc7bed32b20f5d70a49a2de098d /sys/man/8 | |
parent | 45b79036bed41e170dd4fca0bbec4425aee5033e (diff) |
stats: add kernel malloc and kernel draw allocation size graphs
Diffstat (limited to 'sys/man/8')
-rw-r--r-- | sys/man/8/stats | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/man/8/stats b/sys/man/8/stats index b5d5adc53..8e07dca7d 100644 --- a/sys/man/8/stats +++ b/sys/man/8/stats @@ -68,6 +68,12 @@ 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. |