1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Source: mtop
Section: utils
Priority: optional
Build-Depends-Indep: debhelper (>= 4.0.0), perl, po-debconf, libdbd-mysql-perl, libcurses-perl
Maintainer: Andrés Roldán <aroldan@debian.org>
Uploaders: Luis Bustamante <luferbu@fluidsignal.com>
Standards-Version: 3.6.1.0
Package: mtop
Architecture: all
Depends: ${perl:Depends}, debconf (>= 1.2.9), libcurses-perl, libdbd-mysql-perl, libnet-perl, mysql-client
Recommends: mysql-server
Description: MySQL terminal based query monitor
mtop (MySQL top) monitors a MySQL database showing the queries which
are taking the most amount of time to complete. Features include
'zooming' in on a process to show the complete query, 'explaining' the
query optimizer information for a query and 'killing' queries. In
addition, server performance statistics, configuration information, and
tuning tips are provided.
|