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:
parent
0dee17f8fc
commit
6a6ac03d94
1 changed files with 19 additions and 0 deletions
19
pages/linux/iostat.md
Normal file
19
pages/linux/iostat.md
Normal 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`
|
Loading…
Add table
Reference in a new issue