# reorx/httpstat

curl statistics made simple

Repository: https://github.com/reorx/httpstat
Canonical: https://ross.abutalabs.com/products/reorx-httpstat
Language: Python
License: MIT
License Family: permissive
Topics: curl, cli, python, http, visualization
Last push: 2026-04-08T10:04:34+00:00

## Health v2 (maintenance only)
Score: 57/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 76, release rhythm 8, longevity 100
- inputs: {"age_days": 3655, "days_push": 147, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 6217, forks 383 (observed 2026-08-28T04:09:40.113668+00:00)

## What it is
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
- artifact type: cli-tool
- maturity: active
- function: http-client, cli, data-visualization, monitoring, analytics
- domain: developer-tools, networking, performance, web-development
- platform: cli, python, cross-platform
- tags: curl-wrapper, http-timing, latency-diagnostics, single-file-script, slo-checking, json-output, command-line, macos, linux

## Member repositories
- reorx/httpstat (main) score 57

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:40.113668+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:47:16.038664+00:00, confidence not recorded.
  - readme: https://github.com/reorx/httpstat (fetched 2026-08-28T04:09:40.113668+00:00, sha a74b01827005)
  - registry_pypi: https://pypi.org/pypi/httpstat/json (fetched 2026-08-29T08:43:35.041891+00:00, sha ec2208341a58)
- Data as of 2026-08-30T08:39:29.467469+00:00.
