Automic VaultAutomic Vault

brew

fio mit Homebrew, apk, chocolatey, apt, dnf, Nix, pacman, zypper, scoop, winget installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für fio in AI-Agent-Workflows.

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install fio

local Homebrew formula metadata

Linux

Alpine Linux apkverifiziert · 92%
sudo apk add fio

Alpine Linux edge package indexes · fio · Quelle: dl-cdn.alpinelinux.org

Debian aptverifiziert · 92%
sudo apt install fio

Debian stable package indexes · fio · Quelle: deb.debian.org

Fedora dnfverifiziert · 92%
sudo dnf install fio

Fedora Rawhide package metadata · fio · Quelle: dl.fedoraproject.org

Nixverifiziert · 92%
nix profile install nixpkgs#fio

nixpkgs package indexes · pkgs/by-name/fi/fio/package.nix · Quelle: api.github.com

Arch Linux pacmanverifiziert · 92%
sudo pacman -S fio

Arch Linux sync databases · fio · Quelle: geo.mirror.pkgbuild.com

openSUSE zypperverifiziert · 92%
sudo zypper install fio

openSUSE Tumbleweed package metadata · fio · Quelle: download.opensuse.org

Windows

Chocolateyverifiziert · 92%
choco install fio

Chocolatey community package catalog · fio · Quelle: community.chocolatey.org

Scoopverifiziert · 92%
scoop install main/fio

Scoop official bucket manifest trees · bucket/fio.json · Quelle: api.github.com

Windows Package Managerverifiziert · 92%
winget install --id fio.fio -e

Windows Package Manager source index · fio.fio · Quelle: cdn.winget.microsoft.com

Überblick

Paketzusammenfassung

I/O benchmark and stress test

Befehle und Aliase

  • fio
  • fio-btrace2fio
  • fio-dedupe
  • fio-genzipf
  • fio-histo-log-pctiles.py
  • fio-verify-state
  • fio2gnuplot
  • fio_generate_plots
  • fio_jsonplus_clat2csv
  • fiologparser.py
  • fiologparser_hist.py
  • genfio

Verlauf

Projektgeschichte und Nutzung

fio, the Flexible I/O Tester, is a storage workload generator, benchmark, and stress-test tool. It lets users describe I/O workloads in job files or command-line options, then runs threads or processes that perform the requested reads, writes, syncs, async I/O, memory-mapped I/O, and other workload patterns.

Projektgeschichte

The fio manual includes its own origin story: Jens Axboe wrote fio because he was tired of writing special-purpose test programs every time he needed to test a particular workload for performance analysis or bug reproduction. The manual dates that authorship note to September 5, 2006.

That motivation shaped fio's design. Instead of being a single benchmark with one workload model, fio became a flexible engine for simulating many combinations of threads, processes, I/O engines, block sizes, queue depths, files, devices, and verification settings.

The canonical source is documented as Jens Axboe's kernel.org Git repository, with GitHub listed as an official mirror. That kernel-adjacent hosting history fits fio's role: it is a tool used by storage developers, kernel engineers, filesystem maintainers, database operators, and performance testers who need reproducible I/O workloads.

Adoptionsgeschichte

fio's own documentation records distribution adoption across Debian starting with Squeeze, Ubuntu starting with 10.04 LTS, Fedora starting with Fedora 9 and EPEL 4, plus Mandriva, Arch Linux, Solaris via OpenCSW, BSD package repositories, and Windows installers beginning with fio 3.31.

That adoption pattern is unusually broad for a benchmark: fio is not just a lab tool, but a package-manager-standard executable that support teams and performance engineers expect to find on servers, workstations, CI images, and storage appliances.

Wie es verwendet wird

The normal fio workflow is to write a job file that matches the I/O load to simulate, then run fio with that job file. Users can also pass options directly on the command line, and multiple job files can be serialized from one invocation.

fio is used to measure throughput, latency, IOPS, queue-depth behavior, async I/O, filesystem behavior, device saturation, and failure or verification cases. Because it can reproduce tailored workloads without writing new C test programs, it is a common bridge between bug reports and repeatable performance experiments.

