MySQL Performance Testing with mysqlslap

MySQL includes a built-in stress-testing tool called mysqlslap.

Here is an example of testing with 500 concurrent connections and running 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.