aboutsummaryrefslogtreecommitdiff
path: root/tests/zfs-tests/tests/perf/fio/random_readwrite.fio
blob: f8eb6dbdfe4f7dd1c8cec30a16223e4a143c62d9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
#
# 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, Delphix. All rights reserved.
# Copyright (c) 2020, Kjeld Schouten-Lebbing. All rights reserved.
#

[global]
filename_format=file$jobnum
nrfiles=16
group_reporting=1
fallocate=0
overwrite=0
thread=1
rw=randrw
rwmixread=80
time_based=1
directory=${DIRECTORY}
runtime=${RUNTIME}
bssplit=4k/50:8k/30:128k/10:1m/10
ioengine=psync
sync=${SYNC_TYPE}
direct=${DIRECT}
numjobs=${NUMJOBS}
randseed=${RANDSEED}
buffer_compress_percentage=${COMPPERCENT}
buffer_pattern=0xdeadbeef
buffer_compress_chunk=${COMPCHUNK}

[job]