Skip to content

Instantly share code, notes, and snippets.

@liu-chunmei
Last active April 7, 2021 02:31
Show Gist options
  • Save liu-chunmei/7eb8f4f6ce3f837b6d2f149ddc4a036b to your computer and use it in GitHub Desktop.
Save liu-chunmei/7eb8f4f6ce3f837b6d2f149ddc4a036b to your computer and use it in GitHub Desktop.

fio configration

[global]
ioengine=nbd
uri=nbd+unix:///?socket=/tmp/store_nbd_socket.sock
rw=randrw
time_based
iodepth=16
size=500G
numjobs=1
bs=4K

[job0]
startdelay=0
offset=0
runtime=1200

[job1]
startdelay=1200
offset=500M
runtime=1200

[job2]
startdelay=2400
offset=0
runtime=1200

[job3]
startdelay=3600
offset=500M
runtime=1200

[job4]
startdelay=4800
offset=0
runtime=1200

[job5]
startdelay=6000
offset=0
runtime=1200

[job6]
startdelay=7200
offset=500M
runtime=1200


[job7]
startdelay=8400
offset=0
runtime=1200

[job8]
startdelay=9600
offset=500M
runtime=1200

[job9]
startdelay=10800
offset=0
runtime=1200

fio result


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment