1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-11-02 05:17:58 +01:00
tldr/pages/common/glances.md

24 lines
366 B
Markdown
Raw Normal View History

2016-01-08 06:01:25 +01:00
# glances
> A cross-platform system monitoring tool.
2016-01-13 12:04:46 +01:00
- Run in terminal:
2016-01-08 06:01:25 +01:00
`glances`
2016-01-13 12:04:46 +01:00
- Run in web server mode to show results in browser:
2016-01-08 06:01:25 +01:00
`glances -w`
2016-01-13 12:04:46 +01:00
- Run in server mode to allow connections from other Glances clients:
2016-01-08 06:01:25 +01:00
`glances -s`
2016-01-13 12:04:46 +01:00
- Connect to a Glances server:
2016-01-08 06:01:25 +01:00
`glances -c {{hostname}}`
2016-01-13 12:04:46 +01:00
- Require a password in (web) server mode:
2016-01-08 06:01:25 +01:00
`glances -s --password`