1 .\" Copyright (c) 1986, 1993
2 .\" The Regents of the University of California. All rights reserved.
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions
7 .\" 1. Redistributions of source code must retain the above copyright
8 .\" notice, this list of conditions and the following disclaimer.
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\" notice, this list of conditions and the following disclaimer in the
11 .\" documentation and/or other materials provided with the distribution.
12 .\" 3. Neither the name of the University nor the names of its contributors
13 .\" may be used to endorse or promote products derived from this software
14 .\" without specific prior written permission.
16 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
17 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
19 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
20 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
28 .\" @(#)vmstat.8 8.1 (Berkeley) 6/6/93
29 .\" $FreeBSD: src/usr.bin/vmstat/vmstat.8,v 1.16.2.5 2001/08/16 13:17:13 ru Exp $
30 .\" $DragonFly: src/usr.bin/vmstat/vmstat.8,v 1.6 2008/09/02 11:50:46 matthias Exp $
37 .Nd report virtual memory statistics
56 reports certain kernel statistics kept about process, virtual memory,
57 disk, trap and cpu activity.
59 The options are as follows:
60 .Bl -tag -width indent
65 The first display is for the time since a reboot and each subsequent
66 report is for the time period since the last display.
71 is specified, the default is infinity, otherwise the default is one.
73 .\" Report on the number
77 .\" system calls since system startup, and the number of pages of virtual memory
80 Report on the number of interrupts taken by each device since system
83 Extract values associated with the name list from the specified
85 instead of the default
88 Extract the name list from the specified
90 instead of the default
93 Report on the usage of kernel dynamic memory listed first by size of
94 allocation and then by type of usage.
96 Change the maximum number of disks to display from the default of 2.
98 Specify which types of devices to display. There are three different
99 categories of devices:
101 .Bl -tag -width indent -compact
103 .Bl -tag -width 9n -compact
105 Direct Access devices
107 Sequential Access devices
113 Write Once Read Multiple devices
119 Optical Memory devices
121 Medium Changer devices
123 Communication devices
125 Storage Array devices
127 Enclosure Services devices
133 .Bl -tag -width 9n -compact
135 Integrated Drive Electronics devices
137 Small Computer System Interface devices
139 Any other device interface
143 .Bl -tag -width 9n -compact
149 The user must specify at least one device type, and may specify at most
150 one device type from each category. Multiple device types in a single
151 device type statement must be separated by commas.
155 arguments may be specified on the command line. All
157 arguments are ORed together to form a matching expression against which
158 all devices in the system are compared. Any device that fully matches
161 argument will be included in the
163 output, up to three devices, or the maximum number of devices specified
166 Display the contents of the
168 structure, giving the total number of several kinds of paging related
169 events which have occurred since system startup.
171 .\" Report on the number of page in and page reclaims since system startup,
172 .\" and the amount of time required by each.
174 If specified together with
176 include IRQ numbers and IRQ target CPU numbers before device names.
180 seconds between each display.
183 interval is specified, the default is 1 second.
185 Report on memory used by the kernel zone allocator, by zone.
186 The information shown is the same as that returned by the
193 displays the following information:
194 .Bl -tag -width indent
196 Information about the numbers of processes in various states.
198 .Bl -tag -width indent -compact
202 blocked for resources (i/o, paging, etc.)
204 runnable or short sleeper (< 20 secs) but swapped
207 Information about the usage of virtual and real memory.
208 Virtual pages (reported in units of 1024 bytes) are considered active if
209 they belong to processes which are running or have run in the last 20
212 .Bl -tag -width indent -compact
216 size of the free list
219 Information about page faults and paging activity.
220 These are averaged each five seconds, and given in units per second.
222 .Bl -tag -width indent -compact
224 total number of page faults
226 page reclaims (simulating reference bits)
228 .\" pages attached (found in free list)
234 pages freed per second
236 .\" anticipated short term memory shortfall
238 pages scanned by clock algorithm, per-second
241 Disk operations per second (this field is system dependent).
242 Typically paging will be split across the available drives.
243 The header of the field is the first two characters of the disk name and
245 If more than three disk drives are configured in the system,
247 displays only the first three drives, unless the user specifies the
249 argument to increase the number of drives displayed. This will probably
250 cause the display to exceed 80 columns, however.
253 to display specific drives, their names may be supplied on the command line.
255 defaults to show disks first, and then various other random devices in the
256 system to add up to three devices, if there are that many devices in the
257 system. If devices are specified on the command line, or if a device type
258 matching pattern is specified (see above),
260 will only display the given devices or the devices matching the pattern,
261 and will not randomly select other devices in the system.
263 Trap/interrupt rate averages per second over last 5 seconds.
265 .Bl -tag -width indent -compact
267 device interrupts per interval (including clock interrupts)
269 system calls per interval
271 cpu context switch rate (switches/interval)
274 Breakdown of percentage usage of CPU time.
276 .Bl -tag -width indent -compact
278 user time for normal and low priority processes
286 .Bl -tag -width /dev/kmemxxx -compact
288 default kernel namelist
295 will print what the system is doing every five
296 seconds; this is a good choice of printing interval since this is how often
297 some of the statistics are sampled in the system.
298 Others vary every second and running the output for a while will make it
299 apparent which are recomputed every second.
302 .Dl vmstat -p da -p cd -w 1
303 will tell vmstat to select the first three direct access or CDROM devices
304 and display statistics on those devices, as well as other systems
305 statistics every second.
316 The sections starting with ``Interpreting system activity'' in
317 .%T "Installing and Operating 4.3BSD" .
323 options are only available with the default output.