MySQL Performance Testing with mysqlslap

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:


Leave a Comment

Your email address will not be published.