summaryrefslogtreecommitdiffstats
path: root/usr.bin/systat/systat.1
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2006-10-12 10:54:34 +0000
committerru <ru@FreeBSD.org>2006-10-12 10:54:34 +0000
commit2e612fd70350f9e775f4ef3d0c228e05e736ee3f (patch)
tree67afe78f8045fd6d5895da8a6cf12fae034d142c /usr.bin/systat/systat.1
parentad0b8e41c7bcedcc8b16e4fe5f38f5a7ee7a4c4c (diff)
downloadFreeBSD-src-2e612fd70350f9e775f4ef3d0c228e05e736ee3f.zip
FreeBSD-src-2e612fd70350f9e775f4ef3d0c228e05e736ee3f.tar.gz
Memory utilization subscreen in "vmstat" display lists numbers in KB,
not in number of pages. PR: docs/71690 Submitted by: Jan Srzednicki (A patch is only partially merged, the rest was already fixed by bde@ in rev. 1.51.)
Diffstat (limited to 'usr.bin/systat/systat.1')
-rw-r--r--usr.bin/systat/systat.112
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/systat/systat.1 b/usr.bin/systat/systat.1
index 33de7f0..0c5c4b5 100644
--- a/usr.bin/systat/systat.1
+++ b/usr.bin/systat/systat.1
@@ -32,7 +32,7 @@
.\" @(#)systat.1 8.2 (Berkeley) 12/30/93
.\" $FreeBSD$
.\"
-.Dd May 25, 2006
+.Dd October 12, 2006
.Dt SYSTAT 1
.Os
.Sh NAME
@@ -301,14 +301,14 @@ The first row of the table reports memory usage only among
active processes, that is processes that have run in the previous
twenty seconds.
The second row reports on memory usage of all processes.
-The first column reports on the number of physical pages
+The first column reports on the number of kilobytes in physical pages
claimed by processes.
-The second column reports the number of physical pages that
+The second column reports the number of kilobytes in physical pages that
are devoted to read only text pages.
The third and fourth columns report the same two figures for
-virtual pages, that is the number of pages that would be
+virtual pages, that is the number of kilobytes in pages that would be
needed if all processes had all of their pages.
-Finally the last column shows the number of physical pages
+Finally the last column shows the number of kilobytes in physical pages
on the free list.
.Pp
Below the memory display is a list of the
@@ -389,7 +389,7 @@ and
in-transit blocking page faults (`intrn').
Note that the units are special for `%ozfod' and `pdwak'.
The next few lines describe,
-as amounts of memory in in kilobytes,
+as amounts of memory in kilobytes,
pages wired down (`wire'),
active pages (`act'),
inactive pages (`inact'),
OpenPOWER on IntegriCloud