glances: add page

waldyrious/alt-syntax
Chuancong Gao 2016-01-07 21:01:25 -08:00
parent efa4cbd4de
commit 2a849698b1
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`