From bac0b9831f09e4b903365c36bdfa815e93952440 Mon Sep 17 00:00:00 2001 From: Agniva De Sarker Date: Mon, 11 Jul 2016 10:38:53 +0530 Subject: [PATCH] Separated the -m flag --- pages/linux/iostat.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pages/linux/iostat.md b/pages/linux/iostat.md index 404ac1bcb..9e8a4b3f6 100644 --- a/pages/linux/iostat.md +++ b/pages/linux/iostat.md @@ -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}}`