mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-10 11:29:59 +03:00
Addressing minor comments
This commit is contained in:
parent
bac0b9831f
commit
98305b4ad8
@ -6,7 +6,7 @@
|
||||
|
||||
`iostat`
|
||||
|
||||
- Display a report of CPU and disk statistics since system startup with units converted to megabytes:
|
||||
- Display a report of CPU and disk statistics with units converted to megabytes:
|
||||
|
||||
`iostat -m`
|
||||
|
||||
@ -18,10 +18,10 @@
|
||||
|
||||
`iostat -N`
|
||||
|
||||
- Display extended disk statistics with disk names for device "sda":
|
||||
- Display extended disk statistics with disk names for device sda:
|
||||
|
||||
`iostat -xN {{sda}}`
|
||||
|
||||
- Display incremental reports of CPU and disk statistics every "2" second(s):
|
||||
- Display incremental reports of CPU and disk statistics every 2 second(s):
|
||||
|
||||
`iostat {{2}}`
|
||||
|
Loading…
Reference in New Issue
Block a user