F
fio-iops-probe
A Bash script that automates FIO benchmarks to measure IOPS across block sizes and access patterns.
Bash Markdown
Overview
fio-iops-probe is a lightweight shell script that runs FIO (Flexible I/O Tester) to measure storage IOPS. It tests combinations of block sizes (4k to 128k) and I/O modes (randread, randwrite, read, write), saves results as JSON (if jq is available) and text reports, then optionally cleans up the test file.
Tech stack
- Bash
- FIO
- jq (optional, for JSON output)