F
fio-iops-probe
Storage benchmark via FIO — measures IOPS for different block sizes and modes.
Bash Markdown
Overview
A Bash script that runs FIO benchmarks to measure IOPS across multiple block sizes (4K–128K) and access modes (randread, randwrite, read, write). Results are saved as JSON and text reports, with an optional cleanup of the test file.
Tech stack
- Bash
- FIO
- jq (optional)