macOS
brew install fiolocal Homebrew formula metadata
brew
I/O benchmark and stress test. Version 3.42 via Homebrew; verified from local package data.
install
brew install fiolocal Homebrew formula metadata
sudo apk add fioAlpine Linux edge package indexes · fio · source: dl-cdn.alpinelinux.org
sudo apt install fioDebian stable package indexes · fio · source: deb.debian.org
sudo dnf install fioFedora Rawhide package metadata · fio · source: dl.fedoraproject.org
nix profile install nixpkgs#fionixpkgs package indexes · pkgs/by-name/fi/fio/package.nix · source: api.github.com
sudo pacman -S fioArch Linux sync databases · fio · source: geo.mirror.pkgbuild.com
sudo zypper install fioopenSUSE Tumbleweed package metadata · fio · source: download.opensuse.org
choco install fioChocolatey community package catalog · fio · source: community.chocolatey.org
scoop install main/fioScoop official bucket manifest trees · bucket/fio.json · source: api.github.com
winget install --id fio.fio -eWindows Package Manager source index · fio.fio · source: cdn.winget.microsoft.com
overview
I/O benchmark and stress test
history
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.
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.
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.
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.
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.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
fio | cli | global executable | |
fio-btrace2fio | cli | global executable | |
fio-dedupe | cli | global executable | |
fio-genzipf | cli | global executable | |
fio-histo-log-pctiles.py | cli | global executable | |
fio-verify-state | cli | global executable | |
fio2gnuplot | cli | global executable | |
fio_generate_plots | cli | global executable | |
fio_jsonplus_clat2csv | cli | global executable | |
fiologparser.py | cli | global executable | |
fiologparser_hist.py | cli | global executable | |
genfio | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
install metadata
| Package key | brew:fio |
|---|---|
| Version | 3.42 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/fio |
| Homepage | https://github.com/axboe/fio |
| Repository | https://github.com/axboe/fio |
| Upstream docs | https://fio.readthedocs.io/ |
| License | GPL-2.0-only |
| Source archive | https://github.com/axboe/fio/archive/refs/tags/fio-3.42.tar.gz |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | fio |
| Version Scheme | 0 |
| Revision | 0 |
| Conflicts With |
|
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
fio 3.39-1
flexible I/O tester
sudo apt install fiofio-examples 3.39-1
flexible I/O tester - example job files
sudo apt install fio-examplesfio
nix profile install nixpkgs#fiofio 3.36-1build2
flexible I/O tester
sudo apt install fiofio-examples 3.36-1build2
flexible I/O tester - example job files
sudo apt install fio-examplesfio 3.41-r0
Flexible I/O Tester
sudo apk add fiofio-doc 3.41-r0
Flexible I/O Tester (documentation)
sudo apk add fio-docfio 3.42-1.fc45
Multithreaded IO generation tool
https://git.kernel.org/pub/scm/linux/kernel/git/axboe/fio
sudo dnf install fiofio-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-daxfio-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-httpfio-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-libaiofio-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-libpmemfio-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-nbdfio-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-radosfio-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-rbdfio-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-rdmasource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.