xref: /freebsd/usr.bin/vmstat/vmstat.8 (revision d282baddb0b029ca8466d23ac51e95c918442535)
19b50d902SRodney W. Grimes.\" Copyright (c) 1986, 1993
29b50d902SRodney W. Grimes.\"	The Regents of the University of California.  All rights reserved.
39b50d902SRodney W. Grimes.\"
49b50d902SRodney W. Grimes.\" Redistribution and use in source and binary forms, with or without
59b50d902SRodney W. Grimes.\" modification, are permitted provided that the following conditions
69b50d902SRodney W. Grimes.\" are met:
79b50d902SRodney W. Grimes.\" 1. Redistributions of source code must retain the above copyright
89b50d902SRodney W. Grimes.\"    notice, this list of conditions and the following disclaimer.
99b50d902SRodney W. Grimes.\" 2. Redistributions in binary form must reproduce the above copyright
109b50d902SRodney W. Grimes.\"    notice, this list of conditions and the following disclaimer in the
119b50d902SRodney W. Grimes.\"    documentation and/or other materials provided with the distribution.
12fbbd9655SWarner Losh.\" 3. Neither the name of the University nor the names of its contributors
139b50d902SRodney W. Grimes.\"    may be used to endorse or promote products derived from this software
149b50d902SRodney W. Grimes.\"    without specific prior written permission.
159b50d902SRodney W. Grimes.\"
169b50d902SRodney W. Grimes.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
179b50d902SRodney W. Grimes.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
189b50d902SRodney W. Grimes.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
199b50d902SRodney W. Grimes.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
209b50d902SRodney W. Grimes.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
219b50d902SRodney W. Grimes.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
229b50d902SRodney W. Grimes.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
239b50d902SRodney W. Grimes.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
249b50d902SRodney W. Grimes.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
259b50d902SRodney W. Grimes.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
269b50d902SRodney W. Grimes.\" SUCH DAMAGE.
279b50d902SRodney W. Grimes.\"
289b50d902SRodney W. Grimes.\"	@(#)vmstat.8	8.1 (Berkeley) 6/6/93
299b50d902SRodney W. Grimes.\"
303c22b4f8SWarner Losh.Dd June 21, 2021
311c1f145fSMike Pritchard.Dt VMSTAT 8
3262500372SRuslan Ermilov.Os
331c1f145fSMike Pritchard.Sh NAME
341c1f145fSMike Pritchard.Nm vmstat
351c1f145fSMike Pritchard.Nd report virtual memory statistics
361c1f145fSMike Pritchard.Sh SYNOPSIS
378fe908efSRuslan Ermilov.Nm
38aeaa52dbSSteve Price.\" .Op Fl fimst
390e51ea91SCraig Rodrigues.Op Fl -libxo
40ff87ae35SJohn Baldwin.Op Fl afHhimoPsz
41ab82970eSRuslan Ermilov.Op Fl M Ar core Op Fl N Ar system
42e1ba604aSBenjamin Kaduk.Op Fl c Ar count
438d2fbde5SJustin T. Gibbs.Op Fl n Ar devs
44d0353b83SRuslan Ermilov.Oo
45d0353b83SRuslan Ermilov.Fl p
46d0353b83SRuslan Ermilov.Sm off
47d0353b83SRuslan Ermilov.Ar type , if , pass
48d0353b83SRuslan Ermilov.Sm on
49d0353b83SRuslan Ermilov.Oc
50e1ba604aSBenjamin Kaduk.Op Fl w Ar wait
51e1ba604aSBenjamin Kaduk.Op Ar disks ...
52e1ba604aSBenjamin Kaduk.Op wait Op count
531c1f145fSMike Pritchard.Sh DESCRIPTION
54084e1980SPhilippe CharnierThe
55084e1980SPhilippe Charnier.Nm
56084e1980SPhilippe Charnierutility reports certain kernel statistics kept about process, virtual memory,
579b50d902SRodney W. Grimesdisk, trap and cpu activity.
581c1f145fSMike Pritchard.Pp
59ab82970eSRuslan ErmilovIf the
60ab82970eSRuslan Ermilov.Fl M
61ab82970eSRuslan Ermilovoption is not specified, information is obtained from
62ab82970eSRuslan Ermilovthe currently running kernel via the
63ab82970eSRuslan Ermilov.Xr sysctl 3
64ab82970eSRuslan Ermilovinterface.
65ab82970eSRuslan ErmilovOtherwise, information is read from the specified core file,
66ab82970eSRuslan Ermilovusing the name list from the specified kernel image (or from
67ab82970eSRuslan Ermilovthe default image).
68ab82970eSRuslan Ermilov.Pp
699b50d902SRodney W. GrimesThe options are as follows:
701c1f145fSMike Pritchard.Bl -tag -width indent
710e51ea91SCraig Rodrigues.It Fl -libxo
720e51ea91SCraig RodriguesGenerate output via
730e51ea91SCraig Rodrigues.Xr libxo 3
740e51ea91SCraig Rodriguesin a selection of different human and machine readable formats.
750e51ea91SCraig RodriguesSee
760e51ea91SCraig Rodrigues.Xr xo_parse_args 3
770e51ea91SCraig Rodriguesfor details on command line arguments.
78c5163382SDag-Erling Smørgrav.It Fl a
79c5163382SDag-Erling SmørgravWhen used with
80c5163382SDag-Erling Smørgrav.Fl i ,
81c5163382SDag-Erling Smørgravinclude statistics about interrupts that have never been generated.
821c1f145fSMike Pritchard.It Fl c
839b50d902SRodney W. GrimesRepeat the display
841c1f145fSMike Pritchard.Ar count
859b50d902SRodney W. Grimestimes.
86735df156SKris KennawayThe first display is for the time since a reboot and each subsequent
87735df156SKris Kennawayreport is for the time period since the last display.
88735df156SKris KennawayIf no repeat
89735df156SKris Kennaway.Ar count
90735df156SKris Kennawayis specified, and
91735df156SKris Kennaway.Fl w
92735df156SKris Kennawayis specified, the default is infinity, otherwise the default is one.
93bd67e96dSTim J. Robbins.It Fl f
94bd67e96dSTim J. RobbinsReport on the number
95bd67e96dSTim J. Robbins.Xr fork 2 ,
96bd67e96dSTim J. Robbins.Xr vfork 2
97bd67e96dSTim J. Robbinsand
98bd67e96dSTim J. Robbins.Xr rfork 2
99bd67e96dSTim J. Robbinssystem calls since system startup, and the number of pages of virtual memory
100bd67e96dSTim J. Robbinsinvolved in each.
1014adb5266SPeter Wemm.It Fl h
102e1ba604aSBenjamin KadukChanges memory columns into more easily human readable form.
103e1ba604aSBenjamin KadukThe default if
1044adb5266SPeter Wemmstandard output is a terminal device.
1054adb5266SPeter Wemm.It Fl H
106e1ba604aSBenjamin KadukChanges memory columns into straight numbers.
107e1ba604aSBenjamin KadukThe default if standard output
1084adb5266SPeter Wemmis not a terminal device (such as a script).
1091c1f145fSMike Pritchard.It Fl i
1109b50d902SRodney W. GrimesReport on the number of interrupts taken by each device since system
1119b50d902SRodney W. Grimesstartup.
1121c1f145fSMike Pritchard.It Fl M
1131c1f145fSMike PritchardExtract values associated with the name list from the specified
114ab82970eSRuslan Ermilov.Ar core .
1151c1f145fSMike Pritchard.It Fl N
116ab82970eSRuslan ErmilovIf
117ab82970eSRuslan Ermilov.Fl M
118ab82970eSRuslan Ermilovis also specified,
119ab82970eSRuslan Ermilovextract the name list from the specified
1201c1f145fSMike Pritchard.Ar system
121ab82970eSRuslan Ermilovinstead of the default,
122ab82970eSRuslan Ermilovwhich is the kernel image the system has booted from.
1231c1f145fSMike Pritchard.It Fl m
12429a055acSRobert WatsonReport on the usage of kernel dynamic memory allocated using
12529a055acSRobert Watson.Xr malloc 9
12629a055acSRobert Watsonby type.
1278d2fbde5SJustin T. Gibbs.It Fl n
1284faf42f3SKenneth D. MerryChange the maximum number of disks to display from the default of 2.
129ff87ae35SJohn Baldwin.It Fl o
130ff87ae35SJohn BaldwinDisplay a list of virtual memory objects in the system and the resident
131ff87ae35SJohn Baldwinmemory used by each object.
1324adb5266SPeter Wemm.It Fl P
1334adb5266SPeter WemmReport per-cpu system/user/idle cpu statistics.
1348d2fbde5SJustin T. Gibbs.It Fl p
1356a3e8b0aSRuslan ErmilovSpecify which types of devices to display.
1366a3e8b0aSRuslan ErmilovThere are three different
1378d2fbde5SJustin T. Gibbscategories of devices:
1389b88faecSRuslan Ermilov.Pp
1398d2fbde5SJustin T. Gibbs.Bl -tag -width indent -compact
1408d2fbde5SJustin T. Gibbs.It device type:
1419b88faecSRuslan Ermilov.Bl -tag -width 9n -compact
1428d2fbde5SJustin T. Gibbs.It da
1438d2fbde5SJustin T. GibbsDirect Access devices
1448d2fbde5SJustin T. Gibbs.It sa
1458d2fbde5SJustin T. GibbsSequential Access devices
1468d2fbde5SJustin T. Gibbs.It printer
1478d2fbde5SJustin T. GibbsPrinters
1488d2fbde5SJustin T. Gibbs.It proc
1498d2fbde5SJustin T. GibbsProcessor devices
1508d2fbde5SJustin T. Gibbs.It worm
1518d2fbde5SJustin T. GibbsWrite Once Read Multiple devices
1528d2fbde5SJustin T. Gibbs.It cd
1538d2fbde5SJustin T. GibbsCD devices
1548d2fbde5SJustin T. Gibbs.It scanner
1558d2fbde5SJustin T. GibbsScanner devices
1568d2fbde5SJustin T. Gibbs.It optical
1578d2fbde5SJustin T. GibbsOptical Memory devices
1588d2fbde5SJustin T. Gibbs.It changer
1598d2fbde5SJustin T. GibbsMedium Changer devices
1608d2fbde5SJustin T. Gibbs.It comm
1618d2fbde5SJustin T. GibbsCommunication devices
1628d2fbde5SJustin T. Gibbs.It array
1638d2fbde5SJustin T. GibbsStorage Array devices
1648d2fbde5SJustin T. Gibbs.It enclosure
1658d2fbde5SJustin T. GibbsEnclosure Services devices
1668d2fbde5SJustin T. Gibbs.It floppy
1678d2fbde5SJustin T. GibbsFloppy devices
1688d2fbde5SJustin T. Gibbs.El
1698d2fbde5SJustin T. Gibbs.Pp
1708d2fbde5SJustin T. Gibbs.It interface:
1719b88faecSRuslan Ermilov.Bl -tag -width 9n -compact
1728d2fbde5SJustin T. Gibbs.It IDE
1738d2fbde5SJustin T. GibbsIntegrated Drive Electronics devices
1748d2fbde5SJustin T. Gibbs.It SCSI
1758d2fbde5SJustin T. GibbsSmall Computer System Interface devices
176*d282baddSAlexander Motin.It NVME
177*d282baddSAlexander MotinNVM Express Interface devices
1788d2fbde5SJustin T. Gibbs.It other
1798d2fbde5SJustin T. GibbsAny other device interface
1808d2fbde5SJustin T. Gibbs.El
1818d2fbde5SJustin T. Gibbs.Pp
1828d2fbde5SJustin T. Gibbs.It passthrough:
1839b88faecSRuslan Ermilov.Bl -tag -width 9n -compact
1848d2fbde5SJustin T. Gibbs.It pass
1858d2fbde5SJustin T. GibbsPassthrough devices
1868d2fbde5SJustin T. Gibbs.El
1878d2fbde5SJustin T. Gibbs.El
1888d2fbde5SJustin T. Gibbs.Pp
1898d2fbde5SJustin T. GibbsThe user must specify at least one device type, and may specify at most
1906a3e8b0aSRuslan Ermilovone device type from each category.
1916a3e8b0aSRuslan ErmilovMultiple device types in a single
1928d2fbde5SJustin T. Gibbsdevice type statement must be separated by commas.
1938d2fbde5SJustin T. Gibbs.Pp
1948d2fbde5SJustin T. GibbsAny number of
1958d2fbde5SJustin T. Gibbs.Fl p
1966a3e8b0aSRuslan Ermilovarguments may be specified on the command line.
1976a3e8b0aSRuslan ErmilovAll
1988d2fbde5SJustin T. Gibbs.Fl p
1998d2fbde5SJustin T. Gibbsarguments are ORed together to form a matching expression against which
2006a3e8b0aSRuslan Ermilovall devices in the system are compared.
2016a3e8b0aSRuslan ErmilovAny device that fully matches
2028d2fbde5SJustin T. Gibbsany
2038d2fbde5SJustin T. Gibbs.Fl p
2048d2fbde5SJustin T. Gibbsargument will be included in the
2058d2fbde5SJustin T. Gibbs.Nm
206e3f1789aSDmitry Morozovskyoutput, up to two devices, or the maximum number of devices specified
2078d2fbde5SJustin T. Gibbsby the user.
2081c1f145fSMike Pritchard.It Fl s
2099b50d902SRodney W. GrimesDisplay the contents of the
2101c1f145fSMike Pritchard.Em sum
2119b50d902SRodney W. Grimesstructure, giving the total number of several kinds of paging related
2129b50d902SRodney W. Grimesevents which have occurred since system startup.
2131c1f145fSMike Pritchard.It Fl w
2149b50d902SRodney W. GrimesPause
2151c1f145fSMike Pritchard.Ar wait
2169b50d902SRodney W. Grimesseconds between each display.
2179b50d902SRodney W. GrimesIf no repeat
218735df156SKris Kennaway.Ar wait
219735df156SKris Kennawayinterval is specified, the default is 1 second.
2208b10473dSSean BrunoThe
2218b10473dSSean Bruno.Nm
2228b10473dSSean Brunocommand will accept and honor a non-integer number of seconds.
223d662d4b7SKris Kennaway.It Fl z
22429a055acSRobert WatsonReport on memory used by the kernel zone allocator,
22529a055acSRobert Watson.Xr uma 9 ,
22629a055acSRobert Watsonby zone.
2271c1f145fSMike Pritchard.El
2281c1f145fSMike Pritchard.Pp
229e1ba604aSBenjamin KadukThe
230e1ba604aSBenjamin Kaduk.Ar wait
231e1ba604aSBenjamin Kadukand
232e1ba604aSBenjamin Kaduk.Ar count
233e1ba604aSBenjamin Kadukarguments may be given after their respective flags at any point
234e1ba604aSBenjamin Kadukon the command line before the
235e1ba604aSBenjamin Kaduk.Ar disks
236e1ba604aSBenjamin Kadukargument(s), or without their flags, as the final argument(s).
237e1ba604aSBenjamin KadukThe latter form is accepted for backwards compatibility, but it is
238e1ba604aSBenjamin Kadukpreferred to use the forms with
239e1ba604aSBenjamin Kaduk.Fl w
240e1ba604aSBenjamin Kadukand
241e1ba604aSBenjamin Kaduk.Fl c
242e1ba604aSBenjamin Kadukto avoid ambiguity.
243e1ba604aSBenjamin Kaduk.Pp
2449b50d902SRodney W. GrimesBy default,
245495aeceaSPhilippe Charnier.Nm
2469b50d902SRodney W. Grimesdisplays the following information:
2471c1f145fSMike Pritchard.Bl -tag -width indent
2481c1f145fSMike Pritchard.It procs
2499a7a98a0SJohn BaldwinInformation about the number of threads in various states:
2501c1f145fSMike Pritchard.Pp
2511c1f145fSMike Pritchard.Bl -tag -width indent -compact
2521c1f145fSMike Pritchard.It r
2539a7a98a0SJohn Baldwinrunning or in run queue
2541c1f145fSMike Pritchard.It b
2551c1f145fSMike Pritchardblocked for resources (i/o, paging, etc.)
2561c1f145fSMike Pritchard.It w
2579a7a98a0SJohn Baldwinswapped out
2581c1f145fSMike Pritchard.El
2591c1f145fSMike Pritchard.It memory
2609b50d902SRodney W. GrimesInformation about the usage of virtual and real memory.
2619a7a98a0SJohn Baldwin.Pp
2629a7a98a0SJohn BaldwinMapped virtual memory is a sum of all of the virtual pages belonging
2639a7a98a0SJohn Baldwinto mapped virtual memory objects.
2649a7a98a0SJohn BaldwinNote that the entire memory object's size is considered mapped even if
2659a7a98a0SJohn Baldwinonly a subset of the object's pages are currently mapped.
2669a7a98a0SJohn BaldwinThis statistic is not related to the active page queue which is used to track
2679a7a98a0SJohn Baldwinreal memory.
2681c1f145fSMike Pritchard.Pp
2691c1f145fSMike Pritchard.Bl -tag -width indent -compact
2701c1f145fSMike Pritchard.It avm
2719a7a98a0SJohn Baldwinmapped virtual memory
2729a7a98a0SJohn Baldwin.Po previously called active in
2739a7a98a0SJohn Baldwin.Nm
2749a7a98a0SJohn Baldwinoutput
2759a7a98a0SJohn Baldwin.Pc
2761c1f145fSMike Pritchard.It fre
2771c1f145fSMike Pritchardsize of the free list
2781c1f145fSMike Pritchard.El
2791c1f145fSMike Pritchard.It page
2809b50d902SRodney W. GrimesInformation about page faults and paging activity.
2819a7a98a0SJohn BaldwinThese are given in units per second.
2821c1f145fSMike Pritchard.Pp
2831c1f145fSMike Pritchard.Bl -tag -width indent -compact
2849d16a728SMike Pritchard.It flt
2859d16a728SMike Pritchardtotal number of page faults
2861c1f145fSMike Pritchard.It re
287336ab722SIan Leporepages reactivated (found in laundry or inactive queues)
2889d16a728SMike Pritchard.\" .It at
2899d16a728SMike Pritchard.\" pages attached (found in free list)
2901c1f145fSMike Pritchard.It pi
2911c1f145fSMike Pritchardpages paged in
2921c1f145fSMike Pritchard.It po
2931c1f145fSMike Pritchardpages paged out
2941c1f145fSMike Pritchard.It fr
2959a7a98a0SJohn Baldwinpages freed
2969d16a728SMike Pritchard.\" .It de
2979d16a728SMike Pritchard.\" anticipated short term memory shortfall
2981c1f145fSMike Pritchard.It sr
2999a7a98a0SJohn Baldwinpages scanned by page daemon
3001c1f145fSMike Pritchard.El
3011c1f145fSMike Pritchard.It disks
3029b50d902SRodney W. GrimesDisk operations per second (this field is system dependent).
3039b50d902SRodney W. GrimesTypically paging will be split across the available drives.
3048d2fbde5SJustin T. GibbsThe header of the field is the first two characters of the disk name and
3059b50d902SRodney W. Grimesthe unit number.
306e3f1789aSDmitry MorozovskyIf more than two disk drives are configured in the system,
307495aeceaSPhilippe Charnier.Nm
308e3f1789aSDmitry Morozovskydisplays only the first two drives, unless the user specifies the
3098d2fbde5SJustin T. Gibbs.Fl n
3106a3e8b0aSRuslan Ermilovargument to increase the number of drives displayed.
3116a3e8b0aSRuslan ErmilovThis will probably
3128d2fbde5SJustin T. Gibbscause the display to exceed 80 columns, however.
3139b50d902SRodney W. GrimesTo force
314495aeceaSPhilippe Charnier.Nm
3159b50d902SRodney W. Grimesto display specific drives, their names may be supplied on the command line.
316084e1980SPhilippe CharnierThe
3178d2fbde5SJustin T. Gibbs.Nm
318084e1980SPhilippe Charnierutility
3198d2fbde5SJustin T. Gibbsdefaults to show disks first, and then various other random devices in the
320e3f1789aSDmitry Morozovskysystem to add up to two devices, if there are that many devices in the
3216a3e8b0aSRuslan Ermilovsystem.
3226a3e8b0aSRuslan ErmilovIf devices are specified on the command line, or if a device type
3238d2fbde5SJustin T. Gibbsmatching pattern is specified (see above),
3248d2fbde5SJustin T. Gibbs.Nm
3258d2fbde5SJustin T. Gibbswill only display the given devices or the devices matching the pattern,
3268d2fbde5SJustin T. Gibbsand will not randomly select other devices in the system.
3271c1f145fSMike Pritchard.It faults
3289a7a98a0SJohn BaldwinTrap/interrupt rates per second.
3291c1f145fSMike Pritchard.Pp
3301c1f145fSMike Pritchard.Bl -tag -width indent -compact
3311c1f145fSMike Pritchard.It in
3329a7a98a0SJohn Baldwindevice interrupts (including clock interrupts)
3331c1f145fSMike Pritchard.It sy
3349a7a98a0SJohn Baldwinsystem calls
3351c1f145fSMike Pritchard.It cs
3369a7a98a0SJohn Baldwincpu context switches
3371c1f145fSMike Pritchard.El
3381c1f145fSMike Pritchard.It cpu
3399b50d902SRodney W. GrimesBreakdown of percentage usage of CPU time.
3401c1f145fSMike Pritchard.Pp
3411c1f145fSMike Pritchard.Bl -tag -width indent -compact
3421c1f145fSMike Pritchard.It us
3431c1f145fSMike Pritcharduser time for normal and low priority processes
3441c1f145fSMike Pritchard.It sy
3459a7a98a0SJohn Baldwinsystem and interrupt time
3461c1f145fSMike Pritchard.It id
3471c1f145fSMike Pritchardcpu idle
3481c1f145fSMike Pritchard.El
3491c1f145fSMike Pritchard.El
3506c7216dfSRuslan Ermilov.Sh FILES
3516c7216dfSRuslan Ermilov.Bl -tag -width /boot/kernel/kernel -compact
3526c7216dfSRuslan Ermilov.It Pa /boot/kernel/kernel
3536c7216dfSRuslan Ermilovdefault kernel namelist
3546c7216dfSRuslan Ermilov.It Pa /dev/kmem
3556c7216dfSRuslan Ermilovdefault memory file
3566c7216dfSRuslan Ermilov.El
3571c1f145fSMike Pritchard.Sh EXAMPLES
3581c1f145fSMike PritchardThe command:
3591c1f145fSMike Pritchard.Dl vmstat -w 5
3601c1f145fSMike Pritchardwill print what the system is doing every five
3619a7a98a0SJohn Baldwinseconds.
3628d2fbde5SJustin T. Gibbs.Pp
3638d2fbde5SJustin T. GibbsThe command:
3648d2fbde5SJustin T. Gibbs.Dl vmstat -p da -p cd -w 1
365e3f1789aSDmitry Morozovskywill tell vmstat to select the first two direct access or CDROM devices
3668d2fbde5SJustin T. Gibbsand display statistics on those devices, as well as other systems
3678d2fbde5SJustin T. Gibbsstatistics every second.
3681c1f145fSMike Pritchard.Sh SEE ALSO
3691c1f145fSMike Pritchard.Xr fstat 1 ,
3701c1f145fSMike Pritchard.Xr netstat 1 ,
3711c1f145fSMike Pritchard.Xr nfsstat 1 ,
3721c1f145fSMike Pritchard.Xr ps 1 ,
3731c1f145fSMike Pritchard.Xr systat 1 ,
37429a055acSRobert Watson.Xr libmemstat 3 ,
3750e51ea91SCraig Rodrigues.Xr libxo 3 ,
3760e51ea91SCraig Rodrigues.Xr xo_parse_args 3 ,
37726d8ca83SGiorgos Keramidas.Xr gstat 8 ,
3781c1f145fSMike Pritchard.Xr iostat 8 ,
3790b5c9ae2SDag-Erling Smørgrav.Xr pstat 8 ,
38029a055acSRobert Watson.Xr sysctl 8 ,
38129a055acSRobert Watson.Xr malloc 9 ,
38229a055acSRobert Watson.Xr uma 9
3831c1f145fSMike Pritchard.Pp
3849b50d902SRodney W. GrimesThe sections starting with ``Interpreting system activity'' in
3851c1f145fSMike Pritchard.%T "Installing and Operating 4.3BSD" .
3861d733bbcSGordon Bergling.Sh HISTORY
3871d733bbcSGordon BerglingThe
3881d733bbcSGordon Bergling.Nm
3891d733bbcSGordon Berglingutility first appeared in
3903c22b4f8SWarner Losh.Bx 3 .
391aeaa52dbSSteve Price.Sh BUGS
3921c1f145fSMike PritchardThe
3931c1f145fSMike Pritchard.Fl c
3941c1f145fSMike Pritchardand
3951c1f145fSMike Pritchard.Fl w
3961c1f145fSMike Pritchardoptions are only available with the default output.
397