tldr/pages/linux/nmon.md

17 lines
335 B
Markdown
Raw Normal View History

2017-12-20 03:04:34 +00:00
# nmon
2017-12-22 14:59:22 +00:00
> A system administrator, tuner, and benchmark tool.
> More information: <https://manned.org/nmon>.
2017-12-20 03:04:34 +00:00
- Start `nmon`:
2017-12-20 03:04:34 +00:00
`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-21 05:39:14 +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}}`