aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib/openzfs/tests/zfs-tests/tests/perf/fio/random_reads.fio
diff options
context:
space:
mode:
Diffstat (limited to 'sys/contrib/openzfs/tests/zfs-tests/tests/perf/fio/random_reads.fio')
-rw-r--r--sys/contrib/openzfs/tests/zfs-tests/tests/perf/fio/random_reads.fio32
1 files changed, 32 insertions, 0 deletions
diff --git a/sys/contrib/openzfs/tests/zfs-tests/tests/perf/fio/random_reads.fio b/sys/contrib/openzfs/tests/zfs-tests/tests/perf/fio/random_reads.fio
new file mode 100644
index 000000000000..e6e7034e0acb
--- /dev/null
+++ b/sys/contrib/openzfs/tests/zfs-tests/tests/perf/fio/random_reads.fio
@@ -0,0 +1,32 @@
+#
+# This file and its contents are supplied under the terms of the
+# Common Development and Distribution License ("CDDL"), version 1.0.
+# You may only use this file in accordance with the terms of version
+# 1.0 of the CDDL.
+#
+# A full copy of the text of the CDDL should have accompanied this
+# source. A copy of the CDDL is also available via the Internet at
+# http://www.illumos.org/license/CDDL.
+#
+
+#
+# Copyright (c) 2015, 2016 by Delphix. All rights reserved.
+#
+
+[global]
+filename_format=file$jobnum
+group_reporting=1
+fallocate=0
+overwrite=0
+thread=1
+rw=randread
+time_based=1
+directory=${DIRECTORY}
+runtime=${RUNTIME}
+bs=${BLOCKSIZE}
+ioengine=psync
+sync=${SYNC_TYPE}
+direct=${DIRECT}
+numjobs=${NUMJOBS}
+
+[job]