mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 08:35:32 +02:00
nmon.md: add page
This commit is contained in:
parent
5748e7cdae
commit
5f175c8f47
1 changed files with 15 additions and 0 deletions
15
pages/linux/nmon.md
Normal file
15
pages/linux/nmon.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# 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}}`
|
Loading…
Add table
Reference in a new issue