If you’ve ever looked at the COM_XYZ status counters
in MySQL’s SHOW STATUS output, you’ve probably seen
Com_admin_commands. It’s not clear what this means,
but it can be a major contributor to overall COM_
counters, and it’s actually quite important for server and
application performance, as well as being a marker of code
quality. In this blog post I’ll explain what the counter really
means, and then as a bonus I’ll demonstrate that VividCortex will
show you exactly what’s going on in the murkiness of “admin
commands.”
What Does The Com_admin_commands Counter Mean?
The first question is “what is this counter?” The manual isn’t really helpful. It just says the following:
The Com_xxx statement counter variables …