Created
May 6, 2017 22:25
-
-
Save knutin/115bb191f78c7b57dd6275cf201d32bf to your computer and use it in GitHub Desktop.
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] | |
| time_based | |
| runtime=120s | |
| rw=randread | |
| size=72g | |
| directory=/mnt/fio/ | |
| blocksize=1536 | |
| invalidate=1 | |
| thread | |
| [libaio_32] | |
| stonewall | |
| ioengine=libaio | |
| iodepth=32 | |
| buffered=0 | |
| direct=1 | |
| [libaio_256] | |
| stonewall | |
| ioengine=libaio | |
| iodepth=256 | |
| buffered=0 | |
| direct=1 | |
| [libaio_write_32] | |
| stonewall | |
| ioengine=libaio | |
| iodepth=32 | |
| buffered=0 | |
| direct=1 | |
| rw=randwrite |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment