tldr/pages/common/glances.md

25 lines
426 B
Markdown
Raw Normal View History

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