macOS
brew install fiolocal Homebrew formula metadata
安装
brew install fiolocal Homebrew formula metadata
sudo apk add fioAlpine Linux edge package indexes · fio · 来源: dl-cdn.alpinelinux.org
sudo dnf install fioFedora Rawhide package metadata · fio · 来源: dl.fedoraproject.org
nix profile install nixpkgs#fionixpkgs package indexes · pkgs/by-name/fi/fio/package.nix · 来源: api.github.com
sudo pacman -S fioArch Linux sync databases · fio · 来源: geo.mirror.pkgbuild.com
sudo zypper install fioopenSUSE Tumbleweed package metadata · fio · 来源: download.opensuse.org
choco install fioChocolatey community package catalog · fio · 来源: community.chocolatey.org
scoop install main/fioScoop official bucket manifest trees · bucket/fio.json · 来源: api.github.com
winget install --id fio.fio -eWindows Package Manager source index · fio.fio · 来源: cdn.winget.microsoft.com
概览
I/O benchmark and stress test
历史
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.
安全态势
narrow executable package without higher-risk signals.
绿色 风险 · 低 置信度 · appliance
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
fio | cli | 全局可执行文件 | |
fio-btrace2fio | cli | 全局可执行文件 | |
fio-dedupe | cli | 全局可执行文件 | |
fio-genzipf | cli | 全局可执行文件 | |
fio-histo-log-pctiles.py | cli | 全局可执行文件 | |
fio-verify-state | cli | 全局可执行文件 | |
fio2gnuplot | cli | 全局可执行文件 | |
fio_generate_plots | cli | 全局可执行文件 | |
fio_jsonplus_clat2csv | cli | 全局可执行文件 | |
fiologparser.py | cli | 全局可执行文件 | |
fiologparser_hist.py | cli | 全局可执行文件 | |
genfio | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
安装元数据
| 软件包键 | brew:fio |
|---|---|
| 版本 | 3.42 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/fio |
| 主页 | https://github.com/axboe/fio |
| 仓库 | https://github.com/axboe/fio |
| 上游文档 | https://fio.readthedocs.io/ |
| 许可证 | GPL-2.0-only |
| 源码归档 | https://github.com/axboe/fio/archive/refs/tags/fio-3.42.tar.gz |
| Bottle | 可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| 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 |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
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-rdma来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.