Skip to content

Instantly share code, notes, and snippets.

@kshcherban
Last active December 31, 2015 05:58
Show Gist options
  • Select an option

  • Save kshcherban/7944097 to your computer and use it in GitHub Desktop.

Select an option

Save kshcherban/7944097 to your computer and use it in GitHub Desktop.
fio example config for random read test
[random-read]
# Random read
rw=randread
# Test file size
#size=1g
# Use direct operations
direct=1
# Disable buffers
buffered=0
# Run time in seconds
runtime=60
# Test hard drive
filename=/dev/sda
# Block size, used default value
bs=4096
# Number of parallel threads
numjobs=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment