glances
Installation
SKILL.md
Identity
| Property | Value |
|---|---|
| Binary | glances |
| Config | /etc/glances/glances.conf (system-wide) or ~/.config/glances/glances.conf (user) |
| Logs | No persistent logs — output to terminal (web mode logs to stdout) |
| Type | Interactive terminal UI / web server / client-server daemon |
| Install | apt install glances (Debian/Ubuntu) / dnf install glances (RHEL/Fedora) / pip install glances (latest features) |
Key Operations
| Task | Command |
|---|---|
| Launch (terminal) | glances |
| Web server mode | glances -w (serves on http://0.0.0.0:61208) |
| Web server, custom port | glances -w --port 9001 |
| Connect to remote glances server | glances -c <host> |
| Run as server (no TUI) | glances -s |
Related skills