mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
39 lines
700 B
Plaintext
39 lines
700 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# glances
|
|
|
|
> A cross-platform system monitoring tool.
|
|
> See also: `htop`, `atop`, `top`, `btm`, `btop`.
|
|
> 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]}}`
|