When one is responsible for promoting application development from Dev through the various environments such as QA, UAT, etc., through Production, it is often useful to ensure that configurations in test environments are comparable to the final production environment. This is especially true with systems where a team of DBAs manage the servers.
Obviously, the difference in performance could be due to differences in hardware, storage, networking, software configuration, etc. The question is how does one quickly and efficiently find the differences without having to run a lot of different commands and compare the output. Fortunately, our Percona Toolkit has a couple of utilities that can make this much easier. When you are tasked with supporting large numbers of servers, efficiency is paramount and this is where the toolkit can really help you!
You can find more information on the Percona Toolkit here: …
[Read more]