1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 21:22:06 +02:00
tldr/pages/common/glances.md
Managor b8746a14e7
glances: add option placeholders and exit key (#15963)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2025-03-26 02:29:30 +02:00

32 lines
557 B
Markdown

# glances
> A cross-platform system monitoring tool.
> More information: <https://nicolargo.github.io/glances/>.
- Run in terminal:
`glances`
- Run in web server mode to show results in browser:
`glances {{[-w|--webserver]}}`
- Run in server mode to allow connections from other Glances clients:
`glances {{[-s|--server]}}`
- Connect to a Glances server:
`glances {{[-c|--client]}} {{hostname}}`
- Require a password in (web) server mode:
`glances {{[-s|--server]}} --password`
- Exit Glances:
`<q>`
- Display help:
`glances {{[-h|--help]}}`