mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-10 16:15:42 +02:00
Update nmon.md
This commit is contained in:
parent
5f175c8f47
commit
f9491cb35a
1 changed files with 2 additions and 2 deletions
|
@ -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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue