Merge pull request #220 from tim-sebring/master

added iostat.md
waldyrious/alt-syntax
Romain Prieto 2014-08-04 14:09:50 +10:00
commit bb2f1fdcbd
1 changed files with 19 additions and 0 deletions

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`