mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 22:26:00 +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`
|
`iostat`
|
||||||
|
|
||||||
|
- Display a report of CPU and disk statistics since system startup with units converted to megabytes:
|
||||||
|
|
||||||
|
`iostat -m`
|
||||||
|
|
||||||
- Display CPU statistics:
|
- Display CPU statistics:
|
||||||
|
|
||||||
`iostat -c`
|
`iostat -c`
|
||||||
|
@ -18,6 +22,6 @@
|
||||||
|
|
||||||
`iostat -xN {{sda}}`
|
`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