=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/vmstat/vmstat.8,v retrieving revision 1.14 retrieving revision 1.15 diff -c -r1.14 -r1.15 *** src/usr.bin/vmstat/vmstat.8 1999/07/03 02:11:09 1.14 --- src/usr.bin/vmstat/vmstat.8 2000/03/14 14:58:25 1.15 *************** *** 1,4 **** ! .\" $OpenBSD: vmstat.8,v 1.14 1999/07/03 02:11:09 aaron Exp $ .\" $NetBSD: vmstat.8,v 1.12 1996/05/10 23:19:30 thorpej Exp $ .\" .\" Copyright (c) 1986, 1993 --- 1,4 ---- ! .\" $OpenBSD: vmstat.8,v 1.15 2000/03/14 14:58:25 aaron Exp $ .\" $NetBSD: vmstat.8,v 1.12 1996/05/10 23:19:30 thorpej Exp $ .\" .\" Copyright (c) 1986, 1993 *************** *** 50,58 **** .Op Fl w Ar wait .Op disks .Sh DESCRIPTION ! .Nm vmstat reports certain kernel statistics kept about process, virtual memory, ! disk, trap and cpu activity. .Pp The options are as follows: .Bl -tag -width "blah" --- 50,58 ---- .Op Fl w Ar wait .Op disks .Sh DESCRIPTION ! .Nm reports certain kernel statistics kept about process, virtual memory, ! disk, trap and CPU activity. .Pp The options are as follows: .Bl -tag -width "blah" *************** *** 104,110 **** .El .Pp By default, ! .Nm vmstat displays the following information just once: .Bl -tag -width "whatever" .It procs --- 104,110 ---- .El .Pp By default, ! .Nm displays the following information just once: .Bl -tag -width "whatever" .It procs *************** *** 120,126 **** .El .Pp .It Ar memory ! Information about the usage of virtual and real memory. Virtual pages (reported in units of 1024 bytes) are considered active if they belong to processes which are running or have run in the last 20 seconds. .Pp --- 120,127 ---- .El .Pp .It Ar memory ! Information about the usage of virtual and real memory. ! Virtual pages (reported in units of 1024 bytes) are considered active if they belong to processes which are running or have run in the last 20 seconds. .Pp *************** *** 158,167 **** The header of the field is the first character of the disk name and the unit number. If more than four disk drives are configured in the system, ! .Nm vmstat displays only the first four drives. To force ! .Nm vmstat to display specific drives, their names may be supplied on the command line. .Pp .It Ar faults --- 159,168 ---- The header of the field is the first character of the disk name and the unit number. If more than four disk drives are configured in the system, ! .Nm displays only the first four drives. To force ! .Nm to display specific drives, their names may be supplied on the command line. .Pp .It Ar faults *************** *** 173,179 **** .It Ar sy system calls per interval .It Ar cs ! cpu context switch rate (switches/interval) .El .Pp .It Ar cpu --- 174,180 ---- .It Ar sy system calls per interval .It Ar cs ! CPU context switch rate (switches/interval) .El .Pp .It Ar cpu *************** *** 185,195 **** .It Ar sy system time .It Ar id ! cpu idle .El .El .Sh EXAMPLES ! The command ``vmstat -w 5'' will print what the system is doing every five seconds; this is a good choice of printing interval since this is how often some of the statistics are sampled in the system. Others vary every second and running the output for a while will make it --- 186,198 ---- .It Ar sy system time .It Ar id ! CPU idle .El .El .Sh EXAMPLES ! The command ! .Ic vmstat -w 5 ! will print what the system is doing every five seconds; this is a good choice of printing interval since this is how often some of the statistics are sampled in the system. Others vary every second and running the output for a while will make it *************** *** 210,216 **** .Xr iostat 8 , .Xr pstat 8 .Pp ! The sections starting with ``Interpreting system activity'' in .%T "Installing and Operating 4.3BSD" . .Sh BUGS The --- 213,221 ---- .Xr iostat 8 , .Xr pstat 8 .Pp ! The sections starting with ! .Dq Interpreting system activity ! in .%T "Installing and Operating 4.3BSD" . .Sh BUGS The