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

davecheney/httpstat

It's like curl -v, with colours. observed · 2026-08-28

github.com/davecheney/httpstat · Go · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

34/100

  • Activity 1
  • Release rhythm 40
  • 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: 0
  • age_days: 3631
  • days_rel: 599
  • days_push: 599
  • n_releases_24m: 2

Full methodology

Adoption not part of the score

7187 stars · 379 forks observed · 2026-08-28

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

httpstat is a Go CLI tool that visualizes HTTP request timing breakdowns (DNS, connection, TLS, server processing) with colored output, similar to curl -v. It supports HTTP/HTTPS, redirects, custom methods, headers, request bodies, and proxies.

Use cases

  • measure http request latency breakdown from the command line
  • debug slow tls handshake times
  • see dns connect and ttfb timing for a url
  • trace http redirects with timing details
  • diagnose why a website loads slowly
  • test http endpoints with custom headers and methods

When to choose

  • you want a quick colored timing breakdown of an http request without parsing curl output
  • you need a lightweight single-binary diagnostic tool on linux, bsd, or windows
  • you want curl-like flags (-X, -H, -d, -L) for timing analysis

When to avoid

  • you need a maintained successor - the author points to reorx/httpstat as the actively developed fork
  • you need full curl feature coverage like cookies, auth schemes, or http/2/3 tuning
  • you need graphical dashboards or continuous monitoring rather than one-off diagnostics

Facets

cli-tool · maturity maintenance

http-client cli developer-tools monitoring developer-tools web-development networking performance windows bsd cli go http-timing curl-alternative latency-breakdown diagnostics command-line linux macos

1 source

Member repositories

RepositoryRoleHealth v2
davecheney/httpstatmain34

For agents

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

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