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
315 B
Markdown
Raw Normal View History

2017-12-20 11:04:34 +08:00
# 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}}`