## Simulation1: 3 read intensive VMS (90% reads, 10% writes) and 1 balanced VM (50%-50%) [global] size=4g # Stop after 4GiB startdelay=10s # 10 seconds of warm-up group_reporting # TODO: Edit this directory to use an actual storage path #directory=/tmp [vm-read] name=Read intensive VM 1 description=Simulate random access with a 90:10 read:write ratio rw=readwrite rwmixread=90 # 90% reads, 10% writes bs=4k #loops=3 iodepth=96 # IO units to keep in flight against the file ioengine=libaio numjobs=3 # 3 parallel jobs [vm-balanced] name=Balanced VM description=Simulate random access with a 50:50 read:write ratio rw=readwrite rwmixread=50 # 50% reads, 50% writes bs=4k #loops=3 iodepth=32 # IO units to keep in flight against the file ioengine=libaio # a good default for basic IO stuff