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