summaryrefslogtreecommitdiffstats
path: root/src/spdk/examples/bdev/fio_plugin/full_bench.fio
diff options
context:
space:
mode:
Diffstat (limited to 'src/spdk/examples/bdev/fio_plugin/full_bench.fio')
-rw-r--r--src/spdk/examples/bdev/fio_plugin/full_bench.fio20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/spdk/examples/bdev/fio_plugin/full_bench.fio b/src/spdk/examples/bdev/fio_plugin/full_bench.fio
new file mode 100644
index 00000000..f76da18d
--- /dev/null
+++ b/src/spdk/examples/bdev/fio_plugin/full_bench.fio
@@ -0,0 +1,20 @@
+[global]
+ioengine=spdk_bdev
+spdk_conf=./examples/bdev/fio_plugin/bdev.conf.in
+thread=1
+group_reporting=1
+direct=1
+verify=0
+norandommap=1
+cpumask=1
+percentile_list=50:99:99.9:99.99:99.999
+
+[4k_randread_qd1]
+filename=Malloc0
+description="4KiB Random Read QD=1"
+bs=4k
+rw=randread
+iodepth=1
+time_based=1
+ramp_time=0
+runtime=10