9082 Add ZFS performance test targeting ZIL latency
[unleashed.git] / usr / src / test / zfs-tests / tests / perf / fio / random_readwrite.fio
blob7d01c38ada964bf7dd6d26d33bafa154821b60d1
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
7 # A full copy of the text of the CDDL should have accompanied this
8 # source.  A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # Copyright (c) 2015, 2016 by Delphix. All rights reserved.
16 [global]
17 filename_format=file$jobnum
18 nrfiles=16
19 group_reporting=1
20 fallocate=0
21 overwrite=0
22 thread=1
23 rw=randrw
24 rwmixread=80
25 time_based=1
26 directory=${DIRECTORY}
27 runtime=${RUNTIME}
28 bssplit=4k/50:8k/30:128k/10:1m/10
29 ioengine=psync
30 sync=${SYNC_TYPE}
31 numjobs=${NUMJOBS}
32 buffer_compress_percentage=66
33 buffer_compress_chunk=4096
35 [job]