Warum Paket-Nerds sich dafür interessieren

fio is package-nerd significant because it is the de facto portable storage torture tool. When a package, filesystem, block device, cloud volume, or database stack claims performance behavior, fio is often the small executable used to make that claim reproducible.

It is also a reminder that good benchmarking tools are languages. fio job files encode workload intent, and packagers care because shipping fio gives users a shared grammar for comparing machines, kernels, filesystems, and storage backends.

Zeitleiste

  • 2006: Jens Axboe authors fio to avoid repeatedly writing one-off I/O workload test programs.
  • 2008: fio documentation records Fedora 9 and EPEL 4 as starting points for Fedora/EPEL packages.
  • 2010: fio documentation records Ubuntu 10.04 LTS as the starting point for Ubuntu packages.
  • 2011: fio documentation records Debian Squeeze as the starting point for Debian packages.
  • 2022: fio 3.31 begins providing Windows installers for tagged releases.
  • 2026: fio documentation identifies 3.41-era development and continued maintenance.

Related projects

  • Linux kernel block-layer and I/O scheduler development are closely related to fio's origin and ongoing use.
  • iozone, bonnie++, dd, stress-ng, and filesystem-specific benchmarks are neighboring tools, but fio is usually chosen when workload shape matters.
  • Kernel.org infrastructure and the fio mailing list provide the project's canonical development context.

Sicherheitslage

Risikostufe: grün

narrow executable package without higher-risk signals.

Risikoklassifikator

grün Risiko · niedrig Konfidenz · appliance

Warum

  • narrow executable package without higher-risk signals

Signale

  • metadata:no-higher-risk-signals

Installationsverhalten

  • In den Formelmetadaten ist kein Homebrew-Post-install-Hook erfasst.
  • Homebrew-Bottle-Metadaten sind für 6 Plattformziele verfügbar.

Empfohlene Prüfung

Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
fiocliglobales Executable
fio-btrace2fiocliglobales Executable
fio-dedupecliglobales Executable
fio-genzipfcliglobales Executable
fio-histo-log-pctiles.pycliglobales Executable
fio-verify-statecliglobales Executable
fio2gnuplotcliglobales Executable
fio_generate_plotscliglobales Executable
fio_jsonplus_clat2csvcliglobales Executable
fiologparser.pycliglobales Executable
fiologparser_hist.pycliglobales Executable
genfiocliglobales Executable

Aktualität

Version und Aktualität

Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.

Seite generiert2026-07-25
Manager-Version3.42
Manager aktualisiert
lokale DatenOK
Upstreamaktuell
neueste erkannte Versionfio-3.42

https://github.com/axboe/fio

  • InfoNo package-manager update timestamp was available.niedrig Konfidenz

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:fio
Version3.42
PaketmanagerHomebrew
Paketmanager-Seitehttps://formulae.brew.sh/formula/fio
Homepagehttps://github.com/axboe/fio
Repositoryhttps://github.com/axboe/fio
Upstream-Dokumentationhttps://fio.readthedocs.io/
LizenzGPL-2.0-only
Quellarchivhttps://github.com/axboe/fio/archive/refs/tags/fio-3.42.tar.gz
Bottleverfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnicht definiert
Dienstkeiner deklariert

Registry-Fakten

Details aus der Quelldatenbank

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

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.

Debian apt95%

fio 3.39-1

flexible I/O tester

https://github.com/axboe/fio

sudo apt install fio
  • Section: utils
  • Architecture: amd64
  • 14 Abhängigkeiten
  • 2 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Fio
Debian stable package indexes · deb.debian.org · Debian stable package indexes: fio from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

fio-examples 3.39-1

flexible I/O tester - example job files

https://github.com/axboe/fio

sudo apt install fio-examples
  • Section: utils
  • Architecture: all
  • Source Package: fio
  • 1 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Fio
Debian stable package indexes · deb.debian.org · Debian stable package indexes: fio-examples from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

fio

