1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-11-02 05:37:58 +01:00
tldr/pages/common/glances.md
2016-01-13 12:04:46 +01:00

23 lines
366 B
Markdown

# 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`