So I've got to somehow generate IOPs using some prehistoric metrics used in IOmeter (which can't run in a 64bit ubuntu environment)
The settings used in IOmeter
are:
16K block size,
75% read to 25% write ratio,
with 80% random distribution.
How would I replicate that using something like fio
or $other_tool
?
fio comes with examples (in
/usr/share/doc/fio/examples
on my system). There is even one for IOmeter:If you like the settings in there, you can probably just run
If you want different settings, then copy the file, edit it, and enjoy.