Last active
March 25, 2019 14:41
-
-
Save derms/8e01e4ab05a2bfd9a55c394e083201bc to your computer and use it in GitHub Desktop.
perf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[global] | |
directory=${DIRNAME} | |
thread | |
fsync=16 | |
[ML_merging] | |
blocksize=512k | |
readwrite=rw | |
size=5g | |
ioengine=sync | |
numjobs=4 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[read-write] | |
rw=rw | |
thread | |
rwmixread=50 | |
size=200g | |
filesize=2g | |
unlink=1 | |
directory=${DIRNAME} | |
blocksize=256k | |
ioengine=psync | |
fsync=4 | |
numjobs=6 | |
nrfiles=2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
export DIRNAME=/tmp/MarkLogic
fio -output=readwrite.log --output-format=normal,terse,json readwrite.fio