Automic VaultAutomic Vault

brew

jhiccup を Homebrew, Nix でインストール

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

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • 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