]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/systat/systat.1
Merge commit 'bd136720030ebb0b31e6d5a2236b9d0ddac71b94'
[FreeBSD/FreeBSD.git] / usr.bin / systat / systat.1
1 .\" Copyright (c) 1985, 1990, 1993
2 .\"     The Regents of the University of California.  All rights reserved.
3 .\"
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions
6 .\" are met:
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.
15 .\"
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
26 .\" SUCH DAMAGE.
27 .\"
28 .\"     @(#)systat.1    8.2 (Berkeley) 12/30/93
29 .\" $FreeBSD$
30 .\"
31 .Dd February 10, 2021
32 .Dt SYSTAT 1
33 .Os
34 .Sh NAME
35 .Nm systat
36 .Nd display system statistics
37 .Sh SYNOPSIS
38 .Nm
39 .Op Fl Ar display
40 .Op Ar display-commands
41 .Op Ar refresh-interval
42 .Sh DESCRIPTION
43 The
44 .Nm
45 utility displays various system statistics in a screen oriented fashion
46 using the curses screen display library,
47 .Xr ncurses 3 .
48 .Pp
49 While
50 .Nm
51 is running the screen is usually divided into two windows (an exception
52 is the vmstat display which uses the entire screen).
53 The
54 upper window depicts the current system load average.
55 The
56 information displayed in the lower window may vary, depending on
57 user commands.
58 The last line on the screen is reserved for user
59 input and error messages.
60 .Pp
61 By default
62 .Nm
63 displays the processes getting the largest percentage of the processor
64 in the lower window.
65 Other displays show swap space usage, disk I/O statistics (a la
66 .Xr iostat 8 ) ,
67 virtual memory statistics (a la
68 .Xr vmstat 8 ) ,
69 TCP/IP statistics,
70 and network connections (a la
71 .Xr netstat 1 ) .
72 .Pp
73 Input is interpreted at two different levels.
74 A ``global'' command interpreter processes all keyboard input.
75 If this command interpreter fails to recognize a command, the
76 input line is passed to a per-display command interpreter.
77 This
78 allows each display to have certain display-specific commands.
79 .Pp
80 Command line options:
81 .Bl -tag -width "refresh_interval"
82 .It Fl Ns Ar display
83 The
84 .Fl
85 flag expects
86 .Ar display
87 to be one of:
88 .Ic icmp ,
89 .Ic icmp6 ,
90 .Ic ifstat ,
91 .Ic iostat ,
92 .Ic ip ,
93 .Ic ip6 ,
94 .Ic netstat ,
95 .Ic pigs ,
96 .Ic sctp ,
97 .Ic swap ,
98 .Ic tcp ,
99 .Ic vmstat ,
100 or
101 .Ic zarc ,
102 These displays can also be requested interactively (without the
103 .Dq Fl )
104 and are described in
105 full detail below.
106 .It Ar refresh-interval
107 The
108 .Ar refresh-value
109 specifies the screen refresh time interval in seconds.
110 Time interval can be fractional.
111 .It Ar display-commands
112 A list of commands specific to this display.
113 These commands can also be entered interactively and are described for
114 each display separately below.
115 If the command requires arguments, they can be specified as separate
116 command line arguments.
117 A command line argument
118 .Fl -
119 will finish display commands.
120 For example:
121 .Pp
122 .Dl Nm Fl ifstat Fl match Ar bge0,em1 Fl pps
123 .Pp
124 This will display statistics of packets per second for network interfaces
125 named as bge0 and em1.
126 .Pp
127 .Dl Nm Fl iostat Fl numbers Fl - Ar 2.1
128 .Pp
129 This will display all IO statistics in a numeric format and the information
130 will be refreshed each 2.1 seconds.
131 .El
132 .Pp
133 Certain characters cause immediate action by
134 .Nm .
135 These are
136 .Bl -tag -width Fl
137 .It Ic \&^L
138 Refresh the screen.
139 .It Ic \&^G
140 Print the name of the current ``display'' being shown in
141 the lower window and the refresh interval.
142 .It Ic \&:
143 Move the cursor to the command line and interpret the input
144 line typed as a command.
145 While entering a command the
146 current character erase, word erase, and line kill characters
147 may be used.
148 .El
149 .Pp
150 The following commands are interpreted by the ``global''
151 command interpreter.
152 .Bl -tag -width Fl
153 .It Ic help
154 Print the names of the available displays on the command line.
155 .It Ic load
156 Print the load average over the past 1, 5, and 15 minutes
157 on the command line.
158 .It Ic stop
159 Stop refreshing the screen.
160 .It Xo
161 .Op Ic start
162 .Op Ar number
163 .Xc
164 Start (continue) refreshing the screen.
165 If a second, numeric,
166 argument is provided it is interpreted as a refresh interval
167 (in seconds).
168 Supplying only a number will set the refresh interval to this
169 value.
170 .It Ic quit
171 Exit
172 .Nm .
173 (This may be abbreviated to
174 .Ic q . )
175 .El
176 .Pp
177 The available displays are:
178 .Bl -tag -width Ic
179 .It Ic pigs
180 Display, in the lower window, those processes resident in main
181 memory and getting the
182 largest portion of the processor (the default display).
183 When less than 100% of the
184 processor is scheduled to user processes, the remaining time
185 is accounted to the ``idle'' process.
186 .It Ic icmp
187 Display, in the lower window, statistics about messages received and
188 transmitted by the Internet Control Message Protocol
189 .Pq Dq ICMP .
190 The left half of the screen displays information about received
191 packets, and the right half displays information regarding transmitted
192 packets.
193 .Pp
194 The
195 .Ic icmp
196 display understands two commands:
197 .Ic mode
198 and
199 .Ic reset .
200 The
201 .Ic mode
202 command is used to select one of four display modes, given as its argument:
203 .Bl -tag -width absoluteXX -compact
204 .It Ic rate :
205 show the rate of change of each value in packets (the default)
206 per second
207 .It Ic delta :
208 show the rate of change of each value in packets per refresh interval
209 .It Ic since :
210 show the total change of each value since the display was last reset
211 .It Ic absolute :
212 show the absolute value of each statistic
213 .El
214 .Pp
215 The
216 .Ic reset
217 command resets the baseline for
218 .Ic since
219 mode.
220 The
221 .Ic mode
222 command with no argument will display the current mode in the command
223 line.
224 .It Ic icmp6
225 This display is like the
226 .Ic icmp
227 display,
228 but displays statistics for IPv6 ICMP.
229 .It Ic ip
230 Otherwise identical to the
231 .Ic icmp
232 display, except that it displays IP and UDP statistics.
233 .It Ic ip6
234 Like the
235 .Ic ip
236 display,
237 except that it displays IPv6 statistics.
238 It does not display UDP statistics.
239 .It Ic sctp
240 Like
241 .Ic icmp ,
242 but with SCTP statistics.
243 .It Ic tcp
244 Like
245 .Ic icmp ,
246 but with TCP statistics.
247 .It Ic iostat
248 Display, in the lower window, statistics about processor use
249 and disk throughput.
250 Statistics on processor use appear as
251 bar graphs of the amount of time executing in user mode (``user''),
252 in user mode running low priority processes (``nice''), in
253 system mode (``system''), in interrupt mode (``interrupt''),
254 and idle (``idle'').
255 Statistics
256 on disk throughput show, for each drive, megabytes per second,
257 average number of disk transactions per second, and
258 average kilobytes of data per transaction.
259 This information may be
260 displayed as bar graphs or as rows of numbers which scroll downward.
261 Bar
262 graphs are shown by default.
263 .Pp
264 The following commands are specific to the
265 .Ic iostat
266 display; the minimum unambiguous prefix may be supplied.
267 .Pp
268 .Bl -tag -width Fl -compact
269 .It Cm numbers
270 Show the disk I/O statistics in numeric form.
271 Values are
272 displayed in numeric columns which scroll downward.
273 .It Cm bars
274 Show the disk I/O statistics in bar graph form (default).
275 .It Cm kbpt
276 Toggle the display of kilobytes per transaction.
277 (the default is to
278 not display kilobytes per transaction).
279 .El
280 .It Ic swap
281 Show information about swap space usage on all the
282 swap areas compiled into the kernel.
283 The first column is the device name of the partition.
284 The next column is the total space available in the partition.
285 The
286 .Ar Used
287 column indicates the total blocks used so far;
288 the graph shows the percentage of space in use on each partition.
289 If there are more than one swap partition in use,
290 a total line is also shown.
291 Areas known to the kernel, but not in use are shown as not available.
292 .It Ic vmstat
293 Take over the entire display and show a (rather crowded) compendium
294 of statistics related to virtual memory usage, process scheduling,
295 device interrupts, system name translation caching, disk I/O etc.
296 .Pp
297 The upper left quadrant of the screen shows the number
298 of users logged in and the load average over the last one, five,
299 and fifteen minute intervals.
300 Below this line are statistics on memory utilization.
301 The first row of the table reports memory usage only among
302 active processes, that is processes that have run in the previous
303 twenty seconds.
304 The second row reports on memory usage of all processes.
305 The first column reports on the number of kilobytes in physical pages
306 claimed by processes.
307 The second column reports the number of kilobytes in physical pages that
308 are devoted to read only text pages.
309 The third and fourth columns report the same two figures for
310 virtual pages, that is the number of kilobytes in pages that would be
311 needed if all processes had all of their pages.
312 Finally the last column shows the number of kilobytes in physical pages
313 on the free list.
314 .Pp
315 Below the memory display is a list of the
316 average number of threads (over the last refresh interval)
317 that are runnable (`r'), in page wait (`p'),
318 in disk wait other than paging (`d'),
319 sleeping (`s'), and swapped out but desiring to run (`w').
320 The row also shows the average number of context switches
321 (`Csw'), traps (`Trp'; includes page faults), system calls (`Sys'),
322 interrupts (`Int'), network software interrupts (`Sof'), and page
323 faults (`Flt').
324 .Pp
325 Below the process queue length listing is a numerical listing and
326 a bar graph showing the amount of
327 system (shown as `='), interrupt (shown as `+'), user (shown as `>'),
328 nice (shown as `-'), and idle time (shown as ` ').
329 .Pp
330 Below the process display are statistics on name translations.
331 It lists the number of names translated in the previous interval,
332 the number and percentage of the translations that were
333 handled by the system wide name translation cache, and
334 the number and percentage of the translations that were
335 handled by the per process name translation cache.
336 .Pp
337 To the right of the name translations display are lines showing
338 the number of dirty buffers in the buffer cache (`dtbuf'),
339 desired maximum size of vnode cache (`desvn'),
340 number of vnodes actually allocated (`numvn'),
341 and
342 number of allocated vnodes that are free (`frevn').
343 .Pp
344 At the bottom left is the disk usage display.
345 It reports the number of
346 kilobytes per transaction, transactions per second, megabytes
347 per second and the percentage of the time the disk was busy averaged
348 over the refresh period of the display (by default, five seconds).
349 The system keeps statistics on most every storage device.
350 In general, up
351 to seven devices are displayed.
352 The devices displayed by default are the
353 first devices in the kernel's device list.
354 See
355 .Xr devstat 3
356 and
357 .Xr devstat 9
358 for details on the devstat system.
359 .Pp
360 Under the date in the upper right hand quadrant are statistics
361 on paging and swapping activity.
362 The first two columns report the average number of pages
363 brought in and out per second over the last refresh interval
364 due to page faults and the paging daemon.
365 The third and fourth columns report the average number of pages
366 brought in and out per second over the last refresh interval
367 due to swap requests initiated by the scheduler.
368 The first row of the display shows the average
369 number of disk transfers per second over the last refresh interval;
370 the second row of the display shows the average
371 number of pages transferred per second over the last refresh interval.
372 .Pp
373 Below the paging statistics is a column of lines regarding the virtual
374 memory system.
375 The first few lines describe,
376 in units (except as noted below)
377 of pages per second averaged over the sampling interval,
378 pages copied on write (`cow'),
379 pages zero filled on demand (`zfod'),
380 pages optimally zero filled on demand (`ozfod'),
381 the ratio of the (average) ozfod / zfod as a percentage (`%ozfod'),
382 pages freed by the page daemon (`daefr'),
383 pages freed by exiting processes (`prcfr'),
384 total pages freed (`totfr'),
385 pages reactivated from the free list (`react'),
386 the average number of
387 times per second that the page daemon was awakened (`pdwak'),
388 pages analyzed by the page daemon (`pdpgs'),
389 and
390 in-transit blocking page faults (`intrn').
391 Note that the units are special for `%ozfod' and `pdwak'.
392 The next few lines describe,
393 as amounts of memory in kilobytes,
394 pages wired down (`wire'),
395 active pages (`act'),
396 inactive pages (`inact'),
397 dirty pages queued for laundering (`laund'),
398 and
399 free pages (`free').
400 Note that the values displayed are the current transient ones;
401 they are not averages.
402 .Pp
403 At the bottom of this column is a line showing the
404 amount of virtual memory, in kilobytes, mapped into the buffer cache (`buf').
405 This statistic is not useful.
406 It exists only as a placeholder for the corresponding useful statistic
407 (the amount of real memory used to cache disks).
408 The most important component of the latter (the amount of real memory
409 used by the vm system to cache disks) is not available,
410 but can be guessed from the `inact' amount under some system loads.
411 .Pp
412 Running down the right hand side of the display is a breakdown
413 of the interrupts being handled by the system.
414 At the top of the list is the total interrupts per second
415 over the time interval.
416 The rest of the column breaks down the total on a device
417 by device basis.
418 Only devices that have interrupted at least once since boot time are shown.
419 .Pp
420 The following commands are specific to the
421 .Ic vmstat
422 display; the minimum unambiguous prefix may be supplied.
423 .Pp
424 .Bl -tag -width Ar -compact
425 .It Cm boot
426 Display cumulative statistics since the system was booted.
427 .It Cm run
428 Display statistics as a running total from the point this
429 command is given.
430 .It Cm time
431 Display statistics averaged over the refresh interval (the default).
432 .It Cm zero
433 Reset running statistics to zero.
434 .El
435 .It Ic zarc
436 display arc cache usage and hit/miss statistics.
437 .It Ic netstat
438 Display, in the lower window, network connections.
439 By default,
440 network servers awaiting requests are not displayed.
441 Each address
442 is displayed in the format ``host.port'', with each shown symbolically,
443 when possible.
444 It is possible to have addresses displayed numerically,
445 limit the display to a set of ports, hosts, and/or protocols
446 (the minimum unambiguous prefix may be supplied):
447 .Pp
448 .Bl -tag -width Ar -compact
449 .It Cm all
450 Toggle the displaying of server processes awaiting requests (this
451 is the equivalent of the
452 .Fl a
453 flag to
454 .Xr netstat 1 ) .
455 .It Cm numbers
456 Display network addresses numerically.
457 .It Cm names
458 Display network addresses symbolically.
459 .It Cm proto Ar protocol
460 Display only network connections using the indicated
461 .Ar protocol .
462 Supported protocols are ``tcp'', ``udp'', and ``all''.
463 .It Cm ignore Op Ar items
464 Do not display information about connections associated with
465 the specified hosts or ports.
466 Hosts and ports may be specified
467 by name (``vangogh'', ``ftp''), or numerically.
468 Host addresses
469 use the Internet dot notation (``128.32.0.9'').
470 Multiple items
471 may be specified with a single command by separating them with
472 spaces.
473 .It Cm display Op Ar items
474 Display information about the connections associated with the
475 specified hosts or ports.
476 As for
477 .Ar ignore ,
478 .Op Ar items
479 may be names or numbers.
480 .It Cm show Op Ar ports\&|hosts
481 Show, on the command line, the currently selected protocols,
482 hosts, and ports.
483 Hosts and ports which are being ignored
484 are prefixed with a `!'.
485 If
486 .Ar ports
487 or
488 .Ar hosts
489 is supplied as an argument to
490 .Cm show ,
491 then only the requested information will be displayed.
492 .It Cm reset
493 Reset the port, host, and protocol matching mechanisms to the default
494 (any protocol, port, or host).
495 .El
496 .It Ic ifstat
497 Display the network traffic going through active interfaces on the
498 system.
499 Idle interfaces will not be displayed until they receive some
500 traffic.
501 .Pp
502 For each interface being displayed, the current, peak and total
503 statistics are displayed for incoming and outgoing traffic.
504 By default,
505 the
506 .Ic ifstat
507 display will automatically scale the units being used so that they are
508 in a human-readable format.
509 The scaling units used for the current and
510 peak
511 traffic columns can be altered by the
512 .Ic scale
513 command.
514 .Bl -tag -width ".Cm scale Op Ar units"
515 .It Cm scale Op Ar units
516 Modify the scale used to display the current and peak traffic over all
517 interfaces.
518 The following units are recognised: kbit, kbyte, mbit,
519 mbyte, gbit, gbyte and auto.
520 .It Cm pps
521 Show statistics in packets per second instead of bytes/bits per second.
522 A subsequent call of
523 .Ic pps
524 switches this mode off.
525 .It Cm match Op Ar patterns
526 Display only interfaces that match pattern provided as an argument.
527 Patterns should be in shell syntax separated by whitespaces or commas.
528 If this command is called without arguments then all interfaces are displayed.
529 For example:
530 .Pp
531 .Dl match em0, bge1
532 .Pp
533 This will display em0 and bge1 interfaces.
534 .Pp
535 .Dl match em*, bge*, lo0
536 .Pp
537 This will display all
538 .Ic em
539 interfaces, all
540 .Ic bge
541 interfaces and the loopback interface.
542 .El
543 .El
544 .Pp
545 Commands to switch between displays may be abbreviated to the
546 minimum unambiguous prefix; for example, ``io'' for ``iostat''.
547 Certain information may be discarded when the screen size is
548 insufficient for display.
549 For example, on a machine with 10
550 drives the
551 .Ic iostat
552 bar graph displays only 3 drives on a 24 line terminal.
553 When
554 a bar graph would overflow the allotted screen space it is
555 truncated and the actual value is printed ``over top'' of the bar.
556 .Pp
557 The following commands are common to each display which shows
558 information about disk drives.
559 These commands are used to
560 select a set of drives to report on, should your system have
561 more drives configured than can normally be displayed on the
562 screen.
563 .Pp
564 .Bl -tag -width Ar -compact
565 .It Cm ignore Op Ar drives
566 Do not display information about the drives indicated.
567 Multiple
568 drives may be specified, separated by spaces.
569 .It Cm display Op Ar drives
570 Display information about the drives indicated.
571 Multiple drives
572 may be specified, separated by spaces.
573 .It Cm only Op Ar drives
574 Display only the specified drives.
575 Multiple drives may be specified,
576 separated by spaces.
577 .It Cm drives
578 Display a list of available devices.
579 .It Cm match Xo
580 .Ar type , Ns Ar if , Ns Ar pass
581 .Op | Ar ...
582 .Xc
583 Display devices matching the given pattern.
584 The basic matching
585 expressions are the same as those used in
586 .Xr iostat 8
587 with one difference.
588 Instead of specifying multiple
589 .Fl t
590 arguments which are then ORed together, the user instead specifies multiple
591 matching expressions joined by the pipe
592 .Pq Ql \&|
593 character.
594 The comma
595 separated arguments within each matching expression are ANDed together, and
596 then the pipe separated matching expressions are ORed together.
597 Any
598 device matching the combined expression will be displayed, if there is room
599 to display it.
600 For example:
601 .Pp
602 .Dl match da,scsi | cd,ide
603 .Pp
604 This will display all SCSI Direct Access devices and all IDE CDROM devices.
605 .Pp
606 .Dl match da | sa | cd,pass
607 .Pp
608 This will display all Direct Access devices, all Sequential Access devices,
609 and all passthrough devices that provide access to CDROM drives.
610 .El
611 .Sh FILES
612 .Bl -tag -width /boot/kernel/kernel -compact
613 .It Pa /boot/kernel/kernel
614 For the namelist.
615 .It Pa /dev/kmem
616 For information in main memory.
617 .It Pa /etc/hosts
618 For host names.
619 .It Pa /etc/networks
620 For network names.
621 .It Pa /etc/services
622 For port names.
623 .El
624 .Sh SEE ALSO
625 .Xr netstat 1 ,
626 .Xr kvm 3 ,
627 .Xr icmp 4 ,
628 .Xr icmp6 4 ,
629 .Xr ip 4 ,
630 .Xr ip6 4 ,
631 .Xr tcp 4 ,
632 .Xr udp 4 ,
633 .Xr gstat 8 ,
634 .Xr iostat 8 ,
635 .Xr vmstat 8
636 .Sh HISTORY
637 The
638 .Nm
639 program appeared in
640 .Bx 4.3 .
641 The
642 .Ic icmp ,
643 .Ic ip ,
644 and
645 .Ic tcp
646 displays appeared in
647 .Fx 3.0 ;
648 the notion of having different display modes for the
649 ICMP, IP, TCP, and UDP statistics was stolen from the
650 .Fl C
651 option to
652 .Xr netstat 1
653 in Silicon Graphics' IRIX system.
654 .Sh BUGS
655 Certain displays presume a minimum of 80 characters per line.
656 Ifstat does not detect new interfaces.
657 The
658 .Ic vmstat
659 display looks out of place because it is (it was added in as
660 a separate display rather than created as a new program).