sysbench oltp_read_write --mysql_storage_engine=eloq --tables=1 --table_size=10000 --mysql-user=tpcc_test --mysql-password=tpcc123 --mysql-host=127.0.0.1 --mysql-port=3317 --mysql-db=sbtest --mysql-ignore-errors=1213,1020,1205,199 --auto_inc=true --rand-type=uniform --threads=10 --report-interval=10 --time=10 --verbosity=5 --mysql-debug=on run > sysbench_$(date +%Y%m%d_%H%M%S).log 2>&1