mtop 0.6.6 review

Download
by rbytes.net on

mtop (MySQL top) monitors a MySQL database showing the queries which are taking the most amount of time to complete. Installation:

License: GPL (GNU General Public License)
File size: 0K
Developer: Marc Prewitt
0 stars award from rbytes.net

mtop (MySQL top) monitors a MySQL database showing the queries which are taking the most amount of time to complete.

Installation:

To install mtop, run the following:

perl Makefile.PL
make
make install

Run:

perl Makefile.PL --prefix={install_prefix}

or change the PREFIX line in Makefile.PL to customize install location. The default {install_prefix} is /usr/local which means mtop will be installed in /usr/local/bin/.

Requirements:
Curses
DBI
DBD::mysql
Getopt::Long (Distributed with Perl 5)
Net::Domain

mtop 0.6.6 search tags