Skip to content

Instantly share code, notes, and snippets.

@derms
Last active March 25, 2019 14:41
Show Gist options
  • Save derms/8e01e4ab05a2bfd9a55c394e083201bc to your computer and use it in GitHub Desktop.
Save derms/8e01e4ab05a2bfd9a55c394e083201bc to your computer and use it in GitHub Desktop.
perf
[global]
directory=${DIRNAME}
thread
fsync=16
[ML_merging]
blocksize=512k
readwrite=rw
size=5g
ioengine=sync
numjobs=4
[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
@derms
Copy link
Author

derms commented Mar 25, 2019

export DIRNAME=/tmp/MarkLogic
fio -output=readwrite.log --output-format=normal,terse,json readwrite.fio

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment