diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2006-10-12 10:54:34 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2006-10-12 10:54:34 +0000 |
commit | c01e1768d96861ea1f7c42fefba038d169b0f2fb (patch) | |
tree | 67afe78f8045fd6d5895da8a6cf12fae034d142c /usr.bin | |
parent | 32fcd4577ff3a5a10f7ab3ee2efdb72d0daccc27 (diff) |
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.)
Notes
Notes:
svn path=/head/; revision=163264
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/systat/systat.1 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/systat/systat.1 b/usr.bin/systat/systat.1 index 33de7f069b82..0c5c4b5691ef 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'), |