Skip to content

Instantly share code, notes, and snippets.

@dasjoe
Last active October 2, 2015 04:59
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dasjoe/5bb4d19b4151c72e8090 to your computer and use it in GitHub Desktop.
Save dasjoe/5bb4d19b4151c72e8090 to your computer and use it in GitHub Desktop.
Useful fio microbenchmarks
; global parameters
[global]
fallocate=none
directory=/tank/bench
bs=4k-128k
size=16g
end_fsync=1
loops=1
rwmixread=70
;buffer_compress_percentage=0
;scramble_buffers=1
refill_buffers
[write]
rw=write
stonewall
[read]
rw=read
stonewall
[iops]
rw=rw
stonewall
[iops-4]
bs=4k
rw=rw
stonewall
[iops-128]
bs=128k
rw=rw
stonewall
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment