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