1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 13:19:46 +01:00
tldr/pages/linux/nmon.md

17 lines
335 B
Markdown
Raw Permalink Normal View History

2017-12-20 04:04:34 +01:00
# nmon
2017-12-22 15:59:22 +01:00
> A system administrator, tuner, and benchmark tool.
> More information: <https://manned.org/nmon>.
2017-12-20 04:04:34 +01:00
- Start `nmon`:
2017-12-20 04:04:34 +01:00
`nmon`
2017-12-20 13:23:12 +01:00
- Save records to file ("-s 300 -c 288" by default):
2017-12-20 04:04:34 +01:00
`nmon -f`
2017-12-21 06:39:14 +01:00
- Save records to file with a total of 240 measurements, by taking 30 seconds between each measurement:
2017-12-20 04:04:34 +01:00
`nmon -f -s {{30}} -c {{240}}`