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