mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 17:06:01 +02:00
Separated the -m flag
This commit is contained in:
parent
4748cc27ce
commit
bac0b9831f
1 changed files with 6 additions and 2 deletions
|
@ -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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue