./sysbench --test=./tests/db/oltp.lua--mysql-table-engine=innodb --oltp-table-size=200000 --mysql-user=thunder--mysql-password=thunder --mysql-host=10.11.0.160 --mysql-port=3308--oltp-tables-count=100 --num-threads=32 --max-requests=200000--report-interval=2 run
测试数据:
多实例非本机
TPS
QPS
单实例非本机
32
3301
359.47
6470.44
32
test1
356.54
6417.81
32
3302
358.97
6461.41
32
test2
355.76
6403.69
32
3303
358.92
6460.60
32
test3
356.82
6422.81
32
3304
358.53
6453.60
32
test4
356.38
6414.78
32
3305
358.39
6451.04
32
test5
357.08
6427.42
32
3306
358.62
6455.22
32
test6
355.87
6405.58
32
3307
358.56
6454.11
32
test7
355.75
6403.54
32
3308
358.58
6454.50
32
test8
355.54
6399.70
汇总
2870.04
51660.92
汇总
2849.74
51295.33
多实例本机
单实例本机
32
3301
787.49
14174.89
32
test1
608.37
10950.61
32
3302
789.45
14210.17
32
test2
616.14
11090.59
32
3303
789.00
14201.93
32
test3
606.96
10925.27
32
3304
786.23
14152.08
32
test4
611.49
11006.75
32
3305
788.75
14197.46
32
test5
607.00
10926.00
32
3306
786.87
14163.71
32
test6
614.76
11065.62
32
3307
791.78
14251.98
32
test7
607.01
10926.18
32
3308
789.85
14217.25
32
test8
611.99
11015.82
汇总
6309.42
113569.47
汇总
4883.72
87906.84
总结:
当压力源为内网其它机器时,可以看出2台机器TPS/QPS相差不大,其原因为MySQL服务器的物理机网卡已经跑满,此时的瓶颈为网卡。