1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
|
.\" $NetBSD: vmstat.1,v 1.26 2022/02/09 07:34:08 mrg Exp $
.\"
.\" Copyright (c) 2000, 2007 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.
.\"
.\" 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.
.\"
.\" Copyright (c) 1986, 1993
.\" The Regents of the University of California. 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. 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.
.\"
.\" @(#)vmstat.8 8.1 (Berkeley) 6/6/93
.\"
.Dd February 1, 2022
.Dt VMSTAT 1
.Os
.Sh NAME
.Nm vmstat
.Nd report virtual memory statistics
.Sh SYNOPSIS
.Nm
.Op Fl CefHiLlmstUvW
.Op Fl c Ar count
.Op Fl h Ar hashname
.Op Fl M Ar core
.Op Fl N Ar system
.Op Fl n Ar diskcount
.Op Fl u Ar histname
.Op Fl w Ar wait
.Op Ar disks
.Sh DESCRIPTION
.Nm
reports certain kernel statistics kept about process, virtual memory,
disk, trap, and CPU activity.
If
.Nm
is invoked without any options, it displays the summary of statistics since
boot and exits.
This is also referred to as the first line of
.Nm .
.Pp
The options are as follows:
.Bl -tag -width xxxhistname
.It Fl C
Report on kernel memory caches.
Combine with the
.Fl m
option to see information about memory pools that back the caches.
.It Fl c Ar count
Repeat the display
.Ar count
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
.Ar wait
interval is specified, the default is 1 second.
.It Fl e
Report the values of system event counters.
.It Fl f
Report fork statistics.
.It Fl H
Report all hash table statistics.
.It Fl h Ar hashname
Report hash table statistics for
.Ar hashname .
.It Fl i
Report the values of system interrupt counters.
.It Fl L
List all the hashes supported for
.Fl h
and
.Fl H .
.It Fl l
List the UVM histories being maintained by the kernel.
.It Fl M Ar core
Extract values associated with the name list from the specified core
instead of the default
.Pa /dev/mem .
.It Fl m
Report on the list of the kernel memory pools and their usage.
.It Fl N Ar system
Extract the name list from the specified system instead of the default
.Pa /netbsd .
.It Fl n Ar diskcount
Display up to
.Ar diskcount
disks in the standard output, instead of the default 2.
.It Fl s
Display the contents of the
.Dv uvmexp
structure.
This contains various paging event and memory status counters.
.It Fl t
Display the contents of the
.Dv vmtotal
structure.
This includes information about processes and virtual memory.
.Pp
The process part shows the number of processes in the following states:
.Pp
.Bl -tag -width abc -compact
.It ru
on the run queue
.It dw
in disk I/O wait
.It pw
waiting for paging
.It sl
sleeping
.El
.Pp
The virtual memory section shows:
.Pp
.Bl -tag -width abcdefgh -compact
.It total-v
Total virtual memory
.It active-v
Active virtual memory in use
.It active-r
Active real memory in use
.It vm-sh
Shared virtual memory
.It avm-sh
Active shared virtual memory
.It rm-sh
Shared real memory
.It arm-sh
Active shared real memory
.It free
Free memory
.El
.Pp
All memory values are shown in number of pages.
.It Fl U
Dump all UVM histories.
.It Fl u Ar histname
Dump the specified UVM history.
.It Fl v
Print more verbose information.
When used with the
.Fl i ,
.Fl e ,
or
.Fl m
options prints out all counters, not just those with non-zero values.
.It Fl W
Print more verbose information about kernel memory pools.
.It Fl w Ar wait
Pause
.Ar wait
seconds between each display.
If no repeat
.Ar count
is specified, the default is infinity.
The
.Nm
command will accept and honor a negative number of
.Ar wait
seconds.
.El
.Pp
By default,
.Nm
displays the following information:
.Bl -tag -width memory
.It procs
Information about the numbers of processes in various states.
.Pp
.Bl -tag -width abcd -compact
.It r
in run queue
.It b
blocked for resources (i/o, paging, etc.)
.El
.It 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
.Bl -tag -width abcd -compact
.It avm
active virtual pages
.It fre
size of the free list
.El
.It page
Information about page faults and paging activity.
These are averaged every five seconds, and given in units per second.
.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.
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,
.Nm
displays only the first four drives.
To force
.Nm
to display specific drives, their names may be supplied on the command line.
.It faults
Trap/interrupt rate averages per second over last 5 seconds.
.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
Breakdown of percentage usage of CPU time.
.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
.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
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.
.Sh SEE ALSO
.Xr fstat 1 ,
.Xr netstat 1 ,
.Xr nfsstat 1 ,
.Xr ps 1 ,
.Xr systat 1 ,
.Xr iostat 8 ,
.Xr pstat 8 ,
.Xr kernhist 9
.Sh BUGS
The
.Fl c ,
.Fl n ,
and
.Fl w
options are only available with the default output.
.Pp
The
.Fl l ,
.Fl U ,
and
.Fl u
options are useful only if the system was compiled with support for UVM
history.
|