Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git] / usr.bin / systat / systat.1
blob35607b863ccfee3cf39c7b85bc4cfd7c55c292c3
1 .\"     $NetBSD: systat.1,v 1.39 2009/10/21 21:12:07 rmind Exp $
2 .\"
3 .\" Copyright (c) 1985, 1990, 1993
4 .\"     The Regents of the University of California.  All rights reserved.
5 .\"
6 .\" Redistribution and use in source and binary forms, with or without
7 .\" modification, are permitted provided that the following conditions
8 .\" are met:
9 .\" 1. Redistributions of source code must retain the above copyright
10 .\"    notice, this list of conditions and the following disclaimer.
11 .\" 2. Redistributions in binary form must reproduce the above copyright
12 .\"    notice, this list of conditions and the following disclaimer in the
13 .\"    documentation and/or other materials provided with the distribution.
14 .\" 3. Neither the name of the University nor the names of its contributors
15 .\"    may be used to endorse or promote products derived from this software
16 .\"    without specific prior written permission.
17 .\"
18 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
19 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
21 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
22 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
23 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
24 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
27 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
28 .\" SUCH DAMAGE.
29 .\"
30 .\"     @(#)systat.1    8.2 (Berkeley) 12/30/93
31 .\"
32 .Dd October 22, 2009
33 .Dt SYSTAT 1
34 .Os
35 .Sh NAME
36 .Nm systat
37 .Nd display system statistics on a CRT
38 .Sh SYNOPSIS
39 .Nm
40 .Op Fl n
41 .Op Fl M Ar core
42 .Op Fl N Ar system
43 .Op Fl t Ar turns
44 .Op Fl w Ar wait
45 .Op Ar display
46 .Op Ar refresh-interval
47 .Sh DESCRIPTION
48 .Nm
49 displays various system statistics in a screen oriented fashion
50 using the curses screen display library,
51 .Xr curses 3 .
52 .Pp
53 While
54 .Nm
55 is running the screen is usually divided into two windows (an exception
56 is the vmstat display which uses the entire screen).
57 The upper window depicts the current system load average.
58 The information displayed in the lower window may vary, depending on
59 user commands.
60 The last line on the screen is reserved for user input and error messages.
61 .Pp
62 By default
63 .Nm
64 displays the processes getting the largest percentage of the processor
65 in the lower window.
66 Other displays show more detailed process information,
67 swap space usage,
68 disk usage statistics (a la
69 .Xr df 1 ) ,
70 disk
71 .Tn I/O
72 statistics (a la
73 .Xr iostat  8  ) ,
74 virtual memory statistics (a la
75 .Xr vmstat  1  ) ,
76 network ``mbuf'' utilization, and network connections (a la
77 .Xr netstat  1  ) .
78 .Pp
79 Input is interpreted at two different levels.
80 A ``global'' command interpreter processes all keyboard input.
81 If this command interpreter fails to recognize a command, the
82 input line is passed to a per-display command interpreter.
83 This allows each display to have certain display-specific commands.
84 .Pp
85 Command line options:
86 .Bl -tag -width "refresh_interval"
87 .It Fl M Ar core
88 Extract values associated with the name list from
89 .Ar core
90 instead of the default
91 .Pa /dev/mem .
92 .It Fl N Ar system
93 Extract the name list from
94 .Ar system
95 instead of the default
96 .Pa /netbsd .
97 .It Fl n
98 Do not resolve IP addresses into string hostnames
99 .Pq FQDNs
101 .Ic netstat .
102 It has the same effect as
103 .Ic numbers
104 subcommand in
105 .Ic netstat .
106 .It Fl w Ar wait
108 .Ar refresh-interval .
109 .It Fl t Ar turns
110 How many refreshes to show each screen in 'all' display mode.
111 .It Ar display
113 .Ar display
114 argument expects to be one of:
115 .Ic all ,
116 .Ic bufcache ,
117 .Ic df ,
118 .Ic inet.icmp ,
119 .Ic inet.ip ,
120 .Ic inet.tcp ,
121 .Ic inet.tcpsyn ,
122 .Ic inet6.ip6 ,
123 .Ic ipsec ,
124 .Ic iostat ,
125 .Ic mbufs ,
126 .Ic netstat ,
127 .Ic pigs ,
128 .Ic ps ,
129 .Ic swap ,
130 .Ic syscall
132 .Ic vmstat .
133 These displays can also be requested interactively and are described in
134 full detail below.
135 .It Ar refresh-interval
137 .Ar refresh-interval
138 specifies the screen refresh time interval in seconds.
139 This is provided for backwards compatibility, and overrides the
140 .Ar refresh-interval
141 specified with the
142 .Fl w
143 flag.
146 Certain characters cause immediate action by
147 .Nm  .
148 These are
149 .Bl -tag -width Fl
150 .It Ic \&^L
151 Refresh the screen.
152 .It Ic \&^G
153 Print the name of the current ``display'' being shown in
154 the lower window and the refresh interval.
155 .It Ic \&^Z
156 Stop
157 .Nm  .
158 .It Ic \&? , Ic h
159 Print the names of the available displays on the command line.
160 .It Ic \&:
161 Move the cursor to the command line and interpret the input
162 line typed as a command.
163 While entering a command the current character erase, word erase,
164 and line kill characters may be used.
167 The following commands are interpreted by the ``global''
168 command interpreter.
169 .Bl -tag -width Fl
170 .It Ic help Ar key
171 Print the names of the available displays on the command line.
172 It will print long names as
173 .Dq Ic inet.* .
174 To print items under
175 .Dq Ic inet ,
176 give
177 .Ic inet
179 .Ar key .
180 .It Ic load
181 Print the load average over the past 1, 5, and 15 minutes
182 on the command line.
183 .It Ic stop
184 Stop refreshing the screen.
185 .It Oo Ic start Oc Oo Ar number Oc
186 Start (continue) refreshing the screen.
187 If a second, numeric, argument is provided it is interpreted as a
188 refresh interval in seconds.
189 Supplying only a number will set the refresh interval to this
190 value.
191 .It Ic quit
192 Exit
193 .Nm  .
194 (This may be abbreviated to
195 .Ic q  . )
198 The available displays are:
199 .Bl -tag -width Ic
200 .It Ic all
201 Cycle through all displays automatically.
202 At each display, wait some
203 refresh-turns, then switch to the next display.
204 Duration of one refresh-turn is adjustable with the
205 .Fl w
206 option, number of refresh-turns can be changed with the
207 .Fl t
208 option.
209 .It Ic bufcache
210 Display, in the lower window, statistics about the file system buffers.
211 Statistics for each file system that has active buffers include the number
212 of buffers for that file system, the number of active kilobytes in those
213 buffers and the total size of the buffers for that file system.
214 .It Ic df
215 Lists disk usage statistics for all filesystems,
216 including the available free space as well as a bar
217 graph indicating the used capacity.
219 The following commands are specific to the
220 .Ic df
221 display:
223 .Bl -tag -width Fl -compact
224 .It Cm all
225 Displays information for all filesystems, including
226 kernfs, procfs and null-mounts.
227 .It Cm some
228 Suppress information about procfs, kernfs and null-mounts (default).
230 .It Ic inet.icmp
231 Display ICMP statistics.
232 .It Ic inet.ip
233 Display IPv4 and UDP statistics.
234 .It Ic inet.tcp
235 Display TCP statistics.
236 .It Ic inet.tcpsyn
237 Display statistics about the
238 .Tn TCP
239 ``syncache''.
240 .It Ic inet6.ip6
241 Display IPv6 statistics.
242 .It Ic ipsec
243 Display IPsec statistics for both IPv4 and v6.
244 .It Ic iostat
245 Display, in the lower window, statistics about processor use
246 and disk throughput.
247 Statistics on processor use appear as bar graphs of the amount of
248 time executing in user mode (``user''), in user mode running low
249 priority processes (``nice''), in system mode (``system''), and
250 idle (``idle'').
251 Statistics on disk throughput show, for each drive, kilobytes of
252 data transferred, number of disk transactions performed, and time
253 spent in disk accesses in milliseconds.
254 This information may be displayed as bar graphs or as rows of
255 numbers which scroll downward.
256 Bar graphs are shown by default;
258 The following commands are specific to the
259 .Ic iostat
260 display; the minimum unambiguous prefix may be supplied.
262 .Bl -tag -width Fl -compact
263 .It Cm numbers
264 Show the disk
265 .Tn I/O
266 statistics in numeric form.
267 Values are
268 displayed in numeric columns which scroll downward.
269 .It Cm bars
270 Show the disk
271 .Tn I/O
272 statistics in bar graph form (default).
273 .It Cm secs
274 Toggle the display of time in disk activity (the default is to
275 not display time).
276 .It Cm all
277 Show the read and write statistics combined (default).
278 .It Cm rw
279 Show the read and write statistics separately.
281 .It Ic mbufs
282 Display, in the lower window, the number of mbufs allocated
283 for particular uses, i.e. data, socket structures, etc.
284 .It Ic netstat
285 Display, in the lower window, network connections.
286 By default, network servers awaiting requests are not displayed.
287 Each address is displayed in the format ``host.port'', with each
288 shown symbolically, when possible.
289 It is possible to have addresses displayed numerically,
290 limit the display to a set of ports, hosts, and/or protocols
291 (the minimum unambiguous prefix may be supplied):
293 .Bl -tag -width Ar -compact
294 .It Cm all
295 Toggle the displaying of server processes awaiting requests (this
296 is the equivalent of the
297 .Fl a
298 flag to
299 .Ar netstat  1  ) .
300 .It Cm numbers
301 Display network addresses numerically.
302 .It Cm names
303 Display network addresses symbolically.
304 .It Ar protocol
305 Display only network connections using the indicated protocol
306 (currently either ``tcp'' or ``udp'').
307 .It Cm ignore Op Ar items
308 Do not display information about connections associated with
309 the specified hosts or ports.
310 Hosts and ports may be specified by name (``vangogh'', ``ftp''),
311 or numerically.
312 Host addresses use the Internet dot notation (``128.32.0.9'').
313 Multiple items may be specified with a single command by separating
314 them with spaces.
315 .It Cm display Op Ar items
316 Display information about the connections associated with the
317 specified hosts or ports.
318 As for
319 .Ar ignore  ,
320 .Op Ar items
321 may be names or numbers.
322 .It Cm show Op Ar ports\&|hosts
323 Show, on the command line, the currently selected protocols,
324 hosts, and ports.
325 Hosts and ports which are being ignored are prefixed with a `!'.
327 .Ar ports
329 .Ar hosts
330 is supplied as an argument to
331 .Cm show  ,
332 then only the requested information will be displayed.
333 .It Cm reset
334 Reset the port, host, and protocol matching mechanisms to the default
335 (any protocol, port, or host).
337 .It Ic pigs
338 Display, in the lower window, those processes which are getting the
339 largest portion of the processor (the default display).
340 When less than 100% of the
341 processor is scheduled to user processes, the remaining time
342 is accounted to the ``idle'' process.
343 .It Ic ps
344 Display, in the lower window, the same information provided
345 by the command
346 .Xr ps 1
347 with the flags
348 .Fl aux .
350 The following command is specific to the
351 .Ic ps
352 display; the minimum unambiguous prefix may be supplied.
354 .Bl -tag -width Fl -compact
355 .It Cm user Ar name
356 Limit the list of processes displayed to those owned by user
357 .Ar name .
359 .Ar name
360 is specified as `+', processes owned by any user are displayed (default).
362 .It Ic swap
363 Show information about swap space usage on all the
364 swap areas configured with
365 .Xr swapctl 8 .
366 The first column is the device name of the partition.
367 The next column is the total space available in the partition.
369 .Ar Used
370 column indicates the total blocks used so far;
371 the graph shows the percentage of space in use on each partition.
372 If there are more than one swap partition in use,
373 a total line is also shown.
374 Areas known to the kernel, but not in use are shown as not available.
375 .It Ic syscall
376 Show per system call statistics.
377 The display consists of several columns of system call name and counts.
379 In order to stop entries moving around the screen too much, an infinite
380 response filter is applied to the values before they are sorted.
382 The following commands are specific to the
383 .Ic syscall
384 display:
386 .Bl -tag -width Ar -compact
387 .It Ic sort Ic name
388 Sort display by the syscall name (default).
389 .It Ic sort Ic count
390 Sort display by the count of calls or time spent in the calls.
391 .It Ic sort Ic syscall
392 Sort display be syscall number.
393 .It Ic show Ic count
394 Show the number of times the system call has be called (default).
395 .It Ic show Ic time
396 Show the average amount of time (in arbitrary units) spent in a call of
397 the syscall.
399 .It Ic vmstat
400 Take over the entire display and show a (rather crowded) compendium
401 of statistics related to virtual memory usage, process scheduling,
402 device interrupts, system name translation caching, disk
403 .Tn I/O
404 etc.
406 The upper left quadrant of the screen shows the number
407 of users logged in and the load average over the last one, five,
408 and fifteen minute intervals.
409 Below this is a list of the
410 average number of processes (over the last refresh interval)
411 that are runnable (`r'), in page wait (`p'),
412 in disk wait other than paging (`d'), sleeping (`s').
413 Below the queue length listing is a numerical listing and
414 a bar graph showing the amount of
415 system (shown as `='), user (shown as `\*[Gt]'),
416 nice (shown as `-'), and idle time (shown as ` ').
418 To the right of the process statistics is a column that
419 lists the average number of context switches (`Csw'),
420 traps (`Trp'; includes page faults), system calls (`Sys'), interrupts (`Int'),
421 network software interrupts (`Sof'),
422 page faults (`Flt').
424 Below this are statistics on memory utilization.
425 The first row of the table reports memory usage only among
426 active processes, that is processes that have run in the previous
427 twenty seconds.
428 The second row reports on memory usage of all processes.
429 The first column reports on the number of physical pages
430 claimed by processes.
431 The second column reports the number of pages of memory and swap.
432 The third column gives the number of pages of free memory and swap.
434 Below the memory display are statistics on name translations.
435 It lists the number of names translated in the previous interval,
436 the number and percentage of the translations that were
437 handled by the system wide name translation cache, and
438 the number and percentage of the translations that were
439 handled by the per process name translation cache.
441 At the bottom left is the disk usage display.
442 It reports the number of seeks, transfers, number
443 of kilobyte blocks transferred per second averaged over the
444 refresh period of the display (by default, five seconds), and
445 the time spent in disk accesses.
446 If there are more than five disks, and the terminal window has more
447 than 24 lines, the disks display will be flipped so that more
448 of the disk statistics are visible.
450 Under the date in the upper right hand quadrant are statistics
451 on paging and swapping activity.
452 The first two columns report the average number of pages
453 brought in and out per second over the last refresh interval
454 due to page faults and the paging daemon.
455 The third and fourth columns report the average number of pages
456 brought in and out per second over the last refresh interval
457 due to swap requests initiated by the scheduler.
458 The first row of the display shows the average
459 number of disk transfers per second over the last refresh interval;
460 the second row of the display shows the average
461 number of pages transferred per second over the last refresh interval.
463 Below the paging statistics is another columns of paging data.
464 From top to bottom, these represent average numbers of copy on write faults
465 (`cow'), object cache lookups (`objlk'), object cache hits (`objht'),
466 pages zero filled on demand (`zfodw'), number zfod's created (`nzfod'),
467 percentage of zfod's used (`%zfod'), number of kernel pages (`kern'),
468 number of wired pages (`wire'), number of active pages (`act'), number
469 of inactive pages (`inact'), number of free pages (`free'), pages freed
470 by daemon (`daefr'), pages freed by exiting processes (`prcfr'), number
471 of pages reactivated from freelist (`react'), scans in page out daemon
472 (`scan'), revolutions of the hand (`hdrev'), and in-transit blocking page
473 faults (`intrn'), per second over the refresh period.
474 Note that the `%zfod' percentage is usually less than 100%,
475 however it may exceed 100% if a large number of requests
476 are actually used long after they were set up during a
477 period when no new pages are being set up.
478 Thus this figure is most interesting when observed over
479 a long time period, such as from boot time
480 (see below on getting such a display).
482 To the left of the column of paging statistics is a breakdown
483 of the interrupts being handled by the system.
484 At the top of the list is the total interrupts per second
485 over the time interval.
486 The rest of the column breaks down the total on a device
487 by device basis.
488 Only devices that have interrupted at least once since boot time are shown.
491 Commands to switch between displays may be abbreviated to the
492 minimum unambiguous prefix; for example, ``io'' for ``iostat''.
493 Certain information may be discarded when the screen size is
494 insufficient for display.
495 For example, on a machine with 10 drives the
496 .Ic iostat
497 bar graph displays only 3 drives on a 24 line terminal.
498 When a bar graph would overflow the allotted screen space it is
499 truncated and the actual value is printed ``over top'' of the bar.
501 The following commands are common to each display which shows
502 information about disk drives.
503 These commands are used to select a set of drives to report on,
504 should your system have more drives configured than can normally
505 be displayed on the screen.
507 .Bl -tag -width Ar -compact
508 .It Cm display Op Ar drives
509 Display information about the drives indicated.
510 Multiple drives may be specified, separated by spaces.
511 .It Cm ignore Op Ar drives
512 Do not display information about the drives indicated.
513 Multiple drives may be specified, separated by spaces.
514 .It Cm drives Op Ar drives
515 With no arguments, display a list of available drives.
516 With arguments, replace the list of currently displayed drives
517 with the ones specified.
520 The following commands are specific to the
521 .Ic inet.* ,
522 .Ic inet6.* ,
523 .Ic ipsec ,
524 .Ic syscall
526 .Ic vmstat
527 displays; the minimum unambiguous prefix may be supplied.
529 .Bl -tag -width Ar -compact
530 .It Cm boot
531 Display cumulative statistics since the system was booted.
532 .It Cm run
533 Display statistics as a running total from the point this
534 command is given.
535 .It Cm time
536 Display statistics averaged over the refresh interval (the default).
537 .It Cm zero
538 Reset running statistics to zero.
540 .Sh FILES
541 .Bl -tag -width /etc/networks -compact
542 .It Pa /netbsd
543 For the namelist.
544 .It Pa /dev/kmem
545 For information in main memory.
546 .It Pa /etc/hosts
547 For host names.
548 .It Pa /etc/networks
549 For network names.
550 .It Pa /etc/services
551 For port names.
553 .Sh NOTES
554 Much of the information that
556 .Ic vmstat
557 uses is obtained from
558 .Cm struct vmmeter cnt .
559 .Sh SEE ALSO
560 .Xr df 1 ,
561 .Xr netstat 1 ,
562 .Xr ps 1 ,
563 .Xr top 1 ,
564 .Xr vmstat 1 ,
565 .Xr iostat 8 ,
566 .Xr pstat 8
567 .Sh HISTORY
570 program appeared in
571 .Bx 4.3 .
572 .Sh BUGS
573 Consumes CPU resources and thus may skew statistics.
575 Certain displays presume a minimum of 80 characters per line.
578 .Ic vmstat
579 display looks out of place because it is (it was added in as
580 a separate display from what used to be a different program).