From f9491cb35a7a26a5e08f32bf367c360bc7b0b6c5 Mon Sep 17 00:00:00 2001 From: Max Xu Date: Wed, 20 Dec 2017 20:23:12 +0800 Subject: [PATCH] Update nmon.md --- pages/linux/nmon.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/linux/nmon.md b/pages/linux/nmon.md index a2e4022ea1..1cf1a9dbc7 100644 --- a/pages/linux/nmon.md +++ b/pages/linux/nmon.md @@ -6,10 +6,10 @@ `nmon` -- Save records to file (default args "-s300 -c288" for 300 seconds between refreshing the screen and 288 refreshes): +- Save records to file ("-s 300 -c 288" by default): `nmon -f` -- Save records to file with 30 seconds refreshing gap and 240 refreshes: +- Save records to file with a total of 240 measurements by taking 30 seconds between each measurement: `nmon -f -s {{30}} -c {{240}}`