I am going to do load testing on mysql server, could someone recommend good metrics to concentrate on? Any automated way(read software) of getting/tracking them?
Thank you!
|
I am going to do load testing on mysql server, could someone recommend good metrics to concentrate on? Any automated way(read software) of getting/tracking them? Thank you! |
|||
|
|
|
If you are looking to concentrate on MySql metrics, I highly recommend you utilize mysqlreport. It's available here and will generate alot of information as well as provides a How-To interpret the results. |
|||
|
|
|
For stress testing you should give MySQL Super Smack a go.
As well as MySQLReport mention by @jeffp711, you should keep a close eye on your OS level stats using |
|||
|
|
|
Tech Republic in, "How do I... Stress test MySQL with mysqlslap?" covered using mysqlslap for performance testing:
Source: Techrepublic |
||||
|
|
|
The best metric is "how fast does your production queries run". MySQL server performance is 99% governed by how good your schema and queries are. |
|||
|
|