From 5f175c8f47963bd98d55079f6ca50a21d640a38d Mon Sep 17 00:00:00 2001 From: Max Xu Date: Wed, 20 Dec 2017 11:04:34 +0800 Subject: [PATCH] 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}}`