xref: /freebsd/usr.bin/systat/systat.1 (revision 6052df8ef8f767decb426dceca5be4b419f011ca)
19b50d902SRodney W. Grimes.\" Copyright (c) 1985, 1990, 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.
129b50d902SRodney W. Grimes.\" 4. 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.\"	@(#)systat.1	8.2 (Berkeley) 12/30/93
29c3aac50fSPeter Wemm.\" $FreeBSD$
309b50d902SRodney W. Grimes.\"
312898a92aSGleb Smirnoff.Dd July 15, 2013
329b50d902SRodney W. Grimes.Dt SYSTAT 1
3362500372SRuslan Ermilov.Os
349b50d902SRodney W. Grimes.Sh NAME
359b50d902SRodney W. Grimes.Nm systat
36eaa9b5efSBrad Davis.Nd display system statistics
379b50d902SRodney W. Grimes.Sh SYNOPSIS
38d8793dfaSPhilippe Charnier.Nm
399b50d902SRodney W. Grimes.Op Fl display
40*6052df8eSAlexander V. Chernikov.Op Ar display-commands
419b50d902SRodney W. Grimes.Op Ar refresh-interval
429b50d902SRodney W. Grimes.Sh DESCRIPTION
43e8937ba0SPhilippe CharnierThe
44e8937ba0SPhilippe Charnier.Nm
45e8937ba0SPhilippe Charnierutility displays various system statistics in a screen oriented fashion
469b50d902SRodney W. Grimesusing the curses screen display library,
47436aece8SNik Clayton.Xr ncurses 3 .
489b50d902SRodney W. Grimes.Pp
499b50d902SRodney W. GrimesWhile
50d8793dfaSPhilippe Charnier.Nm
519b50d902SRodney W. Grimesis running the screen is usually divided into two windows (an exception
526a3e8b0aSRuslan Ermilovis the vmstat display which uses the entire screen).
536a3e8b0aSRuslan ErmilovThe
546a3e8b0aSRuslan Ermilovupper window depicts the current system load average.
556a3e8b0aSRuslan ErmilovThe
569b50d902SRodney W. Grimesinformation displayed in the lower window may vary, depending on
576a3e8b0aSRuslan Ermilovuser commands.
586a3e8b0aSRuslan ErmilovThe last line on the screen is reserved for user
599b50d902SRodney W. Grimesinput and error messages.
609b50d902SRodney W. Grimes.Pp
619b50d902SRodney W. GrimesBy default
62d8793dfaSPhilippe Charnier.Nm
639b50d902SRodney W. Grimesdisplays the processes getting the largest percentage of the processor
646a3e8b0aSRuslan Ermilovin the lower window.
656a3e8b0aSRuslan ErmilovOther displays show swap space usage, disk
669b50d902SRodney W. Grimes.Tn I/O
679b50d902SRodney W. Grimesstatistics (a la
68270d3d75SMike Pritchard.Xr iostat 8 ) ,
699b50d902SRodney W. Grimesvirtual memory statistics (a la
70270d3d75SMike Pritchard.Xr vmstat 8 ) ,
71630fa006SGarrett Wollman.Tn TCP/IP
7203e00a72SGarrett Wollmanstatistics,
7303e00a72SGarrett Wollmanand network connections (a la
749b50d902SRodney W. Grimes.Xr netstat 1 ) .
759b50d902SRodney W. Grimes.Pp
769b50d902SRodney W. GrimesInput is interpreted at two different levels.
779b50d902SRodney W. GrimesA ``global'' command interpreter processes all keyboard input.
789b50d902SRodney W. GrimesIf this command interpreter fails to recognize a command, the
796a3e8b0aSRuslan Ermilovinput line is passed to a per-display command interpreter.
806a3e8b0aSRuslan ErmilovThis
819b50d902SRodney W. Grimesallows each display to have certain display-specific commands.
829b50d902SRodney W. Grimes.Pp
839b50d902SRodney W. GrimesCommand line options:
849b50d902SRodney W. Grimes.Bl -tag -width "refresh_interval"
859b50d902SRodney W. Grimes.It Fl Ns Ar display
869b50d902SRodney W. GrimesThe
879b50d902SRodney W. Grimes.Fl
889b50d902SRodney W. Grimesflag expects
899b50d902SRodney W. Grimes.Ar display
909b50d902SRodney W. Grimesto be one of:
9103e00a72SGarrett Wollman.Ic icmp ,
92f29d8c1aSDavid Malone.Ic icmp6 ,
93b59ba7dfSPoul-Henning Kamp.Ic ifstat ,
949b50d902SRodney W. Grimes.Ic iostat ,
95630fa006SGarrett Wollman.Ic ip ,
96f29d8c1aSDavid Malone.Ic ip6 ,
97630fa006SGarrett Wollman.Ic netstat ,
98630fa006SGarrett Wollman.Ic pigs ,
99630fa006SGarrett Wollman.Ic swap ,
100630fa006SGarrett Wollman.Ic tcp ,
1019b50d902SRodney W. Grimesor
102630fa006SGarrett Wollman.Ic vmstat .
1039b50d902SRodney W. GrimesThese displays can also be requested interactively (without the
1049b50d902SRodney W. Grimes.Dq Fl )
1059b50d902SRodney W. Grimesand are described in
1069b50d902SRodney W. Grimesfull detail below.
1079b50d902SRodney W. Grimes.It Ar refresh-interval
1089b50d902SRodney W. GrimesThe
1099b50d902SRodney W. Grimes.Ar refresh-value
1109b50d902SRodney W. Grimesspecifies the screen refresh time interval in seconds.
1118b3daf89SAlexander V. ChernikovTime interval can be fractional.
112*6052df8eSAlexander V. Chernikov.It Ar display-commands
113*6052df8eSAlexander V. ChernikovA list of commands specific for this display. These commands can also
114*6052df8eSAlexander V. Chernikovbe entered interactively and are described for each display separately
115*6052df8eSAlexander V. Chernikovbelow. If the command of the display requires an argument or arguments,
116*6052df8eSAlexander V. Chernikovit is possible to specify them as separate command line argument. To finish
117*6052df8eSAlexander V. Chernikovdisplay commands it is possible to use double dash at the end
118*6052df8eSAlexander V. Chernikovof the list. For example:
119*6052df8eSAlexander V. Chernikov.Pp
120*6052df8eSAlexander V. Chernikov.Dl Nm Fl ifstat Fl match Ar bge0,em1 Fl pps
121*6052df8eSAlexander V. Chernikov.Pp
122*6052df8eSAlexander V. ChernikovThis will display statistics of packets per second for network interfaces
123*6052df8eSAlexander V. Chernikovnamed as bge0 and em1.
124*6052df8eSAlexander V. Chernikov.Pp
125*6052df8eSAlexander V. Chernikov.Dl Nm Fl iostat Fl numeric Fl - Ar 2.1
126*6052df8eSAlexander V. Chernikov.Pp
127*6052df8eSAlexander V. ChernikovThis will display all IO statistics in a numeric format and the information
128*6052df8eSAlexander V. Chernikovwill be refreshed each 2.1 seconds.
1299b50d902SRodney W. Grimes.El
1309b50d902SRodney W. Grimes.Pp
1319b50d902SRodney W. GrimesCertain characters cause immediate action by
1328fe908efSRuslan Ermilov.Nm .
1339b50d902SRodney W. GrimesThese are
1349b50d902SRodney W. Grimes.Bl -tag -width Fl
1359b50d902SRodney W. Grimes.It Ic \&^L
1369b50d902SRodney W. GrimesRefresh the screen.
1379b50d902SRodney W. Grimes.It Ic \&^G
1389b50d902SRodney W. GrimesPrint the name of the current ``display'' being shown in
1399b50d902SRodney W. Grimesthe lower window and the refresh interval.
1409b50d902SRodney W. Grimes.It Ic \&:
1419b50d902SRodney W. GrimesMove the cursor to the command line and interpret the input
1426a3e8b0aSRuslan Ermilovline typed as a command.
1436a3e8b0aSRuslan ErmilovWhile entering a command the
1449b50d902SRodney W. Grimescurrent character erase, word erase, and line kill characters
1459b50d902SRodney W. Grimesmay be used.
1469b50d902SRodney W. Grimes.El
1479b50d902SRodney W. Grimes.Pp
1489b50d902SRodney W. GrimesThe following commands are interpreted by the ``global''
1499b50d902SRodney W. Grimescommand interpreter.
1509b50d902SRodney W. Grimes.Bl -tag -width Fl
1519b50d902SRodney W. Grimes.It Ic help
1529b50d902SRodney W. GrimesPrint the names of the available displays on the command line.
1539b50d902SRodney W. Grimes.It Ic load
1549b50d902SRodney W. GrimesPrint the load average over the past 1, 5, and 15 minutes
1559b50d902SRodney W. Grimeson the command line.
1569b50d902SRodney W. Grimes.It Ic stop
1579b50d902SRodney W. GrimesStop refreshing the screen.
1589b50d902SRodney W. Grimes.It Xo
1599b50d902SRodney W. Grimes.Op Ic start
1609b50d902SRodney W. Grimes.Op Ar number
1619b50d902SRodney W. Grimes.Xc
1626a3e8b0aSRuslan ErmilovStart (continue) refreshing the screen.
1636a3e8b0aSRuslan ErmilovIf a second, numeric,
1649b50d902SRodney W. Grimesargument is provided it is interpreted as a refresh interval
1659b50d902SRodney W. Grimes(in seconds).
1669b50d902SRodney W. GrimesSupplying only a number will set the refresh interval to this
1679b50d902SRodney W. Grimesvalue.
1689b50d902SRodney W. Grimes.It Ic quit
1699b50d902SRodney W. GrimesExit
1708fe908efSRuslan Ermilov.Nm .
1719b50d902SRodney W. Grimes(This may be abbreviated to
1729b50d902SRodney W. Grimes.Ic q . )
1739b50d902SRodney W. Grimes.El
1749b50d902SRodney W. Grimes.Pp
1759b50d902SRodney W. GrimesThe available displays are:
1769b50d902SRodney W. Grimes.Bl -tag -width Ic
1779b50d902SRodney W. Grimes.It Ic pigs
1789b50d902SRodney W. GrimesDisplay, in the lower window, those processes resident in main
1799b50d902SRodney W. Grimesmemory and getting the
1809b50d902SRodney W. Grimeslargest portion of the processor (the default display).
1819b50d902SRodney W. GrimesWhen less than 100% of the
1829b50d902SRodney W. Grimesprocessor is scheduled to user processes, the remaining time
1839b50d902SRodney W. Grimesis accounted to the ``idle'' process.
18403e00a72SGarrett Wollman.It Ic icmp
18503e00a72SGarrett WollmanDisplay, in the lower window, statistics about messages received and
18603e00a72SGarrett Wollmantransmitted by the Internet Control Message Protocol
18703e00a72SGarrett Wollman.Pq Dq Tn ICMP .
18803e00a72SGarrett WollmanThe left half of the screen displays information about received
18903e00a72SGarrett Wollmanpackets, and the right half displays information regarding transmitted
19003e00a72SGarrett Wollmanpackets.
19103e00a72SGarrett Wollman.Pp
19203e00a72SGarrett WollmanThe
19303e00a72SGarrett Wollman.Ic icmp
19403e00a72SGarrett Wollmandisplay understands two commands:
19503e00a72SGarrett Wollman.Ic mode
19603e00a72SGarrett Wollmanand
19703e00a72SGarrett Wollman.Ic reset .
19803e00a72SGarrett WollmanThe
19903e00a72SGarrett Wollman.Ic mode
20003e00a72SGarrett Wollmancommand is used to select one of four display modes, given as its argument:
20103e00a72SGarrett Wollman.Bl -tag -width absoluteXX -compact
20203e00a72SGarrett Wollman.It Ic rate :
20303e00a72SGarrett Wollmanshow the rate of change of each value in packets (the default)
20403e00a72SGarrett Wollmanper second
20503e00a72SGarrett Wollman.It Ic delta :
20603e00a72SGarrett Wollmanshow the rate of change of each value in packets per refresh interval
20703e00a72SGarrett Wollman.It Ic since :
20803e00a72SGarrett Wollmanshow the total change of each value since the display was last reset
20903e00a72SGarrett Wollman.It Ic absolute :
21003e00a72SGarrett Wollmanshow the absolute value of each statistic
21103e00a72SGarrett Wollman.El
21203e00a72SGarrett Wollman.Pp
21303e00a72SGarrett WollmanThe
21403e00a72SGarrett Wollman.Ic reset
21503e00a72SGarrett Wollmancommand resets the baseline for
21603e00a72SGarrett Wollman.Ic since
2176a3e8b0aSRuslan Ermilovmode.
2186a3e8b0aSRuslan ErmilovThe
21903e00a72SGarrett Wollman.Ic mode
22003e00a72SGarrett Wollmancommand with no argument will display the current mode in the command
22103e00a72SGarrett Wollmanline.
222f29d8c1aSDavid Malone.It Ic icmp6
223f29d8c1aSDavid MaloneThis display is like the
224f29d8c1aSDavid Malone.Ic icmp
225f29d8c1aSDavid Malonedisplay,
226f29d8c1aSDavid Malonebut displays statistics for IPv6 ICMP.
227630fa006SGarrett Wollman.It Ic ip
228630fa006SGarrett WollmanOtherwise identical to the
229630fa006SGarrett Wollman.Ic icmp
230630fa006SGarrett Wollmandisplay, except that it displays
231630fa006SGarrett Wollman.Tn IP
232630fa006SGarrett Wollmanand
233630fa006SGarrett Wollman.Tn UDP
234630fa006SGarrett Wollmanstatistics.
235f29d8c1aSDavid Malone.It Ic ip6
236f29d8c1aSDavid MaloneLike the
237f29d8c1aSDavid Malone.Ic ip
238f29d8c1aSDavid Malonedisplay,
239f29d8c1aSDavid Maloneexcept that it displays
240f29d8c1aSDavid Malone.Tn IPv6
241c2025a76SJoel Dahlstatistics.
242f29d8c1aSDavid MaloneIt does not display
243f29d8c1aSDavid Malone.Tn UDP statistics.
244630fa006SGarrett Wollman.It Ic tcp
245630fa006SGarrett WollmanLike
246630fa006SGarrett Wollman.Ic icmp ,
247630fa006SGarrett Wollmanbut with
248630fa006SGarrett Wollman.Tn TCP
249630fa006SGarrett Wollmanstatistics.
2509b50d902SRodney W. Grimes.It Ic iostat
2519b50d902SRodney W. GrimesDisplay, in the lower window, statistics about processor use
2526a3e8b0aSRuslan Ermilovand disk throughput.
2536a3e8b0aSRuslan ErmilovStatistics on processor use appear as
2549b50d902SRodney W. Grimesbar graphs of the amount of time executing in user mode (``user''),
2559b50d902SRodney W. Grimesin user mode running low priority processes (``nice''), in
2563544ae54SBruce Evanssystem mode (``system''), in interrupt mode (``interrupt''),
2576a3e8b0aSRuslan Ermilovand idle (``idle'').
2586a3e8b0aSRuslan ErmilovStatistics
2598d2fbde5SJustin T. Gibbson disk throughput show, for each drive, megabytes per second,
2608d2fbde5SJustin T. Gibbsaverage number of disk transactions per second, and
2616a3e8b0aSRuslan Ermilovaverage kilobytes of data per transaction.
2626a3e8b0aSRuslan ErmilovThis information may be
2636a3e8b0aSRuslan Ermilovdisplayed as bar graphs or as rows of numbers which scroll downward.
2646a3e8b0aSRuslan ErmilovBar
265d8793dfaSPhilippe Charniergraphs are shown by default.
2669b50d902SRodney W. Grimes.Pp
2679b50d902SRodney W. GrimesThe following commands are specific to the
2689b50d902SRodney W. Grimes.Ic iostat
2699b50d902SRodney W. Grimesdisplay; the minimum unambiguous prefix may be supplied.
2709b50d902SRodney W. Grimes.Pp
2719b50d902SRodney W. Grimes.Bl -tag -width Fl -compact
2729b50d902SRodney W. Grimes.It Cm numbers
2739b50d902SRodney W. GrimesShow the disk
2749b50d902SRodney W. Grimes.Tn I/O
2756a3e8b0aSRuslan Ermilovstatistics in numeric form.
2766a3e8b0aSRuslan ErmilovValues are
2779b50d902SRodney W. Grimesdisplayed in numeric columns which scroll downward.
2789b50d902SRodney W. Grimes.It Cm bars
2799b50d902SRodney W. GrimesShow the disk
2809b50d902SRodney W. Grimes.Tn I/O
2819b50d902SRodney W. Grimesstatistics in bar graph form (default).
2828d2fbde5SJustin T. Gibbs.It Cm kbpt
2834e86fcacSSheldon HearnToggle the display of kilobytes per transaction.
2844e86fcacSSheldon Hearn(the default is to
2858d2fbde5SJustin T. Gibbsnot display kilobytes per transaction).
2869b50d902SRodney W. Grimes.El
2879b50d902SRodney W. Grimes.It Ic swap
2889b50d902SRodney W. GrimesShow information about swap space usage on all the
2899b50d902SRodney W. Grimesswap areas compiled into the kernel.
2909b50d902SRodney W. GrimesThe first column is the device name of the partition.
2919b50d902SRodney W. GrimesThe next column is the total space available in the partition.
2929b50d902SRodney W. GrimesThe
2939b50d902SRodney W. Grimes.Ar Used
2949b50d902SRodney W. Grimescolumn indicates the total blocks used so far;
2959b50d902SRodney W. Grimesthe graph shows the percentage of space in use on each partition.
2969b50d902SRodney W. GrimesIf there are more than one swap partition in use,
2979b50d902SRodney W. Grimesa total line is also shown.
2989b50d902SRodney W. GrimesAreas known to the kernel, but not in use are shown as not available.
2999b50d902SRodney W. Grimes.It Ic vmstat
3009b50d902SRodney W. GrimesTake over the entire display and show a (rather crowded) compendium
3019b50d902SRodney W. Grimesof statistics related to virtual memory usage, process scheduling,
3026fb9b618SGiorgos Keramidasdevice interrupts, system name translation caching, disk
3039b50d902SRodney W. Grimes.Tn I/O
3049b50d902SRodney W. Grimesetc.
3059b50d902SRodney W. Grimes.Pp
3069b50d902SRodney W. GrimesThe upper left quadrant of the screen shows the number
3079b50d902SRodney W. Grimesof users logged in and the load average over the last one, five,
3089b50d902SRodney W. Grimesand fifteen minute intervals.
3099b50d902SRodney W. GrimesBelow this line are statistics on memory utilization.
3109b50d902SRodney W. GrimesThe first row of the table reports memory usage only among
3119b50d902SRodney W. Grimesactive processes, that is processes that have run in the previous
3129b50d902SRodney W. Grimestwenty seconds.
3139b50d902SRodney W. GrimesThe second row reports on memory usage of all processes.
314c01e1768SRuslan ErmilovThe first column reports on the number of kilobytes in physical pages
3159b50d902SRodney W. Grimesclaimed by processes.
316c01e1768SRuslan ErmilovThe second column reports the number of kilobytes in physical pages that
3179b50d902SRodney W. Grimesare devoted to read only text pages.
3189b50d902SRodney W. GrimesThe third and fourth columns report the same two figures for
319c01e1768SRuslan Ermilovvirtual pages, that is the number of kilobytes in pages that would be
3209b50d902SRodney W. Grimesneeded if all processes had all of their pages.
321c01e1768SRuslan ErmilovFinally the last column shows the number of kilobytes in physical pages
3229b50d902SRodney W. Grimeson the free list.
3239b50d902SRodney W. Grimes.Pp
324bdbbe98bSDavid E. O'BrienBelow the memory display is a list of the
3259b50d902SRodney W. Grimesaverage number of processes (over the last refresh interval)
3269b50d902SRodney W. Grimesthat are runnable (`r'), in page wait (`p'),
3279b50d902SRodney W. Grimesin disk wait other than paging (`d'),
3289b50d902SRodney W. Grimessleeping (`s'), and swapped out but desiring to run (`w').
329a57a22d2SGuy HelmerThe row also shows the average number of context switches
330a57a22d2SGuy Helmer(`Csw'), traps (`Trp'; includes page faults), system calls (`Sys'),
331a57a22d2SGuy Helmerinterrupts (`Int'), network software interrupts (`Sof'), and page
332a57a22d2SGuy Helmerfaults (`Flt').
333a57a22d2SGuy Helmer.Pp
334a57a22d2SGuy HelmerBelow the process queue length listing is a numerical listing and
3359b50d902SRodney W. Grimesa bar graph showing the amount of
3363544ae54SBruce Evanssystem (shown as `='), interrupt (shown as `+'), user (shown as `>'),
3379b50d902SRodney W. Grimesnice (shown as `-'), and idle time (shown as ` ').
3389b50d902SRodney W. Grimes.Pp
339bdbbe98bSDavid E. O'BrienBelow the process display are statistics on name translations.
3409b50d902SRodney W. GrimesIt lists the number of names translated in the previous interval,
3419b50d902SRodney W. Grimesthe number and percentage of the translations that were
3429b50d902SRodney W. Grimeshandled by the system wide name translation cache, and
3439b50d902SRodney W. Grimesthe number and percentage of the translations that were
3449b50d902SRodney W. Grimeshandled by the per process name translation cache.
3459b50d902SRodney W. Grimes.Pp
34671ae8101SBruce EvansTo the right of the name translations display are lines showing
34771ae8101SBruce Evansthe number of dirty buffers in the buffer cache (`dtbuf'),
34871ae8101SBruce Evansdesired maximum size of vnode cache (`desvn'),
34971ae8101SBruce Evansnumber of vnodes actually allocated (`numvn'),
35071ae8101SBruce Evansand
35171ae8101SBruce Evansnumber of allocated vnodes that are free (`frevn').
35271ae8101SBruce Evans.Pp
353bdbbe98bSDavid E. O'BrienAt the bottom left is the disk usage display.
354d6234488SDavid E. O'BrienIt reports the number of
355a4a026b4SDag-Erling Smørgravkilobytes per transaction, transactions per second, megabytes
356a4a026b4SDag-Erling Smørgravper second and the percentage of the time the disk was busy averaged
357a4a026b4SDag-Erling Smørgravover the refresh period of the display (by default, five seconds).
3586a3e8b0aSRuslan ErmilovThe system keeps statistics on most every storage device.
3596a3e8b0aSRuslan ErmilovIn general, up
3606a3e8b0aSRuslan Ermilovto seven devices are displayed.
3616a3e8b0aSRuslan ErmilovThe devices displayed by default are the
3626a3e8b0aSRuslan Ermilovfirst devices in the kernel's device list.
3636a3e8b0aSRuslan ErmilovSee
364d6234488SDavid E. O'Brien.Xr devstat 3
365d6234488SDavid E. O'Brienand
366d6234488SDavid E. O'Brien.Xr devstat 9
367d6234488SDavid E. O'Brienfor details on the devstat system.
368bdbbe98bSDavid E. O'Brien.Pp
3699b50d902SRodney W. GrimesUnder the date in the upper right hand quadrant are statistics
3709b50d902SRodney W. Grimeson paging and swapping activity.
3719b50d902SRodney W. GrimesThe first two columns report the average number of pages
3729b50d902SRodney W. Grimesbrought in and out per second over the last refresh interval
3739b50d902SRodney W. Grimesdue to page faults and the paging daemon.
3749b50d902SRodney W. GrimesThe third and fourth columns report the average number of pages
3759b50d902SRodney W. Grimesbrought in and out per second over the last refresh interval
3769b50d902SRodney W. Grimesdue to swap requests initiated by the scheduler.
3779b50d902SRodney W. GrimesThe first row of the display shows the average
3789b50d902SRodney W. Grimesnumber of disk transfers per second over the last refresh interval;
3799b50d902SRodney W. Grimesthe second row of the display shows the average
3809b50d902SRodney W. Grimesnumber of pages transferred per second over the last refresh interval.
3819b50d902SRodney W. Grimes.Pp
382a57a22d2SGuy HelmerBelow the paging statistics is a column of lines regarding the virtual
38304984aacSBruce Evansmemory system.
38404984aacSBruce EvansThe first few lines describe,
38504984aacSBruce Evansin units (except as noted below)
38604984aacSBruce Evansof pages per second averaged over the sampling interval,
387a57a22d2SGuy Helmerpages copied on write (`cow'),
388a57a22d2SGuy Helmerpages zero filled on demand (`zfod'),
38904984aacSBruce Evanspages optimally zero filled on demand (`ozfod'),
39004984aacSBruce Evansthe ratio of the (average) ozfod / zfod as a percentage (`%ozfod'),
39104984aacSBruce Evanspages freed by the page daemon (`daefr'),
39204984aacSBruce Evanspages freed by exiting processes (`prcfr'),
393e76bdda0SBruce Evanstotal pages freed (`totfr'),
39404984aacSBruce Evanspages reactivated from the free list (`react'),
39504984aacSBruce Evansthe average number of
39604984aacSBruce Evanstimes per second that the page daemon was awakened (`pdwak'),
39704984aacSBruce Evanspages analyzed by the page daemon (`pdpgs'),
39804984aacSBruce Evansand
39904984aacSBruce Evansin-transit blocking page faults (`intrn').
40004984aacSBruce EvansNote that the units are special for `%ozfod' and `pdwak'.
40104984aacSBruce EvansThe next few lines describe,
402c01e1768SRuslan Ermilovas amounts of memory in kilobytes,
403a57a22d2SGuy Helmerpages wired down (`wire'),
404a57a22d2SGuy Helmeractive pages (`act'),
405a57a22d2SGuy Helmerinactive pages (`inact'),
40671ae8101SBruce Evanspages on the cache queue (`cache'),
407a57a22d2SGuy Helmerand
40804984aacSBruce Evansfree pages (`free').
40904984aacSBruce EvansNote that the values displayed are the current transient ones;
41004984aacSBruce Evansthey are not averages.
4119b50d902SRodney W. Grimes.Pp
41271ae8101SBruce EvansAt the bottom of this column is a line showing the
41371ae8101SBruce Evansamount of virtual memory, in kilobytes, mapped into the buffer cache (`buf').
41471ae8101SBruce EvansThis statistic is not useful.
41571ae8101SBruce EvansIt exists only as a placeholder for the corresponding useful statistic
41671ae8101SBruce Evans(the amount of real memory used to cache disks).
41771ae8101SBruce EvansThe most important component of the latter (the amount of real memory
41871ae8101SBruce Evansused by the vm system to cache disks) is not available,
41971ae8101SBruce Evansbut can be guessed from the `inact' amount under some system loads.
4209b50d902SRodney W. Grimes.Pp
4219b50d902SRodney W. GrimesRunning down the right hand side of the display is a breakdown
4229b50d902SRodney W. Grimesof the interrupts being handled by the system.
4239b50d902SRodney W. GrimesAt the top of the list is the total interrupts per second
4249b50d902SRodney W. Grimesover the time interval.
4259b50d902SRodney W. GrimesThe rest of the column breaks down the total on a device
4269b50d902SRodney W. Grimesby device basis.
4279b50d902SRodney W. GrimesOnly devices that have interrupted at least once since boot time are shown.
4289b50d902SRodney W. Grimes.Pp
4299b50d902SRodney W. GrimesThe following commands are specific to the
4309b50d902SRodney W. Grimes.Ic vmstat
4319b50d902SRodney W. Grimesdisplay; the minimum unambiguous prefix may be supplied.
4329b50d902SRodney W. Grimes.Pp
4339b50d902SRodney W. Grimes.Bl -tag -width Ar -compact
4349b50d902SRodney W. Grimes.It Cm boot
4359b50d902SRodney W. GrimesDisplay cumulative statistics since the system was booted.
4369b50d902SRodney W. Grimes.It Cm run
4379b50d902SRodney W. GrimesDisplay statistics as a running total from the point this
4389b50d902SRodney W. Grimescommand is given.
4399b50d902SRodney W. Grimes.It Cm time
4409b50d902SRodney W. GrimesDisplay statistics averaged over the refresh interval (the default).
4419b50d902SRodney W. Grimes.It Cm zero
4429b50d902SRodney W. GrimesReset running statistics to zero.
4439b50d902SRodney W. Grimes.El
4449b50d902SRodney W. Grimes.It Ic netstat
4456a3e8b0aSRuslan ErmilovDisplay, in the lower window, network connections.
4466a3e8b0aSRuslan ErmilovBy default,
4476a3e8b0aSRuslan Ermilovnetwork servers awaiting requests are not displayed.
4486a3e8b0aSRuslan ErmilovEach address
4499b50d902SRodney W. Grimesis displayed in the format ``host.port'', with each shown symbolically,
4506a3e8b0aSRuslan Ermilovwhen possible.
4516a3e8b0aSRuslan ErmilovIt is possible to have addresses displayed numerically,
4529b50d902SRodney W. Grimeslimit the display to a set of ports, hosts, and/or protocols
4539b50d902SRodney W. Grimes(the minimum unambiguous prefix may be supplied):
4549b50d902SRodney W. Grimes.Pp
4559b50d902SRodney W. Grimes.Bl -tag -width Ar -compact
4569b50d902SRodney W. Grimes.It Cm all
4579b50d902SRodney W. GrimesToggle the displaying of server processes awaiting requests (this
4589b50d902SRodney W. Grimesis the equivalent of the
4599b50d902SRodney W. Grimes.Fl a
4609b50d902SRodney W. Grimesflag to
46179431394SSteve Price.Xr netstat 1 ) .
4629b50d902SRodney W. Grimes.It Cm numbers
4639b50d902SRodney W. GrimesDisplay network addresses numerically.
4649b50d902SRodney W. Grimes.It Cm names
4659b50d902SRodney W. GrimesDisplay network addresses symbolically.
46679431394SSteve Price.It Cm proto Ar protocol
46779431394SSteve PriceDisplay only network connections using the indicated
46879431394SSteve Price.Ar protocol .
46979431394SSteve PriceSupported protocols are ``tcp'', ``udp'', and ``all''.
4709b50d902SRodney W. Grimes.It Cm ignore Op Ar items
4719b50d902SRodney W. GrimesDo not display information about connections associated with
4726a3e8b0aSRuslan Ermilovthe specified hosts or ports.
4736a3e8b0aSRuslan ErmilovHosts and ports may be specified
4746a3e8b0aSRuslan Ermilovby name (``vangogh'', ``ftp''), or numerically.
4756a3e8b0aSRuslan ErmilovHost addresses
4766a3e8b0aSRuslan Ermilovuse the Internet dot notation (``128.32.0.9'').
4776a3e8b0aSRuslan ErmilovMultiple items
4789b50d902SRodney W. Grimesmay be specified with a single command by separating them with
4799b50d902SRodney W. Grimesspaces.
4809b50d902SRodney W. Grimes.It Cm display Op Ar items
4819b50d902SRodney W. GrimesDisplay information about the connections associated with the
4826a3e8b0aSRuslan Ermilovspecified hosts or ports.
4836a3e8b0aSRuslan ErmilovAs for
4849b50d902SRodney W. Grimes.Ar ignore ,
4859b50d902SRodney W. Grimes.Op Ar items
4869b50d902SRodney W. Grimesmay be names or numbers.
4879b50d902SRodney W. Grimes.It Cm show Op Ar ports\&|hosts
4889b50d902SRodney W. GrimesShow, on the command line, the currently selected protocols,
4896a3e8b0aSRuslan Ermilovhosts, and ports.
4906a3e8b0aSRuslan ErmilovHosts and ports which are being ignored
4916a3e8b0aSRuslan Ermilovare prefixed with a `!'.
4926a3e8b0aSRuslan ErmilovIf
4939b50d902SRodney W. Grimes.Ar ports
4949b50d902SRodney W. Grimesor
4959b50d902SRodney W. Grimes.Ar hosts
4969b50d902SRodney W. Grimesis supplied as an argument to
4979b50d902SRodney W. Grimes.Cm show ,
4989b50d902SRodney W. Grimesthen only the requested information will be displayed.
4999b50d902SRodney W. Grimes.It Cm reset
5009b50d902SRodney W. GrimesReset the port, host, and protocol matching mechanisms to the default
5019b50d902SRodney W. Grimes(any protocol, port, or host).
5029b50d902SRodney W. Grimes.El
503b59ba7dfSPoul-Henning Kamp.It Ic ifstat
504b59ba7dfSPoul-Henning KampDisplay the network traffic going through active interfaces on the
5056a3e8b0aSRuslan Ermilovsystem.
5066a3e8b0aSRuslan ErmilovIdle interfaces will not be displayed until they receive some
507b59ba7dfSPoul-Henning Kamptraffic.
508b59ba7dfSPoul-Henning Kamp.Pp
509b59ba7dfSPoul-Henning KampFor each interface being displayed, the current, peak and total
5106a3e8b0aSRuslan Ermilovstatistics are displayed for incoming and outgoing traffic.
5116a3e8b0aSRuslan ErmilovBy default,
512b59ba7dfSPoul-Henning Kampthe
513b59ba7dfSPoul-Henning Kamp.Ic ifstat
514b59ba7dfSPoul-Henning Kampdisplay will automatically scale the units being used so that they are
5156a3e8b0aSRuslan Ermilovin a human-readable format.
5166a3e8b0aSRuslan ErmilovThe scaling units used for the current and
517b59ba7dfSPoul-Henning Kamppeak
518b59ba7dfSPoul-Henning Kamptraffic columns can be altered by the
519b59ba7dfSPoul-Henning Kamp.Ic scale
520b59ba7dfSPoul-Henning Kampcommand.
521ace5be68SRuslan Ermilov.Bl -tag -width ".Cm scale Op Ar units"
522b59ba7dfSPoul-Henning Kamp.It Cm scale Op Ar units
523b59ba7dfSPoul-Henning KampModify the scale used to display the current and peak traffic over all
5246a3e8b0aSRuslan Ermilovinterfaces.
5256a3e8b0aSRuslan ErmilovThe following units are recognised: kbit, kbyte, mbit,
526b59ba7dfSPoul-Henning Kampmbyte, gbit, gbyte and auto.
527b0214723SAlexander V. Chernikov.It Cm pps
528b0214723SAlexander V. ChernikovShow statistics in packets per second instead of bytes/bits per second.
529b0214723SAlexander V. ChernikovA subsequent call of
530b0214723SAlexander V. Chernikov.Ic pps
531b0214723SAlexander V. Chernikovswitches this mode off.
532b0214723SAlexander V. Chernikov.It Cm match Op Ar patterns
533b0214723SAlexander V. ChernikovDisplay only interfaces that match pattern provided as an argument.
534b0214723SAlexander V. ChernikovPatterns should be in shell syntax separated by whitespaces or commas.
535b0214723SAlexander V. ChernikovIf this command is called without arguments then all interfaces are displayed.
536b0214723SAlexander V. ChernikovFor example:
537b0214723SAlexander V. Chernikov.Pp
538b0214723SAlexander V. Chernikov.Dl match em0, bge1
539b0214723SAlexander V. Chernikov.Pp
540b0214723SAlexander V. ChernikovThis will display em0 and bge1 interfaces.
541b0214723SAlexander V. Chernikov.Pp
542b0214723SAlexander V. Chernikov.Dl match em*, bge*, lo0
543b0214723SAlexander V. Chernikov.Pp
544b0214723SAlexander V. ChernikovThis will display all
545b0214723SAlexander V. Chernikov.Ic em
546b0214723SAlexander V. Chernikovinterfaces, all
547b0214723SAlexander V. Chernikov.Ic bge
548b0214723SAlexander V. Chernikovinterfaces and the loopback interface.
549b59ba7dfSPoul-Henning Kamp.El
5509b50d902SRodney W. Grimes.El
5519b50d902SRodney W. Grimes.Pp
5529b50d902SRodney W. GrimesCommands to switch between displays may be abbreviated to the
5539b50d902SRodney W. Grimesminimum unambiguous prefix; for example, ``io'' for ``iostat''.
5549b50d902SRodney W. GrimesCertain information may be discarded when the screen size is
5556a3e8b0aSRuslan Ermilovinsufficient for display.
5566a3e8b0aSRuslan ErmilovFor example, on a machine with 10
5579b50d902SRodney W. Grimesdrives the
5589b50d902SRodney W. Grimes.Ic iostat
5596a3e8b0aSRuslan Ermilovbar graph displays only 3 drives on a 24 line terminal.
5606a3e8b0aSRuslan ErmilovWhen
5619b50d902SRodney W. Grimesa bar graph would overflow the allotted screen space it is
5629b50d902SRodney W. Grimestruncated and the actual value is printed ``over top'' of the bar.
5639b50d902SRodney W. Grimes.Pp
5649b50d902SRodney W. GrimesThe following commands are common to each display which shows
5656a3e8b0aSRuslan Ermilovinformation about disk drives.
5666a3e8b0aSRuslan ErmilovThese commands are used to
5679b50d902SRodney W. Grimesselect a set of drives to report on, should your system have
5689b50d902SRodney W. Grimesmore drives configured than can normally be displayed on the
5699b50d902SRodney W. Grimesscreen.
5709b50d902SRodney W. Grimes.Pp
5719b88faecSRuslan Ermilov.Bl -tag -width Ar -compact
5729b50d902SRodney W. Grimes.It Cm ignore Op Ar drives
5736a3e8b0aSRuslan ErmilovDo not display information about the drives indicated.
5746a3e8b0aSRuslan ErmilovMultiple
5759b50d902SRodney W. Grimesdrives may be specified, separated by spaces.
5769b50d902SRodney W. Grimes.It Cm display Op Ar drives
5776a3e8b0aSRuslan ErmilovDisplay information about the drives indicated.
5786a3e8b0aSRuslan ErmilovMultiple drives
5799b50d902SRodney W. Grimesmay be specified, separated by spaces.
5808d2fbde5SJustin T. Gibbs.It Cm only Op Ar drives
5816a3e8b0aSRuslan ErmilovDisplay only the specified drives.
5826a3e8b0aSRuslan ErmilovMultiple drives may be specified,
5838d2fbde5SJustin T. Gibbsseparated by spaces.
5848d2fbde5SJustin T. Gibbs.It Cm drives
5858d2fbde5SJustin T. GibbsDisplay a list of available devices.
586d0353b83SRuslan Ermilov.It Cm match Xo
587d0353b83SRuslan Ermilov.Ar type , Ns Ar if , Ns Ar pass
588d0353b83SRuslan Ermilov.Op | Ar ...
589d0353b83SRuslan Ermilov.Xc
5906a3e8b0aSRuslan ErmilovDisplay devices matching the given pattern.
5916a3e8b0aSRuslan ErmilovThe basic matching
5928d2fbde5SJustin T. Gibbsexpressions are the same as those used in
5938d2fbde5SJustin T. Gibbs.Xr iostat 8
5946a3e8b0aSRuslan Ermilovwith one difference.
5956a3e8b0aSRuslan ErmilovInstead of specifying multiple
5968d2fbde5SJustin T. Gibbs.Fl t
59757bd0fc6SJens Schweikhardtarguments which are then ORed together, the user instead specifies multiple
598d0353b83SRuslan Ermilovmatching expressions joined by the pipe
599d0353b83SRuslan Ermilov.Pq Ql \&|
600d0353b83SRuslan Ermilovcharacter.
601d0353b83SRuslan ErmilovThe comma
6028d2fbde5SJustin T. Gibbsseparated arguments within each matching expression are ANDed together, and
6036a3e8b0aSRuslan Ermilovthen the pipe separated matching expressions are ORed together.
6046a3e8b0aSRuslan ErmilovAny
6058d2fbde5SJustin T. Gibbsdevice matching the combined expression will be displayed, if there is room
6066a3e8b0aSRuslan Ermilovto display it.
6076a3e8b0aSRuslan ErmilovFor example:
6088d2fbde5SJustin T. Gibbs.Pp
6098d2fbde5SJustin T. Gibbs.Dl match da,scsi | cd,ide
6108d2fbde5SJustin T. Gibbs.Pp
6118d2fbde5SJustin T. GibbsThis will display all SCSI Direct Access devices and all IDE CDROM devices.
6128d2fbde5SJustin T. Gibbs.Pp
6138d2fbde5SJustin T. Gibbs.Dl match da | sa | cd,pass
6148d2fbde5SJustin T. Gibbs.Pp
6158d2fbde5SJustin T. GibbsThis will display all Direct Access devices, all Sequential Access devices,
6168d2fbde5SJustin T. Gibbsand all passthrough devices that provide access to CDROM drives.
6179b50d902SRodney W. Grimes.El
6189b50d902SRodney W. Grimes.Sh FILES
6191063e126SJosef Karthauser.Bl -tag -width /boot/kernel/kernel -compact
6201063e126SJosef Karthauser.It Pa /boot/kernel/kernel
6219b50d902SRodney W. GrimesFor the namelist.
6229b50d902SRodney W. Grimes.It Pa /dev/kmem
6239b50d902SRodney W. GrimesFor information in main memory.
6249b50d902SRodney W. Grimes.It Pa /etc/hosts
6259b50d902SRodney W. GrimesFor host names.
6269b50d902SRodney W. Grimes.It Pa /etc/networks
6279b50d902SRodney W. GrimesFor network names.
6289b50d902SRodney W. Grimes.It Pa /etc/services
6299b50d902SRodney W. GrimesFor port names.
6309b50d902SRodney W. Grimes.El
6316c7216dfSRuslan Ermilov.Sh SEE ALSO
6326c7216dfSRuslan Ermilov.Xr netstat 1 ,
6336c7216dfSRuslan Ermilov.Xr kvm 3 ,
6346c7216dfSRuslan Ermilov.Xr icmp 4 ,
6356c7216dfSRuslan Ermilov.Xr icmp6 4 ,
6366c7216dfSRuslan Ermilov.Xr ip 4 ,
6376c7216dfSRuslan Ermilov.Xr ip6 4 ,
6386c7216dfSRuslan Ermilov.Xr tcp 4 ,
6396c7216dfSRuslan Ermilov.Xr udp 4 ,
64026d8ca83SGiorgos Keramidas.Xr gstat 8 ,
6416c7216dfSRuslan Ermilov.Xr iostat 8 ,
6426c7216dfSRuslan Ermilov.Xr vmstat 8
6439b50d902SRodney W. Grimes.Sh HISTORY
6449b50d902SRodney W. GrimesThe
645d8793dfaSPhilippe Charnier.Nm
6469b50d902SRodney W. Grimesprogram appeared in
6479b50d902SRodney W. Grimes.Bx 4.3 .
64803e00a72SGarrett WollmanThe
649630fa006SGarrett Wollman.Ic icmp ,
650630fa006SGarrett Wollman.Ic ip ,
651630fa006SGarrett Wollmanand
652630fa006SGarrett Wollman.Ic tcp
653630fa006SGarrett Wollmandisplays appeared in
65403e00a72SGarrett Wollman.Fx 3.0 ;
65503e00a72SGarrett Wollmanthe notion of having different display modes for the
656630fa006SGarrett Wollman.Tn ICMP ,
6571c79dc84SJoseph Koshy.Tn IP ,
658630fa006SGarrett Wollman.Tn TCP ,
659630fa006SGarrett Wollmanand
660630fa006SGarrett Wollman.Tn UDP
66103e00a72SGarrett Wollmanstatistics was stolen from the
66203e00a72SGarrett Wollman.Fl C
66303e00a72SGarrett Wollmanoption to
66403e00a72SGarrett Wollman.Xr netstat 1
66503e00a72SGarrett Wollmanin Silicon Graphics'
66603e00a72SGarrett Wollman.Tn IRIX
66703e00a72SGarrett Wollmansystem.
6689b50d902SRodney W. Grimes.Sh BUGS
6699b50d902SRodney W. GrimesCertain displays presume a minimum of 80 characters per line.
6709b50d902SRodney W. GrimesThe
6719b50d902SRodney W. Grimes.Ic vmstat
6729b50d902SRodney W. Grimesdisplay looks out of place because it is (it was added in as
6739b50d902SRodney W. Grimesa separate display rather than created as a new program).
674