2017-12-20 03:04:34 +00:00
|
|
|
# nmon
|
|
|
|
|
2017-12-22 14:59:22 +00:00
|
|
|
> A system administrator, tuner, and benchmark tool.
|
2022-03-21 17:07:48 +00:00
|
|
|
> More information: <https://manned.org/nmon>.
|
2017-12-20 03:04:34 +00:00
|
|
|
|
2023-06-27 22:57:35 +01: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}}`
|