Separated the -m flag

waldyrious/alt-syntax
Agniva De Sarker 2016-07-11 10:38:53 +05:30
parent 4748cc27ce
commit bac0b9831f
1 changed files with 6 additions and 2 deletions

View File

@ -6,6 +6,10 @@
`iostat`
- Display a report of CPU and disk statistics since system startup with units converted to megabytes:
`iostat -m`
- Display CPU statistics:
`iostat -c`
@ -18,6 +22,6 @@
`iostat -xN {{sda}}`
- Display incremental reports of CPU and disk statistics every "interval" second(s) with units converted to megabytes:
- Display incremental reports of CPU and disk statistics every "2" second(s):
`iostat -m {{interval}}`
`iostat {{2}}`