mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
20 lines
334 B
Markdown
20 lines
334 B
Markdown
![]() |
# iostat
|
||
|
|
||
|
> Report stats for devices and partitions
|
||
|
|
||
|
- Display disk statistics with disk IDs in human readable format
|
||
|
|
||
|
`iostat -h`
|
||
|
|
||
|
- Display disk statistics with disk names (including LVM) in human readable format
|
||
|
|
||
|
`iostat -Nh`
|
||
|
|
||
|
- Display CPU statistics
|
||
|
|
||
|
`iostat -c`
|
||
|
|
||
|
- Display extended disk statistics with disk names
|
||
|
|
||
|
`iostat -xN`
|