Home › High Performance › Testing › MySQL Performance Testing with mysqlslap MySQL Performance Testing with mysqlslap Categories: Testing 2020-03-26 root Comments (0) MySQL comes with a built-in stress testing tool called mysqlslap. Below is an example that tests with 500 concurrent connections and runs the test 10 times: mysqlslap -a -c 500 -i 10 -uroot -p123456 The results are as follows: « Previous JMeter Stress Testing Guide Next »Sysbench FATAL: Error 2004: Can't Create TCP/IP Socket (24) Fix Related Posts AB Stress Test Socket: Too Many Open Files Fix 2022-02-11 Sysbench FATAL: Error 2004: Can't Create TCP/IP Socket (24) Fix 2020-05-27 JMeter Stress Testing Guide 2020-03-08 Siege: A Web Performance Stress Testing Tool 2016-05-12 Leave a Comment Cancel replyYour email address will not be published.Comment * Name * Email * Website Save my name, email, and website in this browser for the next time I comment. Δ