Skip to content

Instantly share code, notes, and snippets.

@PatrickDehkordi
Created October 3, 2017 18:58
Show Gist options
  • Save PatrickDehkordi/eff4652ebc6c2fb79006f348c872b78b to your computer and use it in GitHub Desktop.
Save PatrickDehkordi/eff4652ebc6c2fb79006f348c872b78b to your computer and use it in GitHub Desktop.
fio
[global]
bs=512
iodepth=1
direct=1
randrepeat=0
group_reporting
time_based
runtime=60
rw=randrw
rwmixread=0
rwmixwrite=100
numjobs=1
ioengine=libaio
#[job0]
#filename=/dev/nvme0n1
#name=PCI0
#[job1]
#filename=/dev/nvme1n1
#name=PCI1
[job2]
filename=/dev/nvme2n1
name=TCP1
[root@targ ~]# more disks.dat
Samsung-PCI nvme0n1 nvme1n1
Samsung-TCP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment