tldr/pages/linux/iostat.md

20 lines
334 B
Markdown
Raw Normal View History

2014-08-04 02:59:39 +01:00
# 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`