mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Add p5-mysql-genocide, mysql-genocide helps you play with big MySQL
processlists. It can filter it using different criterias like execution time, query type, user or regexp matching of the SQL query etc. Actions can then be peformed on the result like killing, sorting or generating statistics.
This commit is contained in:
parent
78dee16f38
commit
35d2fcad4e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=214934
4 changed files with 38 additions and 0 deletions
|
@ -339,6 +339,7 @@
|
|||
SUBDIR += p5-Tie-DBI
|
||||
SUBDIR += p5-Time-Piece-MySQL
|
||||
SUBDIR += p5-hp200lx-db
|
||||
SUBDIR += p5-mysql-genocide
|
||||
SUBDIR += p5-postgresql-plperl
|
||||
SUBDIR += p5-qdbm
|
||||
SUBDIR += p5-sqlrelay
|
||||
|
|
28
databases/p5-mysql-genocide/Makefile
Normal file
28
databases/p5-mysql-genocide/Makefile
Normal file
|
@ -0,0 +1,28 @@
|
|||
# New ports collection makefile for: p5-mysql-genocide
|
||||
# Date created: 2008/06/16
|
||||
# Whom: chinsan
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= mysql-genocide
|
||||
PORTVERSION= 0.03
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= ../../authors/id/R/RS/RSOLIV
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= chinsan@FreeBSD.org
|
||||
COMMENT= Parallel operation on MySQL processlist
|
||||
|
||||
BUILD_DEPENDS= p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
MAN1= mysql-genocide.1
|
||||
|
||||
PLIST_FILES= bin/mysql-genocide \
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/mysql-genocide/.packlist
|
||||
PLIST_DIRS= %%SITE_PERL%%/%%PERL_ARCH%%/auto/mysql-genocide
|
||||
|
||||
.include <bsd.port.mk>
|
3
databases/p5-mysql-genocide/distinfo
Normal file
3
databases/p5-mysql-genocide/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (mysql-genocide-0.03.tar.gz) = c1611238e4306b6a30556ec87015c1df
|
||||
SHA256 (mysql-genocide-0.03.tar.gz) = 02ac76c895b18e7b39d13d4dd1a21850568e25301f94ca1836faa8eb0b95601c
|
||||
SIZE (mysql-genocide-0.03.tar.gz) = 7943
|
6
databases/p5-mysql-genocide/pkg-descr
Normal file
6
databases/p5-mysql-genocide/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
mysql-genocide helps you play with big MySQL processlists. It can filter it
|
||||
using different criterias like execution time, query type, user or regexp
|
||||
matching of the SQL query etc. Actions can then be peformed on the result
|
||||
like killing, sorting or generating statistics.
|
||||
|
||||
WWW: http://search.cpan.org/dist/mysql-genocide/
|
Loading…
Add table
Reference in a new issue