macOS
brew install httpstatlocal Homebrew formula metadata
brew
Curl statistics made simple. Version 1.3.2 via Homebrew; verified from local package data.
install
brew install httpstatlocal Homebrew formula metadata
nix profile install nixpkgs#httpstatnixpkgs package indexes · pkgs/by-name/ht/httpstat/package.nix · source: api.github.com
scoop install main/httpstatScoop official bucket manifest trees · bucket/httpstat.json · source: api.github.com
overview
Curl statistics made simple
history
httpstat is a command-line HTTP timing visualizer built around curl. Its niche is taking curl's detailed timing values and presenting them as a compact terminal breakdown for DNS lookup, TCP connection, TLS negotiation, server wait time, and content transfer.
The GitHub repository was created in August 2016 by reorx and describes the tool as 'curl statistics made simple.' The README emphasizes a deliberately small shape: a single Python 3 script with no dependency, installable directly, through pip, or through Homebrew.
The early release trail shows rapid iteration in September and October 2016, with releases in the 1.1 and 1.2 series soon after publication. A later 1.3.0 release in October 2020 marks the project as more than a one-off gist: it kept the same curl-wrapper identity while continuing to package a small diagnostic utility for shell workflows.
httpstat spread through package-manager culture because it solved a common debugging need with almost no installation weight. The Homebrew formula, pip installation path, Nix package, and Scoop package listed in package metadata all reflect the same appeal: developers could add a readable latency breakdown to an existing terminal workflow without adopting a full monitoring stack.
The GitHub repository accumulated thousands of stars, and the README points users to related implementations in Go, including davecheney/httpstat and tcnksm/go-httpstat. That related-project list shows how the idea moved from a Python curl wrapper into language-specific tools and libraries.
Typical use is `httpstat example.com` or `python httpstat.py example.com`. Because it wraps curl, users can pass many curl options after the URL, including HTTP method and data flags, while httpstat controls the timing output.
The README documents structured JSON and JSONL output, save-to-file support, SLO threshold checks, NO_COLOR handling, and environment variables such as HTTPSTAT_CURL_BIN for choosing a curl binary. That keeps it useful both for interactive diagnosis and for lightweight scripting.
httpstat is a neat package-nerd artifact because it turns curl's `-w` timing machinery into a memorable executable. It is small enough to install everywhere, visual enough to demo in one terminal screenshot, and close enough to curl that it does not need to own HTTP behavior itself.
It also sits in a family of 'make a primitive readable' CLI packages: curl already knew the timings, but httpstat made them glanceable. That is exactly the kind of tiny Unix-adjacent utility that package managers preserve well.
security posture
broad file, network, media, or database tool signal.
blue risk · medium confidence · tool
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
httpstat | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/reorx/httpstat
install metadata
| Package key | brew:httpstat |
|---|---|
| Version | 1.3.2 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/httpstat |
| Homepage | https://github.com/reorx/httpstat |
| Repository | https://github.com/reorx/httpstat |
| Upstream docs | https://github.com/reorx/httpstat |
| License | MIT |
| Source archive | https://github.com/reorx/httpstat/archive/refs/tags/1.3.2.tar.gz |
| Uses from macOS | curl, python |
| Bottle | available (on all) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | httpstat |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
httpstat
nix profile install nixpkgs#httpstatmain/httpstat
scoop install main/httpstatsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.