1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/nmon.md

16 lines
282 B
Markdown
Raw Normal View History

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