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)
This commit is contained in:
Ruslan Ermilov 2007-09-01 05:52:39 +00:00
parent c2819440b3
commit d71e591b49
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=172028

View File

@ -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