Skip to content

Instantly share code, notes, and snippets.

@mdcallag
Created February 12, 2016 18:56
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 mdcallag/02d5e4153f17a84a9716 to your computer and use it in GitHub Desktop.
Save mdcallag/02d5e4153f17a84a9716 to your computer and use it in GitHub Desktop.
./sysbench --batch --batch-delay=10 --test=oltp --mysql-host=127.0.0.1 --mysql-user=root --mysql-password=pw --mysql-db=test --oltp-table-size=10000000 --max-time=180 --max-requests=0 --mysql-table-engine=innodb --db-ps-mode=disable --mysql-engine-trx=yes --oltp-table-name=sbtest1 --oltp-dist-type=uniform --oltp-range-size=10 --mysql-create-options=key_block_size=4 --oltp-connect-delay=0 --percentile=99 --num-threads=1 --seed-rng=1455246941 run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment