tldr/pages/linux/nmon.md

16 lines
281 B
Markdown
Raw Normal View History

2017-12-20 03:04:34 +00:00
# nmon
> A system administrator, tuner, benchmark tool.
- Start nmon:
`nmon`
2017-12-20 12:23:12 +00:00
- Save records to file ("-s 300 -c 288" by default):
2017-12-20 03:04:34 +00:00
`nmon -f`
2017-12-20 12:23:12 +00:00
- Save records to file with a total of 240 measurements by taking 30 seconds between each measurement:
2017-12-20 03:04:34 +00:00
`nmon -f -s {{30}} -c {{240}}`