glances
cross-platform system monitoring tool
TLDR
Start glances
$ glances
Web server mode$ glances -w
Client mode$ glances -c [server-ip]
Export to CSV$ glances --export csv --export-csv-file [output.csv]
Quiet mode$ glances -q
SYNOPSIS
glances [options]
DESCRIPTION
glances is a cross-platform system monitoring tool. It displays real-time CPU, memory, disk, network, and process information in a comprehensive terminal interface.
The tool provides more information than top or htop in a single view. It supports client-server mode, a web interface, and exports to various formats for monitoring and analysis.
PARAMETERS
-w, --webserver
Start web server.-c SERVER, --client SERVER
Connect to server.-s, --server
Start server mode.-t SECONDS
Refresh time.--export FORMAT
Export to format.-q, --quiet
No display, background.--help
Display help information.
CONFIGURATION
~/.config/glances/glances.conf
Main configuration file for thresholds, display options, and export settings.
CAVEATS
Python tool. Some features need optional dependencies. Web mode needs browser.
HISTORY
glances was created by Nicolas Hennion as a comprehensive system monitoring solution that goes beyond traditional tools like top.
