summaryrefslogtreecommitdiffstats
path: root/usr.bin/top/top.local.1
diff options
context:
space:
mode:
authorallanjude <allanjude@FreeBSD.org>2017-05-18 13:19:07 +0000
committerallanjude <allanjude@FreeBSD.org>2017-05-18 13:19:07 +0000
commitedfbdcf2ce4840df9fcc84252bd41877e05643a9 (patch)
treed90471c5bc668326a36a8b9b88d9ccbf5058e989 /usr.bin/top/top.local.1
parentb164a097d0583398c0941ce8e3fbec1679af81e3 (diff)
downloadFreeBSD-src-edfbdcf2ce4840df9fcc84252bd41877e05643a9.zip
FreeBSD-src-edfbdcf2ce4840df9fcc84252bd41877e05643a9.tar.gz
MFC r315435:
Add ZFS compressed ARC stats to top(1) MFC r316314: top(1) read the wrong amount of data from sysctl MFC r318448: Explain the new fields in top(1) related to ZFS compressed ARC Remove the laundry field during the merge, does not exist in stable/11
Diffstat (limited to 'usr.bin/top/top.local.1')
-rw-r--r--usr.bin/top/top.local.121
1 files changed, 17 insertions, 4 deletions
diff --git a/usr.bin/top/top.local.1 b/usr.bin/top/top.local.1
index 864ab8d..416d80a 100644
--- a/usr.bin/top/top.local.1
+++ b/usr.bin/top/top.local.1
@@ -2,9 +2,10 @@
.SH "FreeBSD NOTES"
.SH DESCRIPTION OF MEMORY
-Mem: 9220K Active, 1M Inact, 3284K Wired, 1M Cache, 2M Buf, 1320K Free
-ARC: 2048K Total, 342K MRU, 760K MFU, 272K Anon, 232K Header, 442K Other
-Swap: 91M Total, 79M Free, 13% Inuse, 80K In, 104K Out
+Mem: 61M Active, 86M Inact, 22G Wired, 1M Cache, 2M Buf, 102G Free
+ARC: 15G Total, 9303M MFU, 6155M MRU, 1464K Anon, 98M Header, 35M Other
+ 15G Compressed, 27G Uncompressed, 1.75:1 Ratio, 174M Overhead
+Swap: 4096M Total, 532M Free, 13% Inuse, 80K In, 104K Out
.TP
.B K:
Kilobyte
@@ -55,8 +56,20 @@ number of ARC bytes holding in flight data
.B Header:
number of ARC bytes holding headers
.TP
-.B Other
+.B Other:
miscellaneous ARC bytes
+.TP
+.B Compressed:
+bytes of memory used by ARC caches
+.TP
+.B Uncompressed:
+bytes of data stored in ARC caches before compression
+.TP
+.B Ratio:
+ratio of uncompressed data to total ARC size
+.TP
+.B Overhead:
+amount of overhead from ARC compression
.SS Swap Stats
.TP
.B Total:
OpenPOWER on IntegriCloud