Disk I / O Simulation

We are currently evaluating storage for a virtualization environment (Xen). Storage is an active active cluster, and I need to check out some things there, for example, split brain scripts, etc.

I am looking for a tool that simulates a lot of small disk I / O, for example, a virtual machine will read / write to its image file.

I don't need performance testing tools, but more like data integrity. Is there anything around?

+3
source share
1 answer

btest [1] is capable of doing such things, it can read / write in random / sequential order, and also after that it can check the data.

[1] http://sourceforge.net/projects/btest/

+2

All Articles