## Simulation3: 1 read intensive VMS (80% reads, 20% writes) and 3 write VM (20%-80%) with random read/writes [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 80:20 read:write ratio rw=randrw rwmixread=80 # 80% reads, 20% writes bs=4k iodepth=96 # IO units to keep in flight against the file ioengine=libaio [vm-write] name=Write VM description=Simulate random access with a 20:80 read:write ratio rw=randrw rwmixread=20 # 20% reads, 80% writes bs=4k iodepth=32 # IO units to keep in flight against the file ioengine=libaio # a good default for basic IO stuff numjobs=3 # 3 parallel jobs