NetBSD/usr.bin/vmstat/vmstat.1

285 lines
8.3 KiB
Groff
Raw Normal View History

.\" $NetBSD: vmstat.1,v 1.5 2001/11/26 10:18:08 lukem Exp $
.\"
.\" Copyright (c) 2000 The NetBSD Foundation, Inc.
.\" All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
.\" 1. Redistributions of source code must retain the above copyright
.\" notice, this list of conditions and the following disclaimer.
.\" 2. Redistributions in binary form must reproduce the above copyright
.\" notice, this list of conditions and the following disclaimer in the
.\" documentation and/or other materials provided with the distribution.
.\" 3. All advertising materials mentioning features or use of this software
.\" must display the following acknowledgement:
.\" This product includes software developed by the NetBSD
.\" Foundation, Inc. and its contributors.
.\" 4. Neither the name of The NetBSD Foundation nor the names of its
.\" contributors may be used to endorse or promote products derived
.\" from this software without specific prior written permission.
.\"
.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
1995-05-08 02:16:23 +04:00
.\"
.\" Copyright (c) 1986, 1993
.\" The Regents of the University of California. All rights reserved.
1993-04-09 16:58:42 +04:00
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
.\" 1. Redistributions of source code must retain the above copyright
.\" notice, this list of conditions and the following disclaimer.
.\" 2. Redistributions in binary form must reproduce the above copyright
.\" notice, this list of conditions and the following disclaimer in the
.\" documentation and/or other materials provided with the distribution.
.\" 3. All advertising materials mentioning features or use of this software
.\" must display the following acknowledgement:
.\" This product includes software developed by the University of
.\" California, Berkeley and its contributors.
.\" 4. Neither the name of the University nor the names of its contributors
.\" may be used to endorse or promote products derived from this software
.\" without specific prior written permission.
.\"
.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
1995-05-08 02:16:23 +04:00
.\" @(#)vmstat.8 8.1 (Berkeley) 6/6/93
1993-04-09 16:58:42 +04:00
.\"
.Dd November 26, 2001
2001-04-09 16:35:26 +04:00
.Dt VMSTAT 8
2000-11-13 15:16:28 +03:00
.Os
.Sh NAME
.Nm vmstat
.Nd report virtual memory statistics
.Sh SYNOPSIS
.Nm
.Op Fl efHilLmsUv
.Bk -words
2000-11-13 15:16:28 +03:00
.Op Fl M Ar core
.Ek
.Bk -words
2000-11-13 15:16:28 +03:00
.Op Fl N Ar system
.Ek
.Bk -words
2000-11-13 15:16:28 +03:00
.Op Fl c Ar count
.Ek
.Bk -words
.Op Fl h Ar hashname
.Ek
.Bk -words
.Op Fl u Ar histname
.Ek
.Bk -words
2000-11-13 15:16:28 +03:00
.Op Fl w Ar wait
.Ek
2000-11-13 15:16:28 +03:00
.Op Ar disks
.Sh DESCRIPTION
.Nm
1993-04-09 16:58:42 +04:00
reports certain kernel statistics kept about process, virtual memory,
disk, trap and cpu activity.
2000-11-13 15:16:28 +03:00
.Pp
1993-04-09 16:58:42 +04:00
The options are as follows:
.Bl -tag -width xxxhistname
2000-11-13 15:16:28 +03:00
.It Fl M Ar core
2001-04-27 03:16:47 +04:00
Extract values associated with the name list from the specified core
2000-11-13 15:16:28 +03:00
instead of the default
.Pa /dev/mem .
.It Fl N Ar system
Extract the name list from the specified system instead of the default
.Pa /netbsd .
.It Fl c Ar count
1993-04-09 16:58:42 +04:00
Repeat the display
2000-11-13 15:16:28 +03:00
.Ar count
1993-04-09 16:58:42 +04:00
times.
The first display is for the time since a reboot and each subsequent report
is for the time period since the last display.
If no
2000-11-13 15:16:28 +03:00
.Ar wait
1993-04-09 16:58:42 +04:00
interval is specified, the default is 1 second.
2000-11-13 15:16:28 +03:00
.It Fl e
Report the values of system event counters.
2000-11-13 15:16:28 +03:00
.It Fl f
Report fork statistics.
.It Fl h Ar hashname
Report hash table statistics for
.Ar hashname .
.It Fl H
Report all hash table statistics.
2000-11-13 15:16:28 +03:00
.It Fl i
Report the values of system interrupt counters.
2000-11-13 15:16:28 +03:00
.It Fl l
List the UVM histories being maintained by the kernel.
.It Fl L
List all the hashes supported for
.Fl h
and
.Fl H .
2000-11-13 15:16:28 +03:00
.It Fl m
1993-04-09 16:58:42 +04:00
Report on the usage of kernel dynamic memory listed first by size of
allocation and then by type of usage.
2000-11-13 15:16:28 +03:00
.It Fl s
1993-04-09 16:58:42 +04:00
Display the contents of the
.Dv uvmexp
structure. This contains various paging event and memory status counters.
.It Fl u Ar histname
Dump the specified UVM history.
.It Fl U
Dump all UVM histories.
2000-11-13 15:16:28 +03:00
.It Fl v
Print more verbose information. When used with the
2000-11-13 15:16:28 +03:00
.Fl i
or
.Fl e
options, prints out all interrupts or event counters, not just those with
non-zero values.
.It Fl w Ar wait
1993-04-09 16:58:42 +04:00
Pause
2000-11-13 15:16:28 +03:00
.Ar wait
1993-04-09 16:58:42 +04:00
seconds between each display.
If no repeat
2000-11-13 15:16:28 +03:00
.Ar count
1993-04-09 16:58:42 +04:00
is specified, the default is infinity.
2000-11-13 15:16:28 +03:00
.El
.Pp
1993-04-09 16:58:42 +04:00
By default,
2000-11-13 15:16:28 +03:00
.Nm
1993-04-09 16:58:42 +04:00
displays the following information:
2000-11-13 15:16:28 +03:00
.Pp
.Bl -tag -width memory
.It procs
1993-04-09 16:58:42 +04:00
Information about the numbers of processes in various states.
2000-11-13 15:16:28 +03:00
.Pp
.Bl -tag -width abcd -compact
.It r
in run queue
.It b
blocked for resources (i/o, paging, etc.)
.It w
runnable or short sleeper (< 20 secs) but swapped
.El
.It memory
1993-04-09 16:58:42 +04:00
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.
2000-11-13 15:16:28 +03:00
.Pp
.Bl -tag -width abcd -compact
.It avm
active virtual pages
.It fre
size of the free list
.El
.It page
1993-04-09 16:58:42 +04:00
Information about page faults and paging activity.
These are averaged every five seconds, and given in units per second.
2000-11-13 15:16:28 +03:00
.Pp
.Bl -tag -width abcd -compact
.It flt
total page faults
.It re
page reclaims (simulating reference bits)
.It pi
pages paged in
.It po
pages paged out
.It fr
pages freed per second
.It sr
pages scanned by clock algorithm, per-second
.El
.It disks
Disk transfers per second.
1993-04-09 16:58:42 +04:00
Typically paging will be split across the available drives.
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,
2000-11-13 15:16:28 +03:00
.Nm
1993-04-09 16:58:42 +04:00
displays only the first four drives.
To force
2000-11-13 15:16:28 +03:00
.Nm
1993-04-09 16:58:42 +04:00
to display specific drives, their names may be supplied on the command line.
2000-11-13 15:16:28 +03:00
.It faults
1993-04-09 16:58:42 +04:00
Trap/interrupt rate averages per second over last 5 seconds.
2000-11-13 15:16:28 +03:00
.Pp
.Bl -tag -width abcd -compact
.It in
device interrupts per interval (including clock interrupts)
.It sy
system calls per interval
.It cs
cpu context switch rate (switches/interval)
.El
.It cpu
1993-04-09 16:58:42 +04:00
Breakdown of percentage usage of CPU time.
2000-11-13 15:16:28 +03:00
.Pp
.Bl -tag -width abcd -compact
.It us
user time for normal and low priority processes
.It sy
system time
.It id
cpu idle
.El
.El
.Sh FILES
.Bl -tag -width eeenymeeny -compact
.It Pa /netbsd
default kernel namelist
.It Pa /dev/mem
default memory file
.El
2000-11-13 15:16:28 +03:00
.Sh EXAMPLES
The command
.Dq Li 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
1993-04-09 16:58:42 +04:00
some of the statistics are sampled in the system.
Others vary every second and running the output for a while will make it
apparent which are recomputed every second.
2000-11-13 15:16:28 +03:00
.Sh SEE ALSO
.Xr fstat 1 ,
.Xr netstat 1 ,
.Xr nfsstat 1 ,
.Xr ps 1 ,
.Xr systat 1 ,
.Xr iostat 8 ,
.Xr pstat 8
.Pp
The sections starting with
.Dq Interpreting system activity
in
2000-11-13 15:16:28 +03:00
.%T Installing and Operating 4.3BSD .
.Sh BUGS
2001-04-27 03:16:47 +04:00
The
2000-11-13 15:16:28 +03:00
.Fl c
and
.Fl w
options are only available with the default output.
.Pp
The
.Fl l ,
.Fl u ,
2000-11-13 15:16:28 +03:00
and
.Fl U
2000-11-13 15:16:28 +03:00
options are useful only if the system was compiled with support for UVM
history.