in reply to Re: Mysql Health script
in thread Mysql Health script

i want to use show variables,show status and show slave status once and fetch there values periodically whenever i need them for calculation.

Replies are listed 'Best First'.
Re^3: Mysql Health script
by stark (Pilgrim) on Nov 16, 2007 at 21:24 UTC

    There is some simple Perl code in the book "High Performance Mysql" which does a slave check. Very good book by the way.

    Have you considered to use nagios (or other monitoring solutions)? There are some plugins for nagios that deal with Mysql.

      hi, thanks stark..it did help, however i still am stuck with picking up the variables dynamically and using it for calculation..