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