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

Merge pull request #641 from chuanconggao/glances

glances: add page
This commit is contained in:
Igor Shubovych 2016-01-12 21:12:23 +02:00
commit 10ae8f31f0

23
pages/common/glances.md Normal file
View 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`