码迷,mamicode.com
首页 > 数据库 > 详细

mysql 压力测试工具sysbench

时间:2019-10-10 10:59:19      阅读:119      评论:0      收藏:0      [点我收藏+]

标签:interval   rand   sql   type   run   init   update   sha   bin   

2.1 只读示例
./bin/sysbench --test=/usr/share/sysbench/tests/include/oltp_legacy/oltp.lua --mysql-host=192.168.80.134 --mysql-port=3306 --mysql-user=root --mysql-password=root123 --mysql-db=sbtest --oltp-tables-count=10 --oltp-table-size=10000000 --report-interval=10 --oltp-dist-type=uniform --rand-init=on --max-requests=0 --oltp-test-mode=nontrx --oltp-nontrx-mode=select --oltp-read-only=on --oltp-skip-trx=on --time=120 --threads=12
[prepare|run|cleanup]
生成数据|运行测试|清除数据

2.2混合读写
.bin/sysbench --test=/usr/share/sysbench/tests/include/oltp_legacy/oltp.lua --mysql-host=192.168.80.134 --mysql-port=3306 --mysql-user=root --mysql-password=root123 --mysql-db=sbtest --oltp-tables-count=10 --oltp-table-size=500000 --report-interval=10 --rand-init=on --max-requests=0 --oltp-test-mode=nontrx --oltp-nontrx-mode=select --oltp-read-only=off --time=120 --threads=128 prepare
[prepare|run|cleanup]

2.3修改数据只写测试
.bin/sysbench --test=/usr/share/sysbench/tests/include/oltp_legacy/update_index.lua --mysql-host=192.168.80.134 --mysql-port=3306 --mysql-user=root --mysql-password=root123 --mysql-db=sbtest --oltp-tables-count=10 --oltp-table-size=500000 --report-interval=10 --rand-init=on --max-requests=0 --oltp-test-mode=nontrx --oltp-nontrx-mode=select --oltp-read-only=off --time=120 --threads=128 prepare
[prepare|run|cleanup]

mysql 压力测试工具sysbench

标签:interval   rand   sql   type   run   init   update   sha   bin   

原文地址:https://www.cnblogs.com/h-gallop/p/11646140.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!