mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-24 16:10:11 +00:00
Memory stats are reported in bytes, not pages.
PR: docs/151283 Submitted by: Bas Smeelen <b.smeelen at ose.nl> MFC after: 3 days
This commit is contained in:
parent
7b3b099e07
commit
4784a27247
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=215239
@ -6,8 +6,8 @@ The '-H' option will toggle the display of kernel visible thread contexts.
|
|||||||
At runtime the 'H' key will toggle this mode. The default is OFF.
|
At runtime the 'H' key will toggle this mode. The default is OFF.
|
||||||
|
|
||||||
.SH DESCRIPTION OF MEMORY
|
.SH DESCRIPTION OF MEMORY
|
||||||
Mem: 9220K Active, 1032K Inact, 3284K Wired, 1MB Cache, 2M Buf, 1320K Free
|
Mem: 9220K Active, 1032K Inact, 3284K Wired, 1M Cache, 2M Buf, 1320K Free
|
||||||
Swap: 91M Total, 79M Free, 13% Inuse, 80K In, 104 K Out
|
Swap: 91M Total, 79M Free, 13% Inuse, 80K In, 104K Out
|
||||||
|
|
||||||
.B K:
|
.B K:
|
||||||
Kilobyte
|
Kilobyte
|
||||||
@ -19,23 +19,23 @@ Megabyte
|
|||||||
1/100
|
1/100
|
||||||
.TP
|
.TP
|
||||||
.B Active:
|
.B Active:
|
||||||
number of pages active
|
number of bytes active
|
||||||
.TP
|
.TP
|
||||||
.B Inact:
|
.B Inact:
|
||||||
number of pages inactive
|
number of bytes inactive
|
||||||
.TP
|
.TP
|
||||||
.B Wired:
|
.B Wired:
|
||||||
number of pages wired down, including cached file data pages
|
number of bytes wired down, including cached file data pages
|
||||||
.TP
|
.TP
|
||||||
.B Cache:
|
.B Cache:
|
||||||
number of clean pages caching data that are available for
|
number of clean bytes caching data that are available for
|
||||||
immediate reallocation
|
immediate reallocation
|
||||||
.TP
|
.TP
|
||||||
.B Buf:
|
.B Buf:
|
||||||
number of pages used for BIO-level disk caching
|
number of bytes used for BIO-level disk caching
|
||||||
.TP
|
.TP
|
||||||
.B Free:
|
.B Free:
|
||||||
number of pages free
|
number of bytes free
|
||||||
.TP
|
.TP
|
||||||
.B Total:
|
.B Total:
|
||||||
total available swap usage
|
total available swap usage
|
||||||
@ -47,7 +47,7 @@ total free swap usage
|
|||||||
swap usage
|
swap usage
|
||||||
.TP
|
.TP
|
||||||
.B In:
|
.B In:
|
||||||
pages paged in from swap devices (last interval)
|
bytes paged in from swap devices (last interval)
|
||||||
.TP
|
.TP
|
||||||
.B Out:
|
.B Out:
|
||||||
pages paged out to swap devices (last interval)
|
bytes paged out to swap devices (last interval)
|
||||||
|
Loading…
Reference in New Issue
Block a user