glances
by
nicolargo

Description: Glances an Eye on your system. A top/htop alternative for GNU/Linux, BSD, Mac OS and Windows operating systems.

View on GitHub ↗

Summary Information

Updated 2 hours ago
Added to GitGenius on May 16th, 2023
Created on December 4th, 2011
Open Issues & Pull Requests: 103 (+0)
Number of forks: 1,765
Total Stargazers: 33,074 (+0)
Total Subscribers: 497 (+0)

Issue Activity (beta)

Open issues: 91
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 1,056 days
Stale 30+ days: 72
Stale 90+ days: 64

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (466)
  • enhancement (351)
  • needs discussion (157)
  • new feature (152)
  • needs test (139)
  • inactive (114)
  • needs more info (99)
  • needs contributor (91)

Most active issues this week

No issue events were indexed in the last 7 days.

Repository Insights (GitGenius)

Median issue/PR response: 23.4 hours
Mean response time: 552.3 days
90th percentile: 2114.2 days
Tracked items: 659

Most active contributors

Detailed Description

Glances is a cross-platform system monitoring tool written in Python that serves as a modern alternative to traditional utilities like top and htop. It provides real-time monitoring of CPU, memory, disk, and network usage across GNU/Linux, BSD, macOS, and Windows operating systems. The tool displays system information in an easy-to-read dashboard format and extends beyond basic resource monitoring to include process tracking, logged-in users, temperature readings, voltages, and fan speeds. It also supports container monitoring for Docker and LXC systems.

The repository has accumulated 33,041 stars on GitHub and demonstrates sustained community engagement with 659 tracked issues and pull requests. The project maintains an active development cycle with a median issue and PR response latency of 23.4 hours, though the mean response time of 13,255.2 hours reflects some older items in the backlog. The most active issue labels are enhancement with 139 items, bug with 134 items, and inactive with 114 items. The primary maintainer nicolargo has logged 2,120 events, with significant contributions from RazCrimson at 208 events and ariel-anieli at 40 events. The project shares contributors with major repositories including microsoft/vscode, microsoft/typescript, and rust-lang/rust.

Glances operates in multiple modes to suit different use cases. The standalone terminal mode provides immediate system monitoring by running a single command. The web server mode exposes a responsive web interface accessible at a configurable port and includes a RESTful API for programmatic access. The tool supports client-server architecture using XML-RPC for remote monitoring via terminal interfaces. A browser mode allows discovery and monitoring of multiple Glances servers across a network. Additionally, Glances can output raw statistics to stdout in plain text, CSV, or JSON formats, enabling integration with other tools and scripts.

The tool includes a fetch mode for quick system snapshots and supports an MCP server for integration with AI assistants like Claude and Cursor, available in version 4.5.1 and higher. Glances can be used as a Python library by importing the glances.api module, allowing developers to programmatically access system metrics through a GlancesAPI class that provides access to all plugins and their fields.

Export capabilities are extensive, supporting multiple destinations including CSV and JSON files, time-series databases like InfluxDB, ElasticSearch, PostgreSQL, Cassandra, ClickHouse, and Prometheus, message brokers including RabbitMQ, NATS, ZeroMQ, and Kafka, and other services like StatsD, Graphite, and RESTful endpoints.

Installation is straightforward through PyPI using pip, with optional feature bundles available for web interface, GPU monitoring, container support, sensors, RAID, SNMP, and other specialized functionality. The project also supports installation via uvx for immediate execution without manual setup. The codebase is built on an open architecture allowing developers to create custom plugins and export modules, making Glances highly extensible for specific monitoring needs.

glances
by
nicolargonicolargo/glances

Repository Details

Fetching additional details & charts...