1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-10 23:35:44 +02:00

Update nmon.md

This commit is contained in:
Max Xu 2017-12-20 20:23:12 +08:00 committed by GitHub
parent 5f175c8f47
commit f9491cb35a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,10 +6,10 @@
`nmon`
- Save records to file (default args "-s300 -c288" for 300 seconds between refreshing the screen and 288 refreshes):
- Save records to file ("-s 300 -c 288" by default):
`nmon -f`
- Save records to file with 30 seconds refreshing gap and 240 refreshes:
- Save records to file with a total of 240 measurements by taking 30 seconds between each measurement:
`nmon -f -s {{30}} -c {{240}}`