1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 07:26:04 +02:00
tldr/pages/common/glances.md

33 lines
557 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|--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
`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
`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
`glances {{[-s|--server]}} --password`
- Exit Glances:
`<q>`
- Display help:
`glances {{[-h|--help]}}`