mirror of https://github.com/CrimsonTome/tldr.git
25 lines
418 B
Markdown
25 lines
418 B
Markdown
# glances
|
|
|
|
> A cross-platform system monitoring tool.
|
|
> Homepage: <https://nicolargo.github.io/glances/>.
|
|
|
|
- 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`
|