summaryrefslogtreecommitdiff
path: root/usr.bin/vmstat
diff options
context:
space:
mode:
authorMike Pritchard <mpp@FreeBSD.org>1997-01-09 06:49:33 +0000
committerMike Pritchard <mpp@FreeBSD.org>1997-01-09 06:49:33 +0000
commit9d16a728b63d6927ff55b5a0a7c3bf2fbf4a468f (patch)
treec84a43ebb62711c3fcadf7d01af293d79bb2b30c /usr.bin/vmstat
parent81fba91b52ba48715f76b37439681f7f66001a9e (diff)
Notes
Diffstat (limited to 'usr.bin/vmstat')
-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 5719a561c892..ca6eb4143f3b 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