Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 557 Bytes

glances.md

File metadata and controls

32 lines (17 loc) · 557 Bytes

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]}}