1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/iostat.md

20 lines
339 B
Markdown
Raw Normal View History

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