lebinh/ngxtop

Real-time metrics for nginx server

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 28 minutes ago
Added to GitGenius on September 10th, 2026
Created on March 21st, 2014
Open Issues & Pull Requests: 62 (+0)
GitHub issues: Enabled
Number of forks: 474
Total Stargazers: 6,525 (+0)
Total Subscribers: 203 (+0)

Repository Insights (GitGenius)

Most active contributors

Sign in to see contributor activity.

Related repositories by overlapping contributors

No overlapping-contributor repos identified yet.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 0
New in 7 days: 0
Closed in 7 days: 0
Avg open age: N/A days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

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

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

ngxtop is a command-line tool that provides real-time metrics for nginx servers by parsing access logs.

The tool solves the problem of understanding what is happening on an nginx server at a given moment. It works by parsing your nginx access log file and outputting top-like metrics similar to the Unix top command. The tool automatically attempts to detect the correct location and format of your nginx access log, so it can run with minimal configuration. It supports multiple log formats including the combined and common formats, and can even parse Apache common access logs and Caddy JSON access logs. You can customize queries to examine different variables, group results, filter records, and apply aggregation functions like sum, avg, min, and max.

ngxtop is designed for short-period troubleshooting and real-time monitoring rather than long-running collection or integration with external monitoring systems. It suits developers and operators who need to quickly diagnose what is happening on their nginx server in the moment. The README explicitly recommends considering alternatives like Luameter if you need persistent monitoring or integration with graphing systems. The tool is flexible enough to work beyond just nginx, allowing you to specify custom log formats and parse logs from other web servers.

The project maintains support for both Python 2 and Python 3. Development activity is sparse, with infrequent commits and minimal recent updates to the codebase. The tool remains functional for its intended use case of ad-hoc nginx log analysis but shows limited ongoing maintenance or feature development.