Does anyone know how I can monitor the resource usage of a managed MySQL database if the cloud provider doesn’t offer up that information?
I have no access to the machine, only the MySQL endpoint.
I have no access to the machine, only the MySQL endpoint.
Comments
Also SHOW GLOBAL STATUS; might give you something.
Simplest option is probably MySQL Workbench > Server > Dashboard (and possibly Performance Reports with the right grants).