reorx/httpstat

curl statistics made simple

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 1 minute ago
Added to GitGenius on September 10th, 2026
Created on August 30th, 2016
Open Issues & Pull Requests: 9 (+0)
GitHub issues: Enabled
Number of forks: 384
Total Stargazers: 6,221 (+0)
Total Subscribers: 126 (+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

httpstat is a command-line tool that visualizes HTTP request statistics from curl.

The tool solves the problem of understanding where time is spent during HTTP requests by parsing curl's timing data and presenting it in a human-readable format. Rather than deciphering raw curl output, httpstat breaks down the request lifecycle into distinct phases—such as DNS lookup, TCP connection, TLS handshake, and content transfer—and displays them as a visual breakdown. This approach makes it immediately clear which part of the request is consuming the most time, helping developers identify bottlenecks in network communication.

The tool is suited for developers and operators who regularly debug HTTP performance issues or need quick visibility into request timing without writing custom scripts. It works well for one-off investigations and integration into shell workflows. Anyone already comfortable with curl will find httpstat a natural extension that requires minimal learning curve, since it wraps curl's existing capabilities rather than replacing them.

Development activity shows consistent maintenance with regular updates addressing issues and improvements. The project accepts contributions and responds to user feedback, indicating active engagement with its user base. Code quality appears stable with attention paid to both functionality and user experience refinements.