2016-08-04 00:26:15 +03:00
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
#
|
|
|
|
|
|
|
|
#
|
2017-04-12 00:56:54 +03:00
|
|
|
# Copyright (c) 2016 by Delphix. All rights reserved.
|
2020-01-09 22:21:33 +03:00
|
|
|
# Copyright (c) 2020, Kjeld Schouten-Lebbing. All rights reserved.
|
2016-08-04 00:26:15 +03:00
|
|
|
#
|
|
|
|
|
|
|
|
[global]
|
|
|
|
filename_format=file$jobnum
|
|
|
|
group_reporting=1
|
|
|
|
fallocate=0
|
|
|
|
ioengine=psync
|
|
|
|
bs=1024k
|
|
|
|
rw=write
|
|
|
|
thread=1
|
2018-04-10 23:29:55 +03:00
|
|
|
directory=${DIRECTORY}
|
2016-08-04 00:26:15 +03:00
|
|
|
numjobs=${NUMJOBS}
|
|
|
|
filesize=${FILE_SIZE}
|
2020-01-24 08:18:02 +03:00
|
|
|
randseed=${PERF_RANDSEED}
|
|
|
|
buffer_compress_percentage=${PERF_COMPPERCENT}
|
2020-01-09 22:21:33 +03:00
|
|
|
buffer_pattern=0xdeadbeef
|
2020-01-24 08:18:02 +03:00
|
|
|
buffer_compress_chunk=${PERF_COMPCHUNK}
|
2016-08-04 00:26:15 +03:00
|
|
|
|
|
|
|
[job]
|