add mtop 0.6.4
MySQL Monitoring Tool
This commit is contained in:
@@ -65,6 +65,7 @@
|
||||
SUBDIR += metakit
|
||||
SUBDIR += mird
|
||||
SUBDIR += msql
|
||||
SUBDIR += mtop
|
||||
SUBDIR += myodbc
|
||||
SUBDIR += mysql++
|
||||
SUBDIR += mysql-connector-java
|
||||
|
||||
27
databases/mtop/Makefile
Normal file
27
databases/mtop/Makefile
Normal file
@@ -0,0 +1,27 @@
|
||||
# ex:ts=8
|
||||
# Ports collection makefile for: mtop
|
||||
# Date created: Dec 17, 2003
|
||||
# Whom: ijliao
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= mtop
|
||||
PORTVERSION= 0.6.4
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= MySQL Monitoring Tool
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Curses.pm:${PORTSDIR}/devel/p5-Curses \
|
||||
${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \
|
||||
${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql \
|
||||
${SITE_PERL}/Net/Domain.pm:${PORTSDIR}/net/p5-Net
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN1= mkill.1 mtop.1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
1
databases/mtop/distinfo
Normal file
1
databases/mtop/distinfo
Normal file
@@ -0,0 +1 @@
|
||||
MD5 (mtop-0.6.4.tar.gz) = 3a7b400982e9dba8243a1424b9fdd244
|
||||
11
databases/mtop/pkg-descr
Normal file
11
databases/mtop/pkg-descr
Normal file
@@ -0,0 +1,11 @@
|
||||
mtop (MySQL top) monitors a MySQL server 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.
|
||||
|
||||
mkill (MySQL kill) monitors a MySQL server for long running queries and kills
|
||||
them after a specified time interval. Queries can be selected based on regexes
|
||||
on the user, host, command, database, state and query.
|
||||
|
||||
WWW: http://mtop.sourceforge.net/
|
||||
3
databases/mtop/pkg-plist
Normal file
3
databases/mtop/pkg-plist
Normal file
@@ -0,0 +1,3 @@
|
||||
bin/mkill
|
||||
bin/mtop
|
||||
lib/cpan2spec.pl
|
||||
Reference in New Issue
Block a user