]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/systat/systat.1
Import OpenBSD's sysctl hardware sensors framework.
[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. 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 12, 2006
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 sensors ,
105 .Ic swap ,
106 .Ic tcp ,
107 or
108 .Ic vmstat .
109 These displays can also be requested interactively (without the
110 .Dq Fl )
111 and are described in
112 full detail below.
113 .It Ar refresh-interval
114 The
115 .Ar refresh-value
116 specifies the screen refresh time interval in seconds.
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 sensors
291 Display, in the lower window,
292 the current values of available hardware sensors,
293 in a format similar to that of
294 .Xr sysctl 8 .
295 .It Ic vmstat
296 Take over the entire display and show a (rather crowded) compendium
297 of statistics related to virtual memory usage, process scheduling,
298 device interrupts, system name translation caching, disk
299 .Tn I/O
300 etc.
301 .Pp
302 The upper left quadrant of the screen shows the number
303 of users logged in and the load average over the last one, five,
304 and fifteen minute intervals.
305 Below this line are statistics on memory utilization.
306 The first row of the table reports memory usage only among
307 active processes, that is processes that have run in the previous
308 twenty seconds.
309 The second row reports on memory usage of all processes.
310 The first column reports on the number of kilobytes in physical pages
311 claimed by processes.
312 The second column reports the number of kilobytes in physical pages that
313 are devoted to read only text pages.
314 The third and fourth columns report the same two figures for
315 virtual pages, that is the number of kilobytes in pages that would be
316 needed if all processes had all of their pages.
317 Finally the last column shows the number of kilobytes in physical pages
318 on the free list.
319 .Pp
320 Below the memory display is a list of the
321 average number of processes (over the last refresh interval)
322 that are runnable (`r'), in page wait (`p'),
323 in disk wait other than paging (`d'),
324 sleeping (`s'), and swapped out but desiring to run (`w').
325 The row also shows the average number of context switches
326 (`Csw'), traps (`Trp'; includes page faults), system calls (`Sys'),
327 interrupts (`Int'), network software interrupts (`Sof'), and page
328 faults (`Flt').
329 .Pp
330 Below the process queue length listing is a numerical listing and
331 a bar graph showing the amount of
332 system (shown as `='), interrupt (shown as `+'), user (shown as `>'),
333 nice (shown as `-'), and idle time (shown as ` ').
334 .Pp
335 Below the process display are statistics on name translations.
336 It lists the number of names translated in the previous interval,
337 the number and percentage of the translations that were
338 handled by the system wide name translation cache, and
339 the number and percentage of the translations that were
340 handled by the per process name translation cache.
341 .Pp
342 To the right of the name translations display are lines showing
343 the number of dirty buffers in the buffer cache (`dtbuf'),
344 desired maximum size of vnode cache (`desvn'),
345 number of vnodes actually allocated (`numvn'),
346 and
347 number of allocated vnodes that are free (`frevn').
348 .Pp
349 At the bottom left is the disk usage display.
350 It reports the number of
351 kilobytes per transaction, transactions per second, megabytes
352 per second and the percentage of the time the disk was busy averaged
353 over the refresh period of the display (by default, five seconds).
354 The system keeps statistics on most every storage device.
355 In general, up
356 to seven devices are displayed.
357 The devices displayed by default are the
358 first devices in the kernel's device list.
359 See
360 .Xr devstat 3
361 and
362 .Xr devstat 9
363 for details on the devstat system.
364 .Pp
365 Under the date in the upper right hand quadrant are statistics
366 on paging and swapping activity.
367 The first two columns report the average number of pages
368 brought in and out per second over the last refresh interval
369 due to page faults and the paging daemon.
370 The third and fourth columns report the average number of pages
371 brought in and out per second over the last refresh interval
372 due to swap requests initiated by the scheduler.
373 The first row of the display shows the average
374 number of disk transfers per second over the last refresh interval;
375 the second row of the display shows the average
376 number of pages transferred per second over the last refresh interval.
377 .Pp
378 Below the paging statistics is a column of lines regarding the virtual
379 memory system.
380 The first few lines describe,
381 in units (except as noted below)
382 of pages per second averaged over the sampling interval,
383 pages copied on write (`cow'),
384 pages zero filled on demand (`zfod'),
385 pages optimally zero filled on demand (`ozfod'),
386 the ratio of the (average) ozfod / zfod as a percentage (`%ozfod'),
387 pages freed by the page daemon (`daefr'),
388 pages freed by exiting processes (`prcfr'),
389 total pages freed (`totfr'),
390 pages reactivated from the free list (`react'),
391 the average number of
392 times per second that the page daemon was awakened (`pdwak'),
393 pages analyzed by the page daemon (`pdpgs'),
394 and
395 in-transit blocking page faults (`intrn').
396 Note that the units are special for `%ozfod' and `pdwak'.
397 The next few lines describe,
398 as amounts of memory in kilobytes,
399 pages wired down (`wire'),
400 active pages (`act'),
401 inactive pages (`inact'),
402 pages on the cache queue (`cache'),
403 and
404 free pages (`free').
405 Note that the values displayed are the current transient ones;
406 they are not averages.
407 .Pp
408 At the bottom of this column is a line showing the
409 amount of virtual memory, in kilobytes, mapped into the buffer cache (`buf').
410 This statistic is not useful.
411 It exists only as a placeholder for the corresponding useful statistic
412 (the amount of real memory used to cache disks).
413 The most important component of the latter (the amount of real memory
414 used by the vm system to cache disks) is not available,
415 but can be guessed from the `inact' amount under some system loads.
416 .Pp
417 Running down the right hand side of the display is a breakdown
418 of the interrupts being handled by the system.
419 At the top of the list is the total interrupts per second
420 over the time interval.
421 The rest of the column breaks down the total on a device
422 by device basis.
423 Only devices that have interrupted at least once since boot time are shown.
424 .Pp
425 The following commands are specific to the
426 .Ic vmstat
427 display; the minimum unambiguous prefix may be supplied.
428 .Pp
429 .Bl -tag -width Ar -compact
430 .It Cm boot
431 Display cumulative statistics since the system was booted.
432 .It Cm run
433 Display statistics as a running total from the point this
434 command is given.
435 .It Cm time
436 Display statistics averaged over the refresh interval (the default).
437 .It Cm zero
438 Reset running statistics to zero.
439 .El
440 .It Ic netstat
441 Display, in the lower window, network connections.
442 By default,
443 network servers awaiting requests are not displayed.
444 Each address
445 is displayed in the format ``host.port'', with each shown symbolically,
446 when possible.
447 It is possible to have addresses displayed numerically,
448 limit the display to a set of ports, hosts, and/or protocols
449 (the minimum unambiguous prefix may be supplied):
450 .Pp
451 .Bl -tag -width Ar -compact
452 .It Cm all
453 Toggle the displaying of server processes awaiting requests (this
454 is the equivalent of the
455 .Fl a
456 flag to
457 .Xr netstat 1 ) .
458 .It Cm numbers
459 Display network addresses numerically.
460 .It Cm names
461 Display network addresses symbolically.
462 .It Cm proto Ar protocol
463 Display only network connections using the indicated
464 .Ar protocol .
465 Supported protocols are ``tcp'', ``udp'', and ``all''.
466 .It Cm ignore Op Ar items
467 Do not display information about connections associated with
468 the specified hosts or ports.
469 Hosts and ports may be specified
470 by name (``vangogh'', ``ftp''), or numerically.
471 Host addresses
472 use the Internet dot notation (``128.32.0.9'').
473 Multiple items
474 may be specified with a single command by separating them with
475 spaces.
476 .It Cm display Op Ar items
477 Display information about the connections associated with the
478 specified hosts or ports.
479 As for
480 .Ar ignore ,
481 .Op Ar items
482 may be names or numbers.
483 .It Cm show Op Ar ports\&|hosts
484 Show, on the command line, the currently selected protocols,
485 hosts, and ports.
486 Hosts and ports which are being ignored
487 are prefixed with a `!'.
488 If
489 .Ar ports
490 or
491 .Ar hosts
492 is supplied as an argument to
493 .Cm show ,
494 then only the requested information will be displayed.
495 .It Cm reset
496 Reset the port, host, and protocol matching mechanisms to the default
497 (any protocol, port, or host).
498 .El
499 .It Ic ifstat
500 Display the network traffic going through active interfaces on the
501 system.
502 Idle interfaces will not be displayed until they receive some
503 traffic.
504 .Pp
505 For each interface being displayed, the current, peak and total
506 statistics are displayed for incoming and outgoing traffic.
507 By default,
508 the
509 .Ic ifstat
510 display will automatically scale the units being used so that they are
511 in a human-readable format.
512 The scaling units used for the current and
513 peak
514 traffic columns can be altered by the
515 .Ic scale
516 command.
517 .Bl -tag -width ".Cm scale Op Ar units"
518 .It Cm scale Op Ar units
519 Modify the scale used to display the current and peak traffic over all
520 interfaces.
521 The following units are recognised: kbit, kbyte, mbit,
522 mbyte, gbit, gbyte and auto.
523 .El
524 .El
525 .Pp
526 Commands to switch between displays may be abbreviated to the
527 minimum unambiguous prefix; for example, ``io'' for ``iostat''.
528 Certain information may be discarded when the screen size is
529 insufficient for display.
530 For example, on a machine with 10
531 drives the
532 .Ic iostat
533 bar graph displays only 3 drives on a 24 line terminal.
534 When
535 a bar graph would overflow the allotted screen space it is
536 truncated and the actual value is printed ``over top'' of the bar.
537 .Pp
538 The following commands are common to each display which shows
539 information about disk drives.
540 These commands are used to
541 select a set of drives to report on, should your system have
542 more drives configured than can normally be displayed on the
543 screen.
544 .Pp
545 .Bl -tag -width Ar -compact
546 .It Cm ignore Op Ar drives
547 Do not display information about the drives indicated.
548 Multiple
549 drives may be specified, separated by spaces.
550 .It Cm display Op Ar drives
551 Display information about the drives indicated.
552 Multiple drives
553 may be specified, separated by spaces.
554 .It Cm only Op Ar drives
555 Display only the specified drives.
556 Multiple drives may be specified,
557 separated by spaces.
558 .It Cm drives
559 Display a list of available devices.
560 .It Cm match Xo
561 .Ar type , Ns Ar if , Ns Ar pass
562 .Op | Ar ...
563 .Xc
564 Display devices matching the given pattern.
565 The basic matching
566 expressions are the same as those used in
567 .Xr iostat 8
568 with one difference.
569 Instead of specifying multiple
570 .Fl t
571 arguments which are then ORed together, the user instead specifies multiple
572 matching expressions joined by the pipe
573 .Pq Ql \&|
574 character.
575 The comma
576 separated arguments within each matching expression are ANDed together, and
577 then the pipe separated matching expressions are ORed together.
578 Any
579 device matching the combined expression will be displayed, if there is room
580 to display it.
581 For example:
582 .Pp
583 .Dl match da,scsi | cd,ide
584 .Pp
585 This will display all SCSI Direct Access devices and all IDE CDROM devices.
586 .Pp
587 .Dl match da | sa | cd,pass
588 .Pp
589 This will display all Direct Access devices, all Sequential Access devices,
590 and all passthrough devices that provide access to CDROM drives.
591 .El
592 .Sh FILES
593 .Bl -tag -width /boot/kernel/kernel -compact
594 .It Pa /boot/kernel/kernel
595 For the namelist.
596 .It Pa /dev/kmem
597 For information in main memory.
598 .It Pa /etc/hosts
599 For host names.
600 .It Pa /etc/networks
601 For network names.
602 .It Pa /etc/services
603 For port names.
604 .El
605 .Sh SEE ALSO
606 .Xr netstat 1 ,
607 .Xr kvm 3 ,
608 .Xr icmp 4 ,
609 .Xr icmp6 4 ,
610 .Xr ip 4 ,
611 .Xr ip6 4 ,
612 .Xr tcp 4 ,
613 .Xr udp 4 ,
614 .Xr gstat 8 ,
615 .Xr iostat 8 ,
616 .Xr sysctl 8 ,
617 .Xr vmstat 8
618 .Sh HISTORY
619 The
620 .Nm
621 program appeared in
622 .Bx 4.3 .
623 The
624 .Ic icmp ,
625 .Ic ip ,
626 and
627 .Ic tcp
628 displays appeared in
629 .Fx 3.0 ;
630 the notion of having different display modes for the
631 .Tn ICMP ,
632 .Tn IP ,
633 .Tn TCP ,
634 and
635 .Tn UDP
636 statistics was stolen from the
637 .Fl C
638 option to
639 .Xr netstat 1
640 in Silicon Graphics'
641 .Tn IRIX
642 system.
643 .Sh BUGS
644 Certain displays presume a minimum of 80 characters per line.
645 The
646 .Ic vmstat
647 display looks out of place because it is (it was added in as
648 a separate display rather than created as a new program).