-
1. Re: Is there any metric in mysql plugin to monitor database growth ?
tsegismont Feb 18, 2014 5:32 AM (in response to arun2arunraj)1 of 1 people found this helpfulHi Arun,
You can write a child plugin of the mysql plugin. In this plugin you'll add a Generic query server or service, as explained in the generic database plugin descriptor. You need a trends up metric, which will give you per minute metrics automatically. And eventually, you need to design a query to get Mysql database size.
Regards,
Thomas
-
2. Re: Is there any metric in mysql plugin to monitor database growth ?
arun2arunraj Feb 18, 2014 8:26 AM (in response to tsegismont)Hi Thomas,
Thanks for the needful help.
Just for curious, Will it produce any performance issue ?
Regards,
ArunRaj.
-
3. Re: Is there any metric in mysql plugin to monitor database growth ?
tsegismont Feb 20, 2014 10:01 AM (in response to arun2arunraj)Arun Raj a écrit:
Just for curious, Will it produce any performance issue ?
What do you mean?
-
4. Re: Is there any metric in mysql plugin to monitor database growth ?
arun2arunraj Feb 26, 2014 5:28 AM (in response to tsegismont)Thomas Segismont wrote:
You need a trends up metric, which will give you per minute metrics automatically
To achieve per minute metrics, RHQ Agent have to query records from mysql server. Will it produce any performance issue to Mysql Server ? Because The mysql Server is having our transactional db in which we would like to see the db growth.
-
5. Re: Is there any metric in mysql plugin to monitor database growth ?
tsegismont Mar 3, 2014 9:34 AM (in response to arun2arunraj)Arun,
Per minute metrics values are derived by the plugin container on the agent, they have no impact on your MySQL server.
Thomas