Hi group, I'm trying to create a workload that is 50% random read and 50% sequential write. Is the command line below accurate for that workload? fio --ioengine=libaio --direct=1 --size=100% --bs=16k --rw=randrw --percentage_random=50,50 --numjobs=1 --iodepth=32 --runtime=600 --time_based --norandommap --randrepeat=0 --refill_buffers --name=job1 --filename=/dev/sdb