summaryrefslogtreecommitdiffstats
path: root/usr.bin/vmstat
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2006-11-02 19:53:57 +0000
committerrwatson <rwatson@FreeBSD.org>2006-11-02 19:53:57 +0000
commita2444d132b1265d36694b281c1cd28c75e2db10d (patch)
tree6c84959809f947c3622af6401697b196c6f3ecf9 /usr.bin/vmstat
parente83c4c55c02d31d23e36742dcd1f07dc74978e0a (diff)
downloadFreeBSD-src-a2444d132b1265d36694b281c1cd28c75e2db10d.zip
FreeBSD-src-a2444d132b1265d36694b281c1cd28c75e2db10d.tar.gz
Cross-reference libmemstat(3), malloc(9), uma(9).
Diffstat (limited to 'usr.bin/vmstat')
-rw-r--r--usr.bin/vmstat/vmstat.814
1 files changed, 10 insertions, 4 deletions
diff --git a/usr.bin/vmstat/vmstat.8 b/usr.bin/vmstat/vmstat.8
index 402840b..29dde13 100644
--- a/usr.bin/vmstat/vmstat.8
+++ b/usr.bin/vmstat/vmstat.8
@@ -109,8 +109,9 @@ extract the name list from the specified
instead of the default,
which is the kernel image the system has booted from.
.It Fl m
-Report on the usage of kernel dynamic memory listed first by size of
-allocation and then by type of usage.
+Report on the usage of kernel dynamic memory allocated using
+.Xr malloc 9
+by type.
.It Fl n
Change the maximum number of disks to display from the default of 2.
.It Fl p
@@ -201,7 +202,9 @@ If no repeat
.Ar wait
interval is specified, the default is 1 second.
.It Fl z
-Report on memory used by the kernel zone allocator, by zone.
+Report on memory used by the kernel zone allocator,
+.Xr uma 9 ,
+by zone.
.El
.Pp
By default,
@@ -330,10 +333,13 @@ statistics every second.
.Xr nfsstat 1 ,
.Xr ps 1 ,
.Xr systat 1 ,
+.Xr libmemstat 3 ,
.Xr gstat 8 ,
.Xr iostat 8 ,
.Xr pstat 8 ,
-.Xr sysctl 8
+.Xr sysctl 8 ,
+.Xr malloc 9 ,
+.Xr uma 9
.Pp
The sections starting with ``Interpreting system activity'' in
.%T "Installing and Operating 4.3BSD" .
OpenPOWER on IntegriCloud