| Main index | Section 8 | 日本語 | Options |
The options are as follows:
| | |
|
Display CPU statistics.
This is on by default, unless
| |
| | |
|
Repeat the display
count
times.
If
| |
| | |
|
Display only device statistics.
If this flag is turned on, only device statistics will be displayed, unless
| |
| | |
| Put iostat in 'top' mode. In this mode, iostat will show devices in order from highest to lowest bytes per measurement cycle. | |
| | |
| Display total statistics for a given time period, rather than average statistics for each second during that time period. | |
| | |
|
In the old-style blocks transferred display
( | |
| | |
| Extract values associated with the name list from the specified core instead of the default " /dev/kmem". | |
| | |
| Extract the name list from the specified system instead of the default " /boot/kernel/kernel". | |
| | |
| Display up to devs number of devices. The iostat utility will display fewer devices if there are less than devs devices present. | |
| | |
|
Display old-style
iostat
device statistics.
Sectors per second, transfers per second, and milliseconds per seek are
displayed.
If
| |
| | |
|
Display TTY statistics.
This is on by default, unless
| |
| | |
|
Specify which types of devices to display.
There are three different categories of devices:
| |
| device type: | |
| da | Direct Access devices |
| sa | Sequential Access devices |
| printer | |
| Printers | |
| proc | Processor devices |
| worm | Write Once Read Multiple devices |
| cd | CD devices |
| scanner | |
| Scanner devices | |
| optical | |
| Optical Memory devices | |
| changer | |
| Medium Changer devices | |
| comm | Communication devices |
| array | Storage Array devices |
| enclosure | |
| Enclosure Services devices | |
| floppy | |
| Floppy devices | |
| interface: | |
| IDE | Integrated Drive Electronics devices |
| SCSI | Small Computer System Interface devices |
| other | Any other device interface |
| passthrough: | |
| pass | Passthrough devices |
The user must specify at least one device type, and may specify at most one device type from each category. Multiple device types in a single device type statement must be separated by commas and are ANDed together.
Any number of
| | |
|
Pause
wait
seconds between each display.
If
The iostat command will accept and honor a non-integer number of seconds. Note that the interval only has millisecond granularity. Finer values will be truncated. E.g., "-w1.0001" is the same as "-w1.000". The interval will also suffer from modifications to kern.hz so your mileage may vary. | |
| | |
|
Show extended disk statistics.
Each disk is displayed on a line of its own with all available statistics.
If this flag is turned on, only disk statistics will be displayed, unless
| |
| | |
|
If
| |
The iostat utility displays its information in the following format:
| tty | |
| tin | characters read from terminals |
| tout | characters written to terminals |
| devices | |
|
Device operations.
The header of the field is the device name and unit number.
The
iostat
utility
will display as many devices as will fit in a standard 80 column screen, or
the maximum number of devices in the system, whichever is smaller.
If
The standard iostat device display shows the following statistics:
| |
| KB/t | kilobytes per transfer |
| tps | transfers per second |
| MB/s | megabytes per second |
The standard
iostat
device display, with the
| KB/t | kilobytes per transfer |
| xfrs | total number of transfers |
| MB | total number of megabytes transferred |
The extended
iostat
device display, with the
| r/s | read operations per second |
| w/s | write operations per second |
| kr/s | kilobytes read per second |
| kw/s | kilobytes write per second |
| qlen | transactions queue length |
| ms/r | average duration of read transactions, in milliseconds |
| ms/w | average duration of write transactions, in milliseconds |
| ms/o | average duration of all other transactions, in milliseconds |
| ms/t | average duration of all transactions, in milliseconds |
| %b | % of time the device had one or more outstanding transactions |
The extended
iostat
device display, with the
| r/i | read operations per time period |
| w/i | write operations per time period |
| kr/i | kilobytes read per time period |
| kw/i | kilobytes write per time period |
| qlen | transactions queue length |
| tsvc_t/i | |
| total duration of transactions per time period, in seconds | |
| sb/i | total time the device had one or more outstanding transactions per time period, in seconds |
The old-style
iostat
display (using
| sps | sectors transferred per second |
| tps | transfers per second |
| msps | average milliseconds per transaction |
The old-style
iostat
display, with the
| blk | total blocks/sectors transferred |
| xfr | total transfers |
| msps | average milliseconds per transaction |
| cpu | |
| amp;us | % of cpu time in user mode |
| amp;ni | % of cpu time in user mode running niced processes |
| amp;sy | % of cpu time in system mode |
| amp;in | % of cpu time in interrupt mode |
| amp;id | % of cpu time in idle mode |
| /boot/kernel/kernel | |
| Default kernel namelist. | |
| /dev/kmem | Default memory file. |
iostat -w 1 da0 da1 cd0
Display statistics for the first two Direct Access devices and the first CDROM device every second ad infinitum.
iostat -c 2
Display the statistics for the first four devices in the system twice, with a one second display interval.
iostat -t da -t cd -w 1
Display statistics for all CDROM and Direct Access devices every second ad infinitum.
iostat -t da,scsi,pass -t cd,scsi,pass
Display statistics once for all SCSI passthrough devices that provide access to either Direct Access or CDROM devices.
iostat -h -n 8 -w 1
Display up to 8 devices with the most I/O every second ad infinitum.
iostat -dh -t da -w 1
Omit the TTY and CPU displays, show devices in order of performance and show only Direct Access devices every second ad infinitum.
iostat -Iw 3
Display total statistics every three seconds ad infinitum.
iostat -odICTw 2 -c 9
Display total statistics using the old-style output format 9 times, with
a two second interval between each measurement/display.
The
The sections starting with ``Interpreting system activity'' in Installing and Operating 4.3BSD.
Each drives argument is passed to isdigit(). If isdigit() returns true, iostat switches into an undocumented traditional syntax and subsequent arguments, if any, will not be interpreted as drive names. This behavior collides with the one documented in this man page and prevents specifying drive names starting with a number. E.g., the following
iostat ada0 ada1 2 3 cd0
This document's use of "device type" is misleading.
| IOSTAT (8) | November 26, 2023 |
| Main index | Section 8 | 日本語 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
| “ | The “N” in NFS stands for Not, or Need, or perhaps Nightmare | ” |
| — Harry Spencer | ||