2014-08-04 02:59:39 +01:00
|
|
|
# iostat
|
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
> Report stats for devices and partitions.
|
2014-08-04 02:59:39 +01:00
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Display disk statistics with disk IDs in human readable format:
|
2014-08-04 02:59:39 +01:00
|
|
|
|
|
|
|
`iostat -h`
|
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Display disk statistics with disk names (including LVM) in human readable format:
|
2014-08-04 02:59:39 +01:00
|
|
|
|
|
|
|
`iostat -Nh`
|
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Display CPU statistics:
|
2014-08-04 02:59:39 +01:00
|
|
|
|
|
|
|
`iostat -c`
|
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Display extended disk statistics with disk names:
|
2014-08-04 02:59:39 +01:00
|
|
|
|
|
|
|
`iostat -xN`
|