Automic VaultAutomic Vault

brew

使用 Homebrew, Nix 安装 jhiccup

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

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install jhiccup

local Homebrew formula metadata

Linux

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

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

概览

软件包摘要

Measure pauses and stalls of an app's Java runtime platform

命令和别名

  • jHiccup
  • jHiccupLogProcessor
  • jHiccupPlotter

历史

项目历史与用法

jHiccup is Gil Tene's Java latency-observation tool for measuring platform pauses, including JVM stalls and operating-system or hardware scheduling noise. It records the delays a Java application experiences when it is not continuously runnable.

项目历史

The public repository was created in 2013 and the README identifies the author as Gil Tene of Azul Systems. The first tagged line visible in the repository is jHiccup 1.3.5 from November 2013, and the 2.0.x line reached 2.0.10 in 2018.

The tool reflects Azul's long-running focus on Java pause behavior. It can run as a Java agent, attach to an already running process, or wrap an existing Java command, making it practical for production-like measurements without rewriting the application under test.

采用历史

jHiccup spread among JVM performance engineers because it measures latency symptoms from the application's point of view rather than only reporting garbage-collector events. Azul's product page and Prime documentation keep it available as an open-source component and describe its use in evaluating JVM runtime pauses.

Its package-manager footprint is narrower than general-purpose CLIs, but Homebrew and Nix packaging make sense: the audience is specialized, and the tool is most useful when an engineer can install it quickly on a machine under test.

使用方式

jHiccup starts a thread that sleeps at a small interval and records wake-up delays beyond the expected sleep time. It writes histogram logs that can be processed by jHiccupLogProcessor or viewed with HdrHistogram-based tools.

Common use cases include comparing JVM pause behavior, separating application-visible stalls from operating-system noise, attaching a control process for baseline idle hiccups, and producing charts for latency investigations.

为什么软件包爱好者会关心

For package nerds, jHiccup is a good example of a tiny diagnostic package with a highly specific audience. It packages an expert performance concept into command-line tools, a Java agent, and log-processing utilities rather than a full monitoring platform.

It is also historically tied to HdrHistogram and the Java low-latency community, where percentile distributions and pause visibility matter more than average throughput.

时间线

  • 2013: The public jHiccup repository was created and jHiccup 1.3.5 was tagged.
  • 2018: jHiccup 2.0.10 was tagged.
  • 2021: The README was updated with a Works with OpenJDK badge, reflecting continued compatibility signaling.

Related projects

  • HdrHistogram is the histogram format and library used by jHiccup logs.
  • HistogramLogAnalyzer and HdrHistogramVisualizer are named by the README as tools for analyzing or plotting histogram logs.
  • Azul Prime documentation uses jHiccup as part of JVM pause evaluation workflows.

安全态势

风险级别:yellow

generalized runtime or code generation signal.

风险分类器

yellow 风险 · 中 置信度 · runtime

原因

  • generalized runtime or code generation signal

信号

  • text:runtime

安装行为

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

建议审查

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

可执行文件

已安装的可执行文件

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

新鲜度

版本和新鲜度

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

页面生成时间2026-07-08
管理器版本2.0.10
管理器更新时间2026-07-04
本地数据OK
上游not checked
检测到的最新版本未检测到

https://www.azul.com/products/components/jhiccup/

安装元数据

软件包元数据

软件包键brew:jhiccup
版本2.0.10
软件包管理器Homebrew
软件包管理器页面https://formulae.brew.sh/formula/jhiccup
主页https://www.azul.com/products/components/jhiccup/
仓库https://github.com/giltene/jHiccup
上游文档https://docs.azul.com/prime/jHiccup
许可证CC0-1.0 OR BSD-2-Clause
源码归档https://www.azul.com/wp-content/uploads/jHiccup-2.0.10-dist.zip
最后更新2026-07-04T13:13:40+09:00
Pulseupdated
Bottle可用 (于 all)
Homebrew post-install未定义
服务未声明

注册表事实

源数据库详情

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

源数据库匹配

其他软件包管理器记录

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

Nix95%

jhiccup

nix profile install nixpkgs#jhiccup
  • normalized package name match
  • 匹配方式:Jhiccup
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/jh/jhiccup/package.nix from https://api.github.com/repos/NixOS/nixpkgs/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