Automic VaultAutomic Vault

brew

使用 Homebrew, Nix, scoop 安装 httpstat

查看 httpstat 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install httpstat

local Homebrew formula metadata

Linux

Nix已验证 · 92%
nix profile install nixpkgs#httpstat

nixpkgs package indexes · pkgs/by-name/ht/httpstat/package.nix · 来源: api.github.com

Windows

Scoop已验证 · 92%
scoop install main/httpstat

Scoop official bucket manifest trees · bucket/httpstat.json · 来源: api.github.com

概览

软件包摘要

Curl statistics made simple

命令和别名

  • httpstat

历史

项目历史与用法

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.

时间线

  • 2016: GitHub repository created for reorx/httpstat.
  • 2016: 1.1 and 1.2 releases published soon after the public repository appeared.
  • 2020: 1.3.0 release published.
  • 2026: README documents JSON/JSONL output, SLO checks, NO_COLOR support, and related implementations.

Related projects

  • curl is the underlying HTTP client and timing source for httpstat.
  • davecheney/httpstat is the Go implementation recommended by the README for Windows users.
  • tcnksm/go-httpstat is a Go library and CLI in the same timing-diagnostics family.
  • httptap covers a similar phase-by-phase timing niche with a newer Python/Rich interface and additional TLS/request visualization.

来源

  • GitHub releases supply the 2016 and 2020 release timeline.
  • GitHub repository metadata supplies the creation date, description, license, and popularity signal.
  • Homebrew and package metadata support package-manager adoption.
  • The README supplies the curl-wrapper design, installation paths, usage examples, environment variables, structured output, and related projects.

安全态势

风险级别:blue

broad file, network, media, or database tool signal.

风险分类器

blue 风险 · 中 置信度 · tool

原因

  • broad file, network, media, or database tool signal

信号

  • text:http

安装行为

  • formula 元数据中未记录 Homebrew post-install 钩子。
  • Homebrew bottle 元数据适用于 1 个平台目标。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

可执行文件

已安装的可执行文件

命令类型暴露范围备注
httpstatcli全局可执行文件

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-07-08
管理器版本1.3.2
管理器更新时间
本地数据OK
上游当前
检测到的最新版本1.3.2

https://github.com/reorx/httpstat

  • 信息No package-manager update timestamp was available.低 置信度

安装元数据

软件包元数据

软件包键brew:httpstat
版本1.3.2
软件包管理器Homebrew
软件包管理器页面https://formulae.brew.sh/formula/httpstat
主页https://github.com/reorx/httpstat
仓库https://github.com/reorx/httpstat
上游文档https://github.com/reorx/httpstat
许可证MIT
源码归档https://github.com/reorx/httpstat/archive/refs/tags/1.3.2.tar.gz
macOS 提供的库curl, python
Bottle可用 (于 all)
Homebrew post-install未定义
服务未声明

注册表事实

源数据库详情

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namehttpstat
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

Nix95%

httpstat

nix profile install nixpkgs#httpstat
  • normalized package name match
  • 匹配方式:Httpstat
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/ht/httpstat/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Scoop95%

main/httpstat

scoop install main/httpstat
  • normalized package name match
  • 匹配方式:Httpstat
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/httpstat.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment