Skip to content

Instantly share code, notes, and snippets.

@alexeldeib
Last active February 9, 2020 09:23
Show Gist options
  • Save alexeldeib/3b6bf9fc59cdff2d9fd97e443e4debb5 to your computer and use it in GitHub Desktop.
Save alexeldeib/3b6bf9fc59cdff2d9fd97e443e4debb5 to your computer and use it in GitHub Desktop.
Fio test jobs for Azure disks
[global]
name=fio-rand-RW
ioengine=libaio
rw=randrw
rwmixread=100
bs=4K
direct=1
time_based=1
runtime=60
iodepth=64
size=4G
numjobs=2
[sdb]
filename=/dev/sdb
[sdc]
filename=/dev/sdc
rwmixread=100
[sdd]
filename=/dev/sdd
rwmixwrite=100
#[sda]
#filename=/dev/sda
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment