diff options
author | markj <markj@FreeBSD.org> | 2017-05-23 07:27:30 +0000 |
---|---|---|
committer | markj <markj@FreeBSD.org> | 2017-05-23 07:27:30 +0000 |
commit | b1d352b152cd31bddbbb83670b7f45a213ca52cb (patch) | |
tree | d6aa7d62302443402a45530a50b241fd0f5128b9 /usr.bin/top/top.local.1 | |
parent | a6749049ae872846ba11cc9c7c14e8f8d61425f1 (diff) | |
download | FreeBSD-src-b1d352b152cd31bddbbb83670b7f45a213ca52cb.zip FreeBSD-src-b1d352b152cd31bddbbb83670b7f45a213ca52cb.tar.gz |
MFC r308474, r308691, r309203, r309365, r309703, r309898, r310720,
r308489, r308706:
Add PQ_LAUNDRY and remove PG_CACHED pages.
Diffstat (limited to 'usr.bin/top/top.local.1')
-rw-r--r-- | usr.bin/top/top.local.1 | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/usr.bin/top/top.local.1 b/usr.bin/top/top.local.1 index 416d80a..0830fb9 100644 --- a/usr.bin/top/top.local.1 +++ b/usr.bin/top/top.local.1 @@ -2,7 +2,7 @@ .SH "FreeBSD NOTES" .SH DESCRIPTION OF MEMORY -Mem: 61M Active, 86M Inact, 22G Wired, 1M Cache, 2M Buf, 102G Free +Mem: 61M Active, 86M Inact, 1M Laundry, 22G Wired, 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 @@ -24,15 +24,14 @@ Gigabyte number of bytes active .TP .B Inact: -number of bytes inactive +number of clean bytes inactive +.TP +.B Laundry: +number of dirty bytes queued for laundering .TP .B Wired: number of bytes wired down, including BIO-level cached file data pages .TP -.B Cache: -number of clean bytes caching data that are available for -immediate reallocation -.TP .B Buf: number of bytes used for BIO-level disk caching .TP |