MySQL Performance Testing with mysqlslap
MySQL comes with its own stress-testing tool, mysqlslap.
Here is an example testing 500 concurrent connections and running the test 10 times:
mysqlslap -a -c 500 -i 10 -uroot -p123456
The results are as follows:
…