# ioping を Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper でインストール

ioping のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:ioping
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install ioping
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install ioping
```

  証拠: MacPorts ports tree: sysutils/ioping/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add ioping
```

  証拠: Alpine Linux edge package indexes: ioping from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install ioping
```

  証拠: Debian stable package indexes: ioping from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install ioping
```

  証拠: Fedora Rawhide package metadata: ioping from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#ioping
```

  証拠: nixpkgs package indexes: pkgs/by-name/io/ioping/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S ioping
```

  証拠: Arch Linux sync databases: ioping from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install ioping
```

  証拠: openSUSE Tumbleweed package metadata: ioping from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

## パッケージ情報

- **パッケージキー:** brew:ioping
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/ioping>
- **バージョン:** 1.3
- **ソース概要:** Tool to monitor I/O latency in real time
- **ホームページ:** <https://github.com/koct9i/ioping>
- **リポジトリ:** <https://github.com/koct9i/ioping>
- **ライセンス:** GPL-3.0-or-later
- **ソースアーカイブ:** <https://github.com/koct9i/ioping/archive/refs/tags/v1.3.tar.gz>
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- ioping (cli)
- ioping (エイリアス)

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 1.3
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/koct9i/ioping
- 検出された最新: v1.3 (最新)
- 情報: No package-manager update timestamp was available.
## プロジェクトの歴史と使われ方

ioping is a small command-line utility for measuring storage I/O latency in a ping-like style. The upstream README describes it as showing disk latency the same way ping shows network latency.

### プロジェクトの歴史

The GitHub README records that the project migrated from Google Code to GitHub. Its tags show an early v0.4 line in 2011 and a v1.x line ending at v1.3, while the README lists Konstantin Khlebnikov and Kir Kolyshkin as authors.

### 採用の歴史

ioping's README explicitly links package entries for Debian, Ubuntu, Fedora, Arch Linux, ALT Linux, Gentoo, Nix, FreeBSD, and Homebrew. That spread matches its niche: a tiny diagnostic binary that distributions can carry as a low-friction storage benchmark and monitoring helper.

### 使われ方

The typical use is to point ioping at a directory or block device and watch latency, IOPS, and throughput summaries. The README examples cover continuous latency sampling, disk seek-rate measurement, and sequential-speed measurement.

### パッケージ好きにとっての重要性

ioping matters in package catalogs because it fills the gap between full benchmark suites and ad hoc dd-style checks. Its name and output model make storage latency feel like ping, which is exactly the sort of memorable single-purpose Unix tool that travels well across distributions.

### タイムライン

- 2011: v0.4 tag appears in the Git history.
- 2015: GitHub repository metadata places the public GitHub repository in service after the Google Code era.
- 2022: v1.3 tag used by Homebrew as the stable source archive.

### Related projects

- ioping sits near fio, iostat, vmstat, and other storage-observability tools, but its upstream positioning is narrower: quick latency probes in the mental model of network ping.

### ソース

- <https://formulae.brew.sh/formula/ioping>
- <https://github.com/koct9i/ioping>
- <https://raw.githubusercontent.com/koct9i/ioping/master/README.md>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** ioping
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## 他のパッケージマネージャ記録

- Debian apt - ioping - 1.3-1: normalized package name match | Debian stable package indexes: ioping from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Simple disk I/O latency measuring tool | https://github.com/koct9i/ioping
- Nix - ioping: normalized package name match | nixpkgs package indexes: pkgs/by-name/io/ioping/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - ioping - 1.3-1: normalized package name match | Ubuntu 24.04 LTS package indexes: ioping from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Simple disk I/O latency measuring tool | https://github.com/koct9i/ioping
- apk - ioping - 1.3-r0: normalized package name match | Alpine Linux edge package indexes: ioping from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | A simple disk i/o latency measurement tool | https://github.com/koct9i/ioping
- apk - ioping-doc - 1.3-r0: normalized package name match | Alpine Linux edge package indexes: ioping-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | A simple disk i/o latency measurement tool (documentation) | https://github.com/koct9i/ioping
- dnf - ioping - 1.3-11.fc45: normalized package name match | Fedora Rawhide package metadata: ioping from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Simple disk I/O latency monitoring tool | https://github.com/koct9i/ioping
- pacman - ioping - 1.3-2: normalized package name match | Arch Linux sync databases: ioping from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Simple disk I/0 latency measuring tool | https://github.com/koct9i/ioping
- zypper - ioping - 1.3-1.12: normalized package name match | openSUSE Tumbleweed package metadata: ioping from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | A tool to monitor I/O latency in real time | https://github.com/koct9i/ioping
- MacPorts - ioping: normalized package name match | MacPorts ports tree: sysutils/ioping/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## 関連リンク

- [Source-control packages](https://pkg.so/ja/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://pkg.so/ja/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Homebrew utility packages](https://pkg.so/ja/brew-utility-packages/) - Matched Homebrew package provider.
- [fio](https://pkg.so/ja/brew/fio/) - Shares pkgdb curated category or tags: cli, performance, storage, system.
- [asitop](https://pkg.so/ja/brew/asitop/) - Shares pkgdb curated category or tags: cli, monitoring, performance, system.
- [sysstat](https://pkg.so/ja/brew/sysstat/) - Shares pkgdb curated category or tags: cli, monitoring, performance, system.
- [bonnie++](https://pkg.so/ja/brew/bonnie/) - Shares pkgdb curated category or tags: cli, performance, storage, system.
- [htop](https://pkg.so/ja/brew/htop/) - Shares pkgdb curated category or tags: cli, monitoring, system.
- [ncdu](https://pkg.so/ja/brew/ncdu/) - Shares pkgdb curated category or tags: cli, storage, system.
- [pv](https://pkg.so/ja/brew/pv/) - Shares pkgdb curated category or tags: cli, monitoring, system.
- [conmon](https://pkg.so/ja/brew/conmon/) - Shares pkgdb curated category or tags: cli, monitoring, system.
- [bpftop](https://pkg.so/ja/brew/bpftop/) - Local package facts share a topical domain. Shared terms: cli, monitoring, real, system, time.

## Combined YAML source

View the package source record on GitHub. [combined/ioping.yml](https://github.com/mxcl/pkgdb/blob/main/combined/ioping.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
