]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/blob - usr.bin/systat/systat.1
Merge r226396, r240605
[FreeBSD/stable/8.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 September 17, 2012
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 Time interval can be fractional.
117 .El
118 .Pp
119 Certain characters cause immediate action by
120 .Nm .
121 These are
122 .Bl -tag -width Fl
123 .It Ic \&^L
124 Refresh the screen.
125 .It Ic \&^G
126 Print the name of the current ``display'' being shown in
127 the lower window and the refresh interval.
128 .It Ic \&:
129 Move the cursor to the command line and interpret the input
130 line typed as a command.
131 While entering a command the
132 current character erase, word erase, and line kill characters
133 may be used.
134 .El
135 .Pp
136 The following commands are interpreted by the ``global''
137 command interpreter.
138 .Bl -tag -width Fl
139 .It Ic help
140 Print the names of the available displays on the command line.
141 .It Ic load
142 Print the load average over the past 1, 5, and 15 minutes
143 on the command line.
144 .It Ic stop
145 Stop refreshing the screen.
146 .It Xo
147 .Op Ic start
148 .Op Ar number
149 .Xc
150 Start (continue) refreshing the screen.
151 If a second, numeric,
152 argument is provided it is interpreted as a refresh interval
153 (in seconds).
154 Supplying only a number will set the refresh interval to this
155 value.
156 .It Ic quit
157 Exit
158 .Nm .
159 (This may be abbreviated to
160 .Ic q . )
161 .El
162 .Pp
163 The available displays are:
164 .Bl -tag -width Ic
165 .It Ic pigs
166 Display, in the lower window, those processes resident in main
167 memory and getting the
168 largest portion of the processor (the default display).
169 When less than 100% of the
170 processor is scheduled to user processes, the remaining time
171 is accounted to the ``idle'' process.
172 .It Ic icmp
173 Display, in the lower window, statistics about messages received and
174 transmitted by the Internet Control Message Protocol
175 .Pq Dq Tn ICMP .
176 The left half of the screen displays information about received
177 packets, and the right half displays information regarding transmitted
178 packets.
179 .Pp
180 The
181 .Ic icmp
182 display understands two commands:
183 .Ic mode
184 and
185 .Ic reset .
186 The
187 .Ic mode
188 command is used to select one of four display modes, given as its argument:
189 .Bl -tag -width absoluteXX -compact
190 .It Ic rate :
191 show the rate of change of each value in packets (the default)
192 per second
193 .It Ic delta :
194 show the rate of change of each value in packets per refresh interval
195 .It Ic since :
196 show the total change of each value since the display was last reset
197 .It Ic absolute :
198 show the absolute value of each statistic
199 .El
200 .Pp
201 The
202 .Ic reset
203 command resets the baseline for
204 .Ic since
205 mode.
206 The
207 .Ic mode
208 command with no argument will display the current mode in the command
209 line.
210 .It Ic icmp6
211 This display is like the
212 .Ic icmp
213 display,
214 but displays statistics for IPv6 ICMP.
215 .It Ic ip
216 Otherwise identical to the
217 .Ic icmp
218 display, except that it displays
219 .Tn IP
220 and
221 .Tn UDP
222 statistics.
223 .It Ic ip6
224 Like the
225 .Ic ip
226 display,
227 except that it displays
228 .Tn IPv6
229 statics.
230 It does not display
231 .Tn UDP statistics.
232 .It Ic tcp
233 Like
234 .Ic icmp ,
235 but with
236 .Tn TCP
237 statistics.
238 .It Ic iostat
239 Display, in the lower window, statistics about processor use
240 and disk throughput.
241 Statistics on processor use appear as
242 bar graphs of the amount of time executing in user mode (``user''),
243 in user mode running low priority processes (``nice''), in
244 system mode (``system''), in interrupt mode (``interrupt''),
245 and idle (``idle'').
246 Statistics
247 on disk throughput show, for each drive, megabytes per second,
248 average number of disk transactions per second, and
249 average kilobytes of data per transaction.
250 This information may be
251 displayed as bar graphs or as rows of numbers which scroll downward.
252 Bar
253 graphs are shown by default.
254 .Pp
255 The following commands are specific to the
256 .Ic iostat
257 display; the minimum unambiguous prefix may be supplied.
258 .Pp
259 .Bl -tag -width Fl -compact
260 .It Cm numbers
261 Show the disk
262 .Tn I/O
263 statistics in numeric form.
264 Values are
265 displayed in numeric columns which scroll downward.
266 .It Cm bars
267 Show the disk
268 .Tn I/O
269 statistics in bar graph form (default).
270 .It Cm kbpt
271 Toggle the display of kilobytes per transaction.
272 (the default is to
273 not display kilobytes per transaction).
274 .El
275 .It Ic swap
276 Show information about swap space usage on all the
277 swap areas compiled into the kernel.
278 The first column is the device name of the partition.
279 The next column is the total space available in the partition.
280 The
281 .Ar Used
282 column indicates the total blocks used so far;
283 the graph shows the percentage of space in use on each partition.
284 If there are more than one swap partition in use,
285 a total line is also shown.
286 Areas known to the kernel, but not in use are shown as not available.
287 .It Ic mbufs
288 Display, in the lower window, the number of mbufs allocated
289 for particular uses, i.e., data, socket structures, etc.
290 .It Ic vmstat
291 Take over the entire display and show a (rather crowded) compendium
292 of statistics related to virtual memory usage, process scheduling,
293 device interrupts, system name translation caching, disk
294 .Tn I/O
295 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 processes (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 pages on the cache queue (`cache'),
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 netstat
436 Display, in the lower window, network connections.
437 By default,
438 network servers awaiting requests are not displayed.
439 Each address
440 is displayed in the format ``host.port'', with each shown symbolically,
441 when possible.
442 It is possible to have addresses displayed numerically,
443 limit the display to a set of ports, hosts, and/or protocols
444 (the minimum unambiguous prefix may be supplied):
445 .Pp
446 .Bl -tag -width Ar -compact
447 .It Cm all
448 Toggle the displaying of server processes awaiting requests (this
449 is the equivalent of the
450 .Fl a
451 flag to
452 .Xr netstat 1 ) .
453 .It Cm numbers
454 Display network addresses numerically.
455 .It Cm names
456 Display network addresses symbolically.
457 .It Cm proto Ar protocol
458 Display only network connections using the indicated
459 .Ar protocol .
460 Supported protocols are ``tcp'', ``udp'', and ``all''.
461 .It Cm ignore Op Ar items
462 Do not display information about connections associated with
463 the specified hosts or ports.
464 Hosts and ports may be specified
465 by name (``vangogh'', ``ftp''), or numerically.
466 Host addresses
467 use the Internet dot notation (``128.32.0.9'').
468 Multiple items
469 may be specified with a single command by separating them with
470 spaces.
471 .It Cm display Op Ar items
472 Display information about the connections associated with the
473 specified hosts or ports.
474 As for
475 .Ar ignore ,
476 .Op Ar items
477 may be names or numbers.
478 .It Cm show Op Ar ports\&|hosts
479 Show, on the command line, the currently selected protocols,
480 hosts, and ports.
481 Hosts and ports which are being ignored
482 are prefixed with a `!'.
483 If
484 .Ar ports
485 or
486 .Ar hosts
487 is supplied as an argument to
488 .Cm show ,
489 then only the requested information will be displayed.
490 .It Cm reset
491 Reset the port, host, and protocol matching mechanisms to the default
492 (any protocol, port, or host).
493 .El
494 .It Ic ifstat
495 Display the network traffic going through active interfaces on the
496 system.
497 Idle interfaces will not be displayed until they receive some
498 traffic.
499 .Pp
500 For each interface being displayed, the current, peak and total
501 statistics are displayed for incoming and outgoing traffic.
502 By default,
503 the
504 .Ic ifstat
505 display will automatically scale the units being used so that they are
506 in a human-readable format.
507 The scaling units used for the current and
508 peak
509 traffic columns can be altered by the
510 .Ic scale
511 command.
512 .Bl -tag -width ".Cm scale Op Ar units"
513 .It Cm scale Op Ar units
514 Modify the scale used to display the current and peak traffic over all
515 interfaces.
516 The following units are recognised: kbit, kbyte, mbit,
517 mbyte, gbit, gbyte and auto.
518 .El
519 .El
520 .Pp
521 Commands to switch between displays may be abbreviated to the
522 minimum unambiguous prefix; for example, ``io'' for ``iostat''.
523 Certain information may be discarded when the screen size is
524 insufficient for display.
525 For example, on a machine with 10
526 drives the
527 .Ic iostat
528 bar graph displays only 3 drives on a 24 line terminal.
529 When
530 a bar graph would overflow the allotted screen space it is
531 truncated and the actual value is printed ``over top'' of the bar.
532 .Pp
533 The following commands are common to each display which shows
534 information about disk drives.
535 These commands are used to
536 select a set of drives to report on, should your system have
537 more drives configured than can normally be displayed on the
538 screen.
539 .Pp
540 .Bl -tag -width Ar -compact
541 .It Cm ignore Op Ar drives
542 Do not display information about the drives indicated.
543 Multiple
544 drives may be specified, separated by spaces.
545 .It Cm display Op Ar drives
546 Display information about the drives indicated.
547 Multiple drives
548 may be specified, separated by spaces.
549 .It Cm only Op Ar drives
550 Display only the specified drives.
551 Multiple drives may be specified,
552 separated by spaces.
553 .It Cm drives
554 Display a list of available devices.
555 .It Cm match Xo
556 .Ar type , Ns Ar if , Ns Ar pass
557 .Op | Ar ...
558 .Xc
559 Display devices matching the given pattern.
560 The basic matching
561 expressions are the same as those used in
562 .Xr iostat 8
563 with one difference.
564 Instead of specifying multiple
565 .Fl t
566 arguments which are then ORed together, the user instead specifies multiple
567 matching expressions joined by the pipe
568 .Pq Ql \&|
569 character.
570 The comma
571 separated arguments within each matching expression are ANDed together, and
572 then the pipe separated matching expressions are ORed together.
573 Any
574 device matching the combined expression will be displayed, if there is room
575 to display it.
576 For example:
577 .Pp
578 .Dl match da,scsi | cd,ide
579 .Pp
580 This will display all SCSI Direct Access devices and all IDE CDROM devices.
581 .Pp
582 .Dl match da | sa | cd,pass
583 .Pp
584 This will display all Direct Access devices, all Sequential Access devices,
585 and all passthrough devices that provide access to CDROM drives.
586 .El
587 .Sh FILES
588 .Bl -tag -width /boot/kernel/kernel -compact
589 .It Pa /boot/kernel/kernel
590 For the namelist.
591 .It Pa /dev/kmem
592 For information in main memory.
593 .It Pa /etc/hosts
594 For host names.
595 .It Pa /etc/networks
596 For network names.
597 .It Pa /etc/services
598 For port names.
599 .El
600 .Sh SEE ALSO
601 .Xr netstat 1 ,
602 .Xr kvm 3 ,
603 .Xr icmp 4 ,
604 .Xr icmp6 4 ,
605 .Xr ip 4 ,
606 .Xr ip6 4 ,
607 .Xr tcp 4 ,
608 .Xr udp 4 ,
609 .Xr gstat 8 ,
610 .Xr iostat 8 ,
611 .Xr vmstat 8
612 .Sh HISTORY
613 The
614 .Nm
615 program appeared in
616 .Bx 4.3 .
617 The
618 .Ic icmp ,
619 .Ic ip ,
620 and
621 .Ic tcp
622 displays appeared in
623 .Fx 3.0 ;
624 the notion of having different display modes for the
625 .Tn ICMP ,
626 .Tn IP ,
627 .Tn TCP ,
628 and
629 .Tn UDP
630 statistics was stolen from the
631 .Fl C
632 option to
633 .Xr netstat 1
634 in Silicon Graphics'
635 .Tn IRIX
636 system.
637 .Sh BUGS
638 Certain displays presume a minimum of 80 characters per line.
639 The
640 .Ic vmstat
641 display looks out of place because it is (it was added in as
642 a separate display rather than created as a new program).