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:
parent
8e0e951bed
commit
b4e5f9c974
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user