summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2007-09-01 05:52:39 +0000
committerru <ru@FreeBSD.org>2007-09-01 05:52:39 +0000
commitb4e5f9c9740505b3db333a8199667c3cb82daf4d (patch)
tree0aafbc6edd59ae922a6285c511398f0a0cade57a /usr.bin
parent8e0e951bed5e4aefe5928b2fa0f991cbb998bcc4 (diff)
downloadFreeBSD-src-b4e5f9c9740505b3db333a8199667c3cb82daf4d.zip
FreeBSD-src-b4e5f9c9740505b3db333a8199667c3cb82daf4d.tar.gz
Fix the description of the "Cache" memory and clarify the
description of the "Inact" memory. (They count pages in the cache/inactive page queues, respectively.) Approved by: re (kensmith)
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/top/top.local.14
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/top/top.local.1 b/usr.bin/top/top.local.1
index 75489b7..91ac3ed 100644
--- a/usr.bin/top/top.local.1
+++ b/usr.bin/top/top.local.1
@@ -22,13 +22,13 @@ Megabyte
number of pages active
.TP
.B Inact:
-number of pages inactive
+number of dirty inactive pages
.TP
.B Wired:
number of pages wired down, including cached file data pages
.TP
.B Cache:
-number of pages used for VM-level disk caching
+number of pages cached (clean inactive pages)
.TP
.B Buf:
number of pages used for BIO-level disk caching
OpenPOWER on IntegriCloud