glances
A cross-platform system monitoring tool. More information: <https://nicolargo.github.io/glances/>.
Install
- All systems
-
curl cmd.cat/glances.sh
- Debian
-
apt-get install glances
- Ubuntu
-
apt-get install glances
- Alpine
-
apk add glances
- Arch Linux
-
pacman -S glances
- Kali Linux
-
apt-get install glances
- Fedora
-
dnf install glances
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install glances
- OS X
-
brew install glances
- Raspbian
-
apt-get install glances
- Dockerfile
- dockerfile.run/glances
- Docker
-
docker run cmd.cat/glances glances
powered by Commando
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
-
Run in server mode to allow connections from other Glances clients:
glances -s
-
Connect to a Glances server:
glances -c hostname
-
Require a password in (web) server mode:
glances -s --password
© tl;dr; authors and contributors