snippetbashTip
glances — A cross-platform system monitoring tool. See also: `htop`, `atop`, `top`, `btm`, `btop`. More inform
Viewed 0 times
commandclimonitoringcrossplatformtoolglancessystem
Problem
How to use the
glances command: A cross-platform system monitoring tool. See also: htop, atop, top, btm, btop. More information: <https://nicolargo.github.io/glances/>.Solution
glances — A cross-platform system monitoring tool. See also: htop, atop, top, btm, btop. More information: <https://nicolargo.github.io/glances/>.Run in terminal:
glancesRun 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]}} --passwordExit Glances:
<q>Display help:
glances {{[-h|--help]}}Code Snippets
Run in terminal
glancesRun 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]}} --passwordContext
tldr-pages: common/glances
Revisions (0)
No revisions yet.