Skip to content

Instantly share code, notes, and snippets.

@x2c3z4
Created October 18, 2016 08:54
Show Gist options
  • Save x2c3z4/1e5a931035580f1f987a33eb1431a909 to your computer and use it in GitHub Desktop.
Save x2c3z4/1e5a931035580f1f987a33eb1431a909 to your computer and use it in GitHub Desktop.
fio --bs=4k --ioengine=libaio --iodepth=128 --size=1g --direct=1 \
--runtime=60 --filename=/tmp/file --name=rand-write --rw=randwrite
@x2c3z4
Copy link
Author

x2c3z4 commented Oct 18, 2016

tried to tune the read-ahead setting (blockdev --getra / blockdev --setra

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