1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/glances.md

25 lines
426 B
Markdown
Raw Normal View History

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