Merge pull request #641 from chuanconggao/glances

glances: add page
waldyrious/alt-syntax
Igor Shubovych 2016-01-12 21:12:23 +02:00
commit 10ae8f31f0
1 changed files with 23 additions and 0 deletions

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`