1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00

added iostat.md

This commit is contained in:
Tim Sebring 2014-08-03 21:59:39 -04:00
parent 0dee17f8fc
commit 6a6ac03d94

19
pages/linux/iostat.md Normal file
View file

@ -0,0 +1,19 @@
# 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`