Home
Search all pages
Subjects
By activity
Professions, Sciences, Humanities, Business, ...
User Interface
Text-based, GUI, Audio, Video, Keyboards, Mouse, Images,...
Text Strings
Conversions, tests, processing, manipulation,...
Math
Integer, Floating point, Matrix, Statistics, Boolean, ...
Processing
Algorithms, Memory, Process control, Debugging, ...
Stored Data
Data storage, Integrity, Encryption, Compression, ...
Communications
Networks, protocols, Interprocess, Remote, Client Server, ...
Hard World Timing, Calendar and Clock, Audio, Video, Printer, Controls...
File System
Management, Filtering, File & Directory access, Viewers, ...
|
|
|
RocketLink!--> Man page versions:
OpenBSD
FreeBSD
NetBSD
Others
IOSTAT(8) OpenBSD System Manager's Manual IOSTAT(8)
NAME
iostat - report I/O statistics
SYNOPSIS
iostat [-CdDIT] [-c count] [-M core] [-N system] [-w wait] [drives]
DESCRIPTION
Iostat displays kernel I/O statistics on terminal, disk and cpu opera-
tions. By default, iostat displays one line of statistics averaged over
the machine's run time. The use of -c presents successive lines averaged
over the wait period. The -I option causes iostat to print raw, unaver-
aged values.
The options are as follows:
-c Repeat the display count times. Unless the -I flag is in effect,
the first display is for the time since a reboot and each subse-
quent report is for the time period since the last display. If no
wait interval is specified, the default is 1 second.
-C Show cpu statistics. This is enabled by default unless the -d, -D,
or -T flags are used.
-d Show disk statistics. This is the default. Displays kilobytes per
transfer, number of transfers, and megabytes transfered. Use of
this flag disables display of cpu and tty statistics.
-D Show alternate disk statistics. Displays kilobytes transfered,
number of transfers, and time spent in transfers. Use of this flag
disables the default display.
-I Show the running total values, rather than an average.
-M Extract values associated with the name list from the specified
core instead of the default ``/dev/mem''.
-N Extract the name list from the specified system instead of the de-
fault ``/bsd''.
-T Show tty statistics. This is enabled by default unless the -C, -d,
or -D flags are used.
-w Pause wait seconds between each display. If no repeat count is
specified, the default is infinity.
Iostat displays its information in the following format:
tty
tin characters read from terminals
tout characters written to terminals
disks
Disk operations. The header of the field is the disk name and unit
number. If more than four disk drives are configured in the sys-
tem, iostat displays only the first four drives. To force iostat
to display specific drives, their names may be supplied on the com-
mand line.
KB/t Kilobytes transferred per disk transfer
t/s transfers per second
MB/s Megabytes transferred per second
The alternate display format, (selected with -D ), presents the
following values.
KB Kilobytes transferred
xfr Disk transfers
time Seconds spent in disk activity
cpu
us % of cpu time in user mode
ni % of cpu time in user mode running niced processes
sy % of cpu time in system mode
in % of cpu time processing interrupts
id % of cpu time in idle mode
FILES
/bsd Default kernel namelist.
/dev/mem Default memory file.
SEE ALSO
fstat(1), netstat(1), nfsstat(1), ps(1), systat(1), pstat(8), vm-
stat(8)
The sections starting with ``Interpreting system activity'' in Installing
and Operating 4.3BSD.
OpenBSD 2.3 Jan 18, 1996 2
Source: OpenBSD 2.6 man pages. Copyright: Portions are copyrighted by BERKELEY SOFTWARE DESIGN, INC., The Regents of the University of California, Massachusetts Institute of Technology, Free Software Foundation, FreeBSD Inc., and others. |
(Corrections, notes, and links courtesy of RocketAware.com)
FreeBSD Sources for iostat(8) OpenBSD sources for iostat(8)
Up to: File System Information - Obtaining information of the filesystem as a whole. Status of disk subsystems, capacity, etc.
Up to: Hardware Access
Up to: Communication Debugging - Status, tracing, and debugging communications and protocols.
Up to: Communication and Network Monitoring - status reporting, logging, et al
Up to: Local machine and Operating System Information - kernel topics, uname, boot, shutdown, et al
RocketLink!--> Man page versions:
OpenBSD
FreeBSD
NetBSD
Others
Rapid-Links:
Search | About | Comments | Submit Path: RocketAware > man pages >
iostat.8/
RocketAware.com is a service of Mib Software Copyright 1999, Forrest J. Cavalier III. All Rights Reserved. We welcome submissions and comments
|