mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 16:55:33 +02:00
glances: add page
This commit is contained in:
parent
efa4cbd4de
commit
2a849698b1
1 changed files with 23 additions and 0 deletions
23
pages/common/glances.md
Normal file
23
pages/common/glances.md
Normal file
|
@ -0,0 +1,23 @@
|
|||
# glances
|
||||
|
||||
> A cross-platform system monitoring tool.
|
||||
|
||||
- run in terminal.
|
||||
|
||||
`glances`
|
||||
|
||||
- run in web server mode to show results in browser.
|
||||
|
||||
`glances -w`
|
||||
|
||||
- run in server mode to allow connections from other Glances clients.
|
||||
|
||||
`glances -s`
|
||||
|
||||
- connect to a Glances server.
|
||||
|
||||
`glances -c {{hostname}}`
|
||||
|
||||
- require a password in (web) server mode.
|
||||
|
||||
`glances -s --password`
|
Loading…
Add table
Reference in a new issue