Collecting latency information for durable QD 1 writes, measured using
fio --directory /mnt/t2/fio/ \
--runtime 3 --time_based \
--output-format json \
--overwrite 1 --size=8MB --buffered 0 --bs=4096 --rw=write \
--name write-dsync --wait_for_previous --sync=dsync \
--name write-fdatasync --wait_for_previous --fdatasync=1 \
--name write-nondurable --wait_for_previous \
| jq '.jobs[] | [.jobname, .write.iops]'