Friday, May 29, 2015

mysqlslap

When I don't have time to do decent benchmarking and just want to create some activity on a mysql instance, I'm glad there is a handly tool called mysqlslap available. All I have to do is run this and voila, activity generated:

mysqlslap -hlocalhost -uroot -p --concurrency=100 --iterations=100 --auto-generate-sql

No comments:

Post a Comment