File: control

package info (click to toggle)
mtop 0.6.6-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 256 kB
  • ctags: 153
  • sloc: perl: 1,445; sh: 179; makefile: 49
file content (19 lines) | stat: -rw-r--r-- 859 bytes parent folder | download
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.