2016-01-07 21:01:25 -08:00
|
|
|
# glances
|
|
|
|
|
|
|
|
> A cross-platform system monitoring tool.
|
2019-06-03 02:06:36 +02:00
|
|
|
> 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
|
|
|
|
2025-03-26 02:29:30 +02:00
|
|
|
`glances {{[-w|--webserver]}}`
|
2016-01-07 21:01:25 -08:00
|
|
|
|
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
|
|
|
|
2025-03-26 02:29:30 +02:00
|
|
|
`glances {{[-s|--server]}}`
|
2016-01-07 21:01:25 -08:00
|
|
|
|
2016-01-13 12:04:46 +01:00
|
|
|
- Connect to a Glances server:
|
2016-01-07 21:01:25 -08:00
|
|
|
|
2025-03-26 02:29:30 +02:00
|
|
|
`glances {{[-c|--client]}} {{hostname}}`
|
2016-01-07 21:01:25 -08:00
|
|
|
|
2016-01-13 12:04:46 +01:00
|
|
|
- Require a password in (web) server mode:
|
2016-01-07 21:01:25 -08:00
|
|
|
|
2025-03-26 02:29:30 +02:00
|
|
|
`glances {{[-s|--server]}} --password`
|
|
|
|
|
|
|
|
- Exit Glances:
|
|
|
|
|
|
|
|
`<q>`
|
|
|
|
|
|
|
|
- Display help:
|
|
|
|
|
|
|
|
`glances {{[-h|--help]}}`
|