1
0
Fork 0
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:
Agniva De Sarker 2016-07-11 10:38:53 +05:30
parent 4748cc27ce
commit bac0b9831f

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}}`