Skip to content

Instantly share code, notes, and snippets.

@sitano
Created August 19, 2014 15:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sitano/313a2918f4f6f5c6882b to your computer and use it in GitHub Desktop.
Save sitano/313a2918f4f6f5c6882b to your computer and use it in GitHub Desktop.
sysbench async iops 50gb test for RDBS (16k x 8io x async x direct x 64split x rndrw)
sz=50G
sysbench --test=fileio --file-total-size=$sz --file-num=64 prepare
sysbench --test=fileio --file-total-size=$sz --file-test-mode=rndwr --max-time=180000 --max-requests=0 --num-threads=8 --rand-init=on --file-num=64 --file-io-mode=async --file-extra-flags=direct --file-fsync-freq=0 --file-block-size=16384 --report-interval=10 run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment