From 5f175c8f47963bd98d55079f6ca50a21d640a38d Mon Sep 17 00:00:00 2001 From: Max Xu Date: Wed, 20 Dec 2017 11:04:34 +0800 Subject: [PATCH 1/4] nmon.md: add page --- pages/linux/nmon.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 pages/linux/nmon.md diff --git a/pages/linux/nmon.md b/pages/linux/nmon.md new file mode 100644 index 0000000000..a2e4022ea1 --- /dev/null +++ b/pages/linux/nmon.md @@ -0,0 +1,15 @@ +# nmon + +> A system administrator, tuner, benchmark tool. + +- Start nmon: + +`nmon` + +- Save records to file (default args "-s300 -c288" for 300 seconds between refreshing the screen and 288 refreshes): + +`nmon -f` + +- Save records to file with 30 seconds refreshing gap and 240 refreshes: + +`nmon -f -s {{30}} -c {{240}}` From f9491cb35a7a26a5e08f32bf367c360bc7b0b6c5 Mon Sep 17 00:00:00 2001 From: Max Xu Date: Wed, 20 Dec 2017 20:23:12 +0800 Subject: [PATCH 2/4] 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}}` From f6af5fac208a2a205ad16832156645278c7da231 Mon Sep 17 00:00:00 2001 From: Agniva De Sarker Date: Thu, 21 Dec 2017 11:09:14 +0530 Subject: [PATCH 3/4] Add a punctuation --- pages/linux/nmon.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/nmon.md b/pages/linux/nmon.md index 1cf1a9dbc7..0de40f2323 100644 --- a/pages/linux/nmon.md +++ b/pages/linux/nmon.md @@ -10,6 +10,6 @@ `nmon -f` -- Save records to file with a total of 240 measurements by taking 30 seconds between each measurement: +- Save records to file with a total of 240 measurements, by taking 30 seconds between each measurement: `nmon -f -s {{30}} -c {{240}}` From 4ff8dae9285d82ceedc4ae15484ead59d7a5bb9e Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Fri, 22 Dec 2017 14:59:22 +0000 Subject: [PATCH 4/4] Fix teensy grammatical mistake --- pages/linux/nmon.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/nmon.md b/pages/linux/nmon.md index 0de40f2323..cad8bdb01d 100644 --- a/pages/linux/nmon.md +++ b/pages/linux/nmon.md @@ -1,6 +1,6 @@ # nmon -> A system administrator, tuner, benchmark tool. +> A system administrator, tuner, and benchmark tool. - Start nmon: