2018-07-30 00:17:43 +03:00
|
|
|
.\" $NetBSD: iostat.8,v 1.27 2018/07/29 21:17:43 wiz Exp $
|
1995-11-28 23:16:28 +03:00
|
|
|
.\"
|
1994-05-15 01:52:16 +04:00
|
|
|
.\" Copyright (c) 1985, 1991, 1993
|
|
|
|
.\" The Regents of the University of California. All rights reserved.
|
added accton, edquota, flcopy, gettable, htable, iostat, quotaon,
repquota, trpt, and trsp, per (currently alpha) patch 125.
1993-04-09 16:15:37 +04:00
|
|
|
.\"
|
|
|
|
.\" Redistribution and use in source and binary forms, with or without
|
|
|
|
.\" modification, are permitted provided that the following conditions
|
|
|
|
.\" are met:
|
|
|
|
.\" 1. Redistributions of source code must retain the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer.
|
|
|
|
.\" 2. Redistributions in binary form must reproduce the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer in the
|
|
|
|
.\" documentation and/or other materials provided with the distribution.
|
2003-08-07 15:25:11 +04:00
|
|
|
.\" 3. Neither the name of the University nor the names of its contributors
|
added accton, edquota, flcopy, gettable, htable, iostat, quotaon,
repquota, trpt, and trsp, per (currently alpha) patch 125.
1993-04-09 16:15:37 +04:00
|
|
|
.\" may be used to endorse or promote products derived from this software
|
|
|
|
.\" without specific prior written permission.
|
|
|
|
.\"
|
|
|
|
.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
|
|
|
|
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
|
|
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
|
|
.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
|
|
|
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
|
|
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
|
|
|
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
|
|
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
|
|
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
|
|
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
|
|
.\" SUCH DAMAGE.
|
|
|
|
.\"
|
1994-05-15 01:52:16 +04:00
|
|
|
.\" from: @(#)iostat.8 8.1 (Berkeley) 6/6/93
|
added accton, edquota, flcopy, gettable, htable, iostat, quotaon,
repquota, trpt, and trsp, per (currently alpha) patch 125.
1993-04-09 16:15:37 +04:00
|
|
|
.\"
|
2018-07-29 20:03:02 +03:00
|
|
|
.Dd July 29, 2018
|
1993-10-06 22:34:59 +03:00
|
|
|
.Dt IOSTAT 8
|
1999-03-22 21:43:46 +03:00
|
|
|
.Os
|
1993-10-06 22:34:59 +03:00
|
|
|
.Sh NAME
|
1994-05-15 01:52:16 +04:00
|
|
|
.Nm iostat
|
2018-07-30 00:17:43 +03:00
|
|
|
.Nd report I/O statistics
|
1993-10-06 22:34:59 +03:00
|
|
|
.Sh SYNOPSIS
|
1997-10-17 13:03:53 +04:00
|
|
|
.Nm
|
2017-03-06 02:07:12 +03:00
|
|
|
.Op Fl CdDITxy
|
1993-10-06 22:34:59 +03:00
|
|
|
.Op Fl c Ar count
|
|
|
|
.Op Fl w Ar wait
|
|
|
|
.Op Ar drives
|
|
|
|
.Sh DESCRIPTION
|
1997-10-17 13:03:53 +04:00
|
|
|
.Nm
|
2018-07-30 00:17:43 +03:00
|
|
|
displays kernel I/O statistics on terminal, disk and CPU operations.
|
2003-05-01 19:10:58 +04:00
|
|
|
By default,
|
1997-10-17 13:03:53 +04:00
|
|
|
.Nm
|
1996-05-11 03:16:30 +04:00
|
|
|
displays one line of statistics averaged over the machine's run time.
|
2001-05-07 03:48:31 +04:00
|
|
|
The use of
|
1996-05-11 03:16:30 +04:00
|
|
|
.Fl c
|
|
|
|
presents successive lines averaged over the
|
|
|
|
.Ar wait
|
|
|
|
period.
|
|
|
|
The
|
|
|
|
.Fl I
|
|
|
|
option causes
|
1997-10-17 13:03:53 +04:00
|
|
|
.Nm
|
1996-05-11 03:16:30 +04:00
|
|
|
to print raw, unaveraged values.
|
1993-10-06 22:34:59 +03:00
|
|
|
.Pp
|
1998-08-25 12:05:47 +04:00
|
|
|
Only the last disk option specified
|
|
|
|
.Fl ( d ,
|
|
|
|
.Fl D ,
|
|
|
|
or
|
|
|
|
.Fl x )
|
|
|
|
is used.
|
|
|
|
.Pp
|
added accton, edquota, flcopy, gettable, htable, iostat, quotaon,
repquota, trpt, and trsp, per (currently alpha) patch 125.
1993-04-09 16:15:37 +04:00
|
|
|
The options are as follows:
|
2003-05-01 19:29:24 +04:00
|
|
|
.Bl -tag -width XNXsystemX
|
2003-05-01 19:10:58 +04:00
|
|
|
.It Fl c Ar count
|
added accton, edquota, flcopy, gettable, htable, iostat, quotaon,
repquota, trpt, and trsp, per (currently alpha) patch 125.
1993-04-09 16:15:37 +04:00
|
|
|
Repeat the display
|
1993-10-06 22:34:59 +03:00
|
|
|
.Ar count
|
added accton, edquota, flcopy, gettable, htable, iostat, quotaon,
repquota, trpt, and trsp, per (currently alpha) patch 125.
1993-04-09 16:15:37 +04:00
|
|
|
times.
|
1996-05-11 03:16:30 +04:00
|
|
|
Unless the
|
|
|
|
.Fl I
|
|
|
|
flag is in effect, the first display is for the time since a reboot and
|
|
|
|
each subsequent report is for the time period since the last display.
|
added accton, edquota, flcopy, gettable, htable, iostat, quotaon,
repquota, trpt, and trsp, per (currently alpha) patch 125.
1993-04-09 16:15:37 +04:00
|
|
|
If no
|
1993-10-06 22:34:59 +03:00
|
|
|
.Ar wait
|
added accton, edquota, flcopy, gettable, htable, iostat, quotaon,
repquota, trpt, and trsp, per (currently alpha) patch 125.
1993-04-09 16:15:37 +04:00
|
|
|
interval is specified, the default is 1 second.
|
1996-05-11 03:16:30 +04:00
|
|
|
.It Fl C
|
2003-05-01 19:10:58 +04:00
|
|
|
Show CPU statistics.
|
|
|
|
This is enabled by default unless the
|
1998-08-25 12:05:47 +04:00
|
|
|
.Fl d ,
|
|
|
|
.Fl D ,
|
|
|
|
.Fl T ,
|
|
|
|
or
|
|
|
|
.Fl x
|
1996-05-11 03:16:30 +04:00
|
|
|
flags are used.
|
|
|
|
.It Fl d
|
2003-05-01 19:10:58 +04:00
|
|
|
Show disk statistics.
|
|
|
|
This is the default.
|
|
|
|
Displays kilobytes per
|
|
|
|
transfer, number of transfers, and megabytes transferred.
|
|
|
|
Use of this flag disables display of CPU and tty statistics.
|
1996-05-11 03:16:30 +04:00
|
|
|
.It Fl D
|
2003-05-01 19:10:58 +04:00
|
|
|
Show alternative disk statistics.
|
|
|
|
Displays kilobytes transferred, number of
|
|
|
|
transfers, and time spent in transfers.
|
|
|
|
Use of this flag disables the default display.
|
1996-05-11 03:16:30 +04:00
|
|
|
.It Fl I
|
|
|
|
Show the running total values, rather than an average.
|
|
|
|
.It Fl T
|
2003-05-01 19:10:58 +04:00
|
|
|
Show tty statistics.
|
|
|
|
This is enabled by default unless the
|
1998-08-25 12:05:47 +04:00
|
|
|
.Fl C ,
|
|
|
|
.Fl d ,
|
2001-05-07 03:48:31 +04:00
|
|
|
or
|
1996-05-11 03:16:30 +04:00
|
|
|
.Fl D
|
|
|
|
flags are used.
|
2003-05-01 19:10:58 +04:00
|
|
|
.It Fl w Ar wait
|
added accton, edquota, flcopy, gettable, htable, iostat, quotaon,
repquota, trpt, and trsp, per (currently alpha) patch 125.
1993-04-09 16:15:37 +04:00
|
|
|
Pause
|
1993-10-06 22:34:59 +03:00
|
|
|
.Ar wait
|
added accton, edquota, flcopy, gettable, htable, iostat, quotaon,
repquota, trpt, and trsp, per (currently alpha) patch 125.
1993-04-09 16:15:37 +04:00
|
|
|
seconds between each display.
|
|
|
|
If no repeat
|
1993-10-06 22:34:59 +03:00
|
|
|
.Ar count
|
added accton, edquota, flcopy, gettable, htable, iostat, quotaon,
repquota, trpt, and trsp, per (currently alpha) patch 125.
1993-04-09 16:15:37 +04:00
|
|
|
is specified, the default is infinity.
|
1998-08-25 12:05:47 +04:00
|
|
|
.It Fl x
|
2001-05-07 03:48:31 +04:00
|
|
|
Show extended disk statistics.
|
1998-08-25 12:05:47 +04:00
|
|
|
Each disk is displayed on a line of its own with all available
|
|
|
|
statistics.
|
|
|
|
This option overrides all other display options, and all
|
2003-03-01 10:35:41 +03:00
|
|
|
disks are displayed unless specific disks
|
1998-08-25 12:05:47 +04:00
|
|
|
are provided as arguments.
|
2002-11-01 15:47:55 +03:00
|
|
|
Additionally, separate read and write statistics are displayed.
|
2017-03-06 02:07:12 +03:00
|
|
|
.It Fl y
|
|
|
|
Shows the extended statistics and additional queuing statistics.
|
1993-10-06 22:34:59 +03:00
|
|
|
.El
|
|
|
|
.Pp
|
1997-10-17 13:03:53 +04:00
|
|
|
.Nm
|
added accton, edquota, flcopy, gettable, htable, iostat, quotaon,
repquota, trpt, and trsp, per (currently alpha) patch 125.
1993-04-09 16:15:37 +04:00
|
|
|
displays its information in the following format:
|
1994-05-15 01:52:16 +04:00
|
|
|
.Bl -tag -width flag
|
1993-10-06 22:34:59 +03:00
|
|
|
.It tty
|
|
|
|
.Bl -tag -width indent -compact
|
|
|
|
.It tin
|
|
|
|
characters read from terminals
|
|
|
|
.It tout
|
|
|
|
characters written to terminals
|
|
|
|
.El
|
|
|
|
.It disks
|
2001-05-07 03:48:31 +04:00
|
|
|
Disk operations.
|
added accton, edquota, flcopy, gettable, htable, iostat, quotaon,
repquota, trpt, and trsp, per (currently alpha) patch 125.
1993-04-09 16:15:37 +04:00
|
|
|
The header of the field is the disk name and unit number.
|
2015-07-09 16:26:52 +03:00
|
|
|
If more drives are configured in the system that fit across the
|
|
|
|
current display,
|
1997-10-17 13:03:53 +04:00
|
|
|
.Nm
|
2015-07-09 16:26:52 +03:00
|
|
|
displays only those drives that fit on the display.
|
added accton, edquota, flcopy, gettable, htable, iostat, quotaon,
repquota, trpt, and trsp, per (currently alpha) patch 125.
1993-04-09 16:15:37 +04:00
|
|
|
To force
|
1997-10-17 13:03:53 +04:00
|
|
|
.Nm
|
2015-07-09 16:26:52 +03:00
|
|
|
to display specific drives, they may be supplied on the command
|
|
|
|
line, either as names or
|
|
|
|
.Fn fnmatch
|
|
|
|
patterns.
|
1993-10-06 22:34:59 +03:00
|
|
|
.Pp
|
|
|
|
.Bl -tag -width indent -compact
|
1996-10-25 22:21:57 +04:00
|
|
|
.It KB/t
|
1996-05-11 03:16:30 +04:00
|
|
|
Kilobytes transferred per disk transfer
|
|
|
|
.It t/s
|
1993-10-06 22:34:59 +03:00
|
|
|
transfers per second
|
1996-10-25 22:21:57 +04:00
|
|
|
.It MB/s
|
1996-05-11 03:16:30 +04:00
|
|
|
Megabytes transferred per second
|
|
|
|
.El
|
1997-03-08 17:24:19 +03:00
|
|
|
The alternative display format, (selected with
|
1998-08-25 12:05:47 +04:00
|
|
|
.Fl D ) ,
|
|
|
|
presents the following values.
|
1996-05-11 03:16:30 +04:00
|
|
|
.Bl -tag -width indent -compact
|
1996-10-25 22:21:57 +04:00
|
|
|
.It KB
|
1996-05-11 03:16:30 +04:00
|
|
|
Kilobytes transferred
|
|
|
|
.It xfr
|
|
|
|
Disk transfers
|
|
|
|
.It time
|
|
|
|
Seconds spent in disk activity
|
2017-03-06 02:07:12 +03:00
|
|
|
.El
|
|
|
|
With the
|
|
|
|
.Fl y
|
|
|
|
flag, the following queuing measurements are added
|
|
|
|
.Bl -tag -width indent -compact
|
|
|
|
.It wait
|
|
|
|
Number of I/O requests queued up
|
|
|
|
.It actv
|
|
|
|
Number of currently active I/O requests
|
|
|
|
.It wsvc_t
|
|
|
|
Average waiting time of an I/O request in milliseconds
|
|
|
|
.It asvc_t
|
|
|
|
Average duration of an I/O request in milliseconds
|
|
|
|
.It wtime
|
|
|
|
Seconds spent in the waiting queue.
|
|
|
|
Queuing data might not be available from all drivers
|
|
|
|
and is then shown as zeros.
|
1993-10-06 22:34:59 +03:00
|
|
|
.El
|
|
|
|
.It cpu
|
|
|
|
.Bl -tag -width indent -compact
|
1994-05-15 01:52:16 +04:00
|
|
|
.It \&us
|
2001-07-08 22:19:16 +04:00
|
|
|
% of CPU time in user mode
|
1994-05-15 01:52:16 +04:00
|
|
|
.It \&ni
|
2001-07-08 22:19:16 +04:00
|
|
|
% of CPU time in user mode running niced processes
|
1994-05-15 01:52:16 +04:00
|
|
|
.It \&sy
|
2001-07-08 22:19:16 +04:00
|
|
|
% of CPU time in system mode
|
2018-07-29 20:03:02 +03:00
|
|
|
.It \&in
|
|
|
|
% of CPU time in interrupt mode
|
1994-05-15 01:52:16 +04:00
|
|
|
.It \&id
|
2001-07-08 22:19:16 +04:00
|
|
|
% of CPU time in idle mode
|
1994-05-15 01:52:16 +04:00
|
|
|
.El
|
|
|
|
.El
|
1993-10-06 22:34:59 +03:00
|
|
|
.Sh SEE ALSO
|
|
|
|
.Xr fstat 1 ,
|
|
|
|
.Xr netstat 1 ,
|
|
|
|
.Xr nfsstat 1 ,
|
2018-07-29 20:03:02 +03:00
|
|
|
.Xr ps 1 ,
|
1993-10-06 22:34:59 +03:00
|
|
|
.Xr systat 1 ,
|
2001-05-07 03:48:31 +04:00
|
|
|
.Xr vmstat 1 ,
|
2015-07-09 16:26:52 +03:00
|
|
|
.Xr fnmatch 3 ,
|
2001-05-07 03:48:31 +04:00
|
|
|
.Xr pstat 8
|
1994-05-15 01:52:16 +04:00
|
|
|
.Pp
|
added accton, edquota, flcopy, gettable, htable, iostat, quotaon,
repquota, trpt, and trsp, per (currently alpha) patch 125.
1993-04-09 16:15:37 +04:00
|
|
|
The sections starting with ``Interpreting system activity'' in
|
1994-05-15 01:52:16 +04:00
|
|
|
.%T "Installing and Operating 4.3BSD" .
|
1998-08-25 12:05:47 +04:00
|
|
|
.Sh HISTORY
|
|
|
|
.Nm
|
|
|
|
appeared in
|
|
|
|
.At v6 .
|
|
|
|
The
|
|
|
|
.Fl x
|
|
|
|
option was added in
|
|
|
|
.Nx 1.4 .
|
2017-03-06 02:07:12 +03:00
|
|
|
Collection of queueing values and the
|
|
|
|
.Fl y
|
|
|
|
option were added in
|
|
|
|
.Nx 8.0 .
|