mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-01 15:51:29 +08:00
5095ed04fd
* Update btm.md * Update top.md * Update htop.md * Update btop.md * Update atop.md * Update glances.md * Update btm.md * Update btop.md * Update htop.md * Update top.md * Update pages/common/glances.md Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com> --------- Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>
607 B
607 B
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]}}