summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1997-01-09 06:49:33 +0000
committermpp <mpp@FreeBSD.org>1997-01-09 06:49:33 +0000
commit47927ebd5cd44202945572795b6c1ca15bbec17b (patch)
treec84a43ebb62711c3fcadf7d01af293d79bb2b30c /usr.bin
parentfe9d880f174df62245e2b204bedad0916fdf58e5 (diff)
downloadFreeBSD-src-47927ebd5cd44202945572795b6c1ca15bbec17b.zip
FreeBSD-src-47927ebd5cd44202945572795b6c1ca15bbec17b.tar.gz
Make the man page agree with the actual vmstat output
and options.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/vmstat/vmstat.830
1 files changed, 16 insertions, 14 deletions
diff --git a/usr.bin/vmstat/vmstat.8 b/usr.bin/vmstat/vmstat.8
index 5719a56..ca6eb41 100644
--- a/usr.bin/vmstat/vmstat.8
+++ b/usr.bin/vmstat/vmstat.8
@@ -61,13 +61,13 @@ is for the time period since the last display.
If no
.Ar wait
interval is specified, the default is 1 second.
-.It Fl f
-Report on the number
-.Xr fork 2
-and
-.Xr vfork 2
-system calls since system startup, and the number of pages of virtual memory
-involved in each.
+.\" .It Fl f
+.\" Report on the number
+.\" .Xr fork 2
+.\" and
+.\" .Xr vfork 2
+.\" system calls since system startup, and the number of pages of virtual memory
+.\" involved in each.
.It Fl i
Report on the number of interrupts taken by each device since system
startup.
@@ -89,9 +89,9 @@ Display the contents of the
.Em sum
structure, giving the total number of several kinds of paging related
events which have occurred since system startup.
-.It Fl t
-Report on the number of page in and page reclaims since system startup,
-and the amount of time required by each.
+.\" .It Fl t
+.\" Report on the number of page in and page reclaims since system startup,
+.\" and the amount of time required by each.
.It Fl w
Pause
.Ar wait
@@ -134,18 +134,20 @@ Information about page faults and paging activity.
These are averaged each five seconds, and given in units per second.
.Pp
.Bl -tag -width indent -compact
+.It flt
+total number of page faults
.It re
page reclaims (simulating reference bits)
-.It at
-pages attached (found in free list)
+.\" .It at
+.\" pages attached (found in free list)
.It pi
pages paged in
.It po
pages paged out
.It fr
pages freed per second
-.It de
-anticipated short term memory shortfall
+.\" .It de
+.\" anticipated short term memory shortfall
.It sr
pages scanned by clock algorithm, per-second
.El
OpenPOWER on IntegriCloud