1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-11-01 19:17:57 +01:00
tldr/pages/linux/iostat.md
2016-01-08 09:38:59 +01:00

19 lines
339 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`