blob: 6a392f23d31fd01d5e4d7bb2a7a2dd02a22da734 (
plain)
1
2
3
4
5
6
7
8
9
|
iogen is a lightweight tool that generates heavily fragmented I/O. It
accomplishes this by forking a number of children that run I/O to a
filesystem.
This tool is intended to test storage stacks under stress and worst case
scenarios. However due to heavy fragmentation of the I/O files, it tends
to bypass caching algorithms in storage stacks.
WWW: http://www.peereboom.us/iogen/
|