nix profile install nixpkgs#fio
  • normalized package name match
  • Abgeglichen nach: Fio
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/fi/fio/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

fio 3.36-1build2

flexible I/O tester

https://github.com/axboe/fio

sudo apt install fio
  • Section: universe/utils
  • Architecture: amd64
  • 13 Abhängigkeiten
  • 2 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Fio
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: fio from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

fio-examples 3.36-1build2

flexible I/O tester - example job files

https://github.com/axboe/fio

sudo apt install fio-examples
  • Section: universe/utils
  • Architecture: all
  • Source Package: fio
  • 1 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Fio
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: fio-examples from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

fio 3.41-r0

Flexible I/O Tester

https://github.com/axboe/fio

sudo apk add fio
  • License: GPL-2.0-only
  • Architecture: x86_64
  • Source Package: fio
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Fio
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: fio from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

fio-doc 3.41-r0

Flexible I/O Tester (documentation)

https://github.com/axboe/fio

sudo apk add fio-doc
  • License: GPL-2.0-only
  • Architecture: x86_64
  • Source Package: fio
  • normalized package name match
  • Abgeglichen nach: Fio
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: fio-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

fio 3.42-1.fc45

Multithreaded IO generation tool

https://git.kernel.org/pub/scm/linux/kernel/git/axboe/fio

sudo dnf install fio
  • License: GPL-2.0-only
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: fio
  • 9 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Fio
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: fio from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

fio-engine-dev-dax 3.42-1.fc45

PMDK dev-dax engine for fio.

https://git.kernel.org/pub/scm/linux/kernel/git/axboe/fio

sudo dnf install fio-engine-dev-dax
  • License: GPL-2.0-only
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: fio
  • 4 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Fio
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: fio-engine-dev-dax from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

fio-engine-http 3.42-1.fc45

HTTP engine for fio.

https://git.kernel.org/pub/scm/linux/kernel/git/axboe/fio

sudo dnf install fio-engine-http
  • License: GPL-2.0-only
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: fio
  • 5 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Fio
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: fio-engine-http from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

fio-engine-libaio 3.42-1.fc45

Linux libaio engine for fio.

https://git.kernel.org/pub/scm/linux/kernel/git/axboe/fio

sudo dnf install fio-engine-libaio
  • License: GPL-2.0-only
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: fio
  • 4 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Fio
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: fio-engine-libaio from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

fio-engine-libpmem 3.42-1.fc45

PMDK pmemblk engine for fio.

https://git.kernel.org/pub/scm/linux/kernel/git/axboe/fio

sudo dnf install fio-engine-libpmem
  • License: GPL-2.0-only
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: fio
  • 4 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Fio
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: fio-engine-libpmem from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

fio-engine-nbd 3.42-1.fc45

Network Block Device engine for fio.

https://git.kernel.org/pub/scm/linux/kernel/git/axboe/fio

sudo dnf install fio-engine-nbd
  • License: GPL-2.0-only
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: fio
  • 4 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Fio
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: fio-engine-nbd from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

fio-engine-rados 3.42-1.fc45

Rados engine for fio.

https://git.kernel.org/pub/scm/linux/kernel/git/axboe/fio

sudo dnf install fio-engine-rados
  • License: GPL-2.0-only
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: fio
  • 4 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Fio
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: fio-engine-rados from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

fio-engine-rbd 3.42-1.fc45

Rados Block Device engine for fio.

https://git.kernel.org/pub/scm/linux/kernel/git/axboe/fio

sudo dnf install fio-engine-rbd
  • License: GPL-2.0-only
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: fio
  • 5 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Fio
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: fio-engine-rbd from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

fio-engine-rdma 3.42-1.fc45

RDMA engine for fio.

https://git.kernel.org/pub/scm/linux/kernel/git/axboe/fio

sudo dnf install fio-engine-rdma
  • License: GPL-2.0-only
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: fio
  • 5 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Fio
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: fio-engine-rdma from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst

Quellspur

Aus Repository-Daten generiert

Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.

Verwendete Quellen

  • 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