Ross ROSS = Recommend OSS · open-source software intelligence for agents

reorx/httpstat

curl statistics made simple observed · 2026-08-28

github.com/reorx/httpstat · Python · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

57/100

  • Activity 76
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3655
  • days_rel: n/a
  • days_push: 147
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

6217 stars · 383 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

httpstat is a single-file Python CLI that wraps curl and visualizes HTTP request timing breakdowns (DNS, TCP, TLS, server processing, transfer) in a clear terminal output. It also supports structured JSON/JSONL output, SLO threshold checks, and ships an agent skill for AI-assisted HTTP diagnostics.

Use cases

  • measure http request latency breakdown
  • debug why an api endpoint is slow
  • check dns tcp tls timing for a url
  • monitor endpoint latency against slo thresholds
  • get curl timing stats as json for pipelines
  • diagnose slow website response times from terminal

When to choose

  • you want a zero-dependency single-file script for HTTP timing analysis
  • you need machine-readable timing output (JSON/JSONL) for automation or logging
  • you want to enforce latency SLOs with exit codes in scripts
  • you prefer curl-compatible options in a friendlier visual output

When to avoid

  • you need a GUI or long-term metrics dashboards rather than one-off CLI checks
  • you are on Windows and prefer the native Go version
  • you need full load testing or concurrent request simulation
  • you want to replace curl entirely rather than wrap it

Facets

cli-tool · maturity active

http-client cli data-visualization monitoring analytics developer-tools networking performance web-development cli python cross-platform curl-wrapper http-timing latency-diagnostics single-file-script slo-checking json-output command-line macos linux

2 sources

Member repositories

RepositoryRoleHealth v2
reorx/httpstatmain57

For agents

markdown · JSON · MCP: product_card(name="reorx/httpstat")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem