← Package directory
Available on winget

Install fio

Flexible I/O Tester

Install with winget
winget install --id fio.fio
Upgrade
winget upgrade --id fio.fio
Uninstall
winget uninstall --id fio.fio

About fio

Fio was originally written to save me the hassle of writing special test case programs when I wanted to test a specific workload, either for performance reasons or to find/reproduce a bug. The process of writing such a test app can be tiresome, especially if you have to do it often. Hence I needed a tool that would be able to simulate a given I/O workload without resorting to writing a tailored test case again and again. A test work load is difficult to define, though. There can be any number of processes or thread...