LinuxCommandLibrary

glances

cross-platform system monitoring tool

TLDR

Start glances

$ glances
copy
Web server mode
$ glances -w
copy
Client mode
$ glances -c [server-ip]
copy
Export to CSV
$ glances --export csv --export-csv-file [output.csv]
copy
Quiet mode
$ glances -q
copy

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.

SEE ALSO

htop(1), top(1), iotop(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community