2 .\" Copyright (c) 1997 Kenneth D. Merry.
3 .\" All rights reserved.
5 .\" Redistribution and use in source and binary forms, with or without
6 .\" modification, are permitted provided that the following conditions
8 .\" 1. Redistributions of source code must retain the above copyright
9 .\" notice, this list of conditions and the following disclaimer.
10 .\" 2. Redistributions in binary form must reproduce the above copyright
11 .\" notice, this list of conditions and the following disclaimer in the
12 .\" documentation and/or other materials provided with the distribution.
13 .\" 3. The name of the author may not be used to endorse or promote products
14 .\" derived from this software without specific prior written permission.
16 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR 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 AUTHOR 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
28 .\" $FreeBSD: src/usr.sbin/iostat/iostat.8,v 1.20 2001/08/07 13:59:48 ru Exp $
30 .\" Copyright (c) 1985, 1991, 1993
31 .\" The Regents of the University of California. All rights reserved.
33 .\" Redistribution and use in source and binary forms, with or without
34 .\" modification, are permitted provided that the following conditions
36 .\" 1. Redistributions of source code must retain the above copyright
37 .\" notice, this list of conditions and the following disclaimer.
38 .\" 2. Redistributions in binary form must reproduce the above copyright
39 .\" notice, this list of conditions and the following disclaimer in the
40 .\" documentation and/or other materials provided with the distribution.
41 .\" 3. All advertising materials mentioning features or use of this software
42 .\" must display the following acknowledgement:
43 .\" This product includes software developed by the University of
44 .\" California, Berkeley and its contributors.
45 .\" 4. Neither the name of the University nor the names of its contributors
46 .\" may be used to endorse or promote products derived from this software
47 .\" without specific prior written permission.
49 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
50 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
51 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
52 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
53 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
54 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
55 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
56 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
57 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
58 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
61 .\" @(#)iostat.8 8.1 (Berkeley) 6/6/93
63 .Dd September 27, 2001
82 statistics on terminal, device and cpu operations.
83 The first statistics that are printed are averaged over the system uptime.
84 To get information about the current activity, a suitable wait time should
85 be specified, so that the subsequent sets of printed statistics will be
86 averaged over that time.
88 The options are as follows:
92 Display a usage statement and exit.
95 Display CPU statistics.
96 This is on by default, unless
106 interval is specified, the default is 1 second.
109 Display only device statistics.
110 If this flag is turned on, only device statistics will be displayed, unless
116 is also specfied to enable the display of CPU, load average or TTY statistics.
119 Display total statstics for a given time period, rather than average
120 statistics for each second during that time period.
123 In the blocks transferred display (-o), display block count in kilobytes rather
124 then the device native block size.
131 will display fewer devices if there aren't
139 Sectors per second, transfers per second, and miliseconds per seek are
143 is specified, total blocks/sectors, total transfers, and
144 miliseconds per seek are displayed.
147 Display TTY statistics.
148 This is on by default, unless
153 Display system load averages.
154 This is on by default, unless
161 seconds between each display.
164 is specified, the default is infinity.
168 displays its information in the following format:
171 .Bl -tag -width indent -compact
173 characters read from terminals
175 characters written to terminals
179 The header of the field is the device name and unit number.
181 will display as many devices as will fit in a standard 80 column screen, or
182 the maximum number of devices in the system, whichever is smaller.
185 is specified on the command line,
187 will display the smaller of the
188 requested number of devices, and the maximum number of devices in the system.
191 to display specific drives, their names may be supplied on the command
194 will not display more devices than will fit in an 80 column screen, unless
197 argument is given on the command line to specify a maximum number of
198 devices to display, or the list of specified devices exceeds 80 columns.
199 If fewer devices are specified on the command line than will fit in an 80
202 will show only the specified devices.
206 device display shows the following statistics:
208 .Bl -tag -width indent -compact
210 kilobytes per transfer
219 device display, with the
221 flag specified, shows the following statistics:
223 .Bl -tag -width indent -compact
225 kilobytes per transfer
227 total number of transfers
229 total number of megabytes transferred
236 shows the following statistics:
238 .Bl -tag -width indent -compact
240 sectors transferred per second
244 average milliseconds per transaction
251 flag specified, shows the following statistics:
253 .Bl -tag -width indent -compact
255 total blocks/sectors transferred
259 average milliseconds per transaction
262 .Bl -tag -width indent -compact
264 % of cpu time in user mode
266 % of cpu time in system mode
268 % of cpu time in idle mode
272 .Dl iostat -w 1 disk0 disk2
274 Display statistics for the first and third disk devices device every
279 Display the statistics for the first four devices in the system twice, with
280 a one second display interval.
284 Display total statistics every three seconds ad infinitum.
286 .Dl iostat -odICTw 2 -c 9
288 Display total statistics using the old-style output format 9 times, with
289 a two second interval between each measurement/display.
292 flag generally disables the TTY and CPU displays, but since the
296 flags are given, the TTY and CPU displays will be displayed.
304 The sections starting with ``Interpreting system activity'' in
305 .%T "Installing and Operating 4.3BSD" .