summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorbrucec <brucec@FreeBSD.org>2010-11-13 11:43:20 +0000
committerbrucec <brucec@FreeBSD.org>2010-11-13 11:43:20 +0000
commit203408bc88c989a0a2c5483c9c6a34946263db26 (patch)
tree89b2703d2da46ba7e1aecbb6454fcd2e10f990ca /usr.bin
parent1889bb0afa5d5fef5629d1a91edd5ec1eb509eba (diff)
downloadFreeBSD-src-203408bc88c989a0a2c5483c9c6a34946263db26.zip
FreeBSD-src-203408bc88c989a0a2c5483c9c6a34946263db26.tar.gz
Memory stats are reported in bytes, not pages.
PR: docs/151283 Submitted by: Bas Smeelen <b.smeelen at ose.nl> MFC after: 3 days
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/top/top.local.120
1 files changed, 10 insertions, 10 deletions
diff --git a/usr.bin/top/top.local.1 b/usr.bin/top/top.local.1
index a3f3540..cf2ba01 100644
--- a/usr.bin/top/top.local.1
+++ b/usr.bin/top/top.local.1
@@ -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.
.SH DESCRIPTION OF MEMORY
-Mem: 9220K Active, 1032K Inact, 3284K Wired, 1MB Cache, 2M Buf, 1320K Free
-Swap: 91M Total, 79M Free, 13% Inuse, 80K In, 104 K Out
+Mem: 9220K Active, 1032K Inact, 3284K Wired, 1M Cache, 2M Buf, 1320K Free
+Swap: 91M Total, 79M Free, 13% Inuse, 80K In, 104K Out
.B K:
Kilobyte
@@ -19,23 +19,23 @@ Megabyte
1/100
.TP
.B Active:
-number of pages active
+number of bytes active
.TP
.B Inact:
-number of pages inactive
+number of bytes inactive
.TP
.B Wired:
-number of pages wired down, including cached file data pages
+number of bytes wired down, including cached file data pages
.TP
.B Cache:
-number of clean pages caching data that are available for
+number of clean bytes caching data that are available for
immediate reallocation
.TP
.B Buf:
-number of pages used for BIO-level disk caching
+number of bytes used for BIO-level disk caching
.TP
.B Free:
-number of pages free
+number of bytes free
.TP
.B Total:
total available swap usage
@@ -47,7 +47,7 @@ total free swap usage
swap usage
.TP
.B In:
-pages paged in from swap devices (last interval)
+bytes paged in from swap devices (last interval)
.TP
.B Out:
-pages paged out to swap devices (last interval)
+bytes paged out to swap devices (last interval)
OpenPOWER on IntegriCloud