summaryrefslogtreecommitdiff
path: root/databases/innotop
diff options
context:
space:
mode:
authorfhajny <fhajny>2013-09-13 08:39:42 +0000
committerfhajny <fhajny>2013-09-13 08:39:42 +0000
commit01bfa895479aefe2c0000014af0a06447e4857c3 (patch)
treeca850c6451c83ef675b92eca1ea7de4950468be5 /databases/innotop
parentffc892ebd786d4ebb794757af5ac065ea10784a4 (diff)
downloadpkgsrc-01bfa895479aefe2c0000014af0a06447e4857c3.tar.gz
Import databases/innotop.
MySQL and InnoDB transaction/status monitor. Like 'top' for MySQL. Displays queries, InnoDB transactions, lock waits, deadlocks, foreign key errors, open tables, replication status, buffer information, row operations, logs, I/O operations, load graph, and more. You can monitor many servers at once with innotop.
Diffstat (limited to 'databases/innotop')
-rw-r--r--databases/innotop/DESCR5
-rw-r--r--databases/innotop/Makefile22
-rw-r--r--databases/innotop/distinfo5
3 files changed, 32 insertions, 0 deletions
diff --git a/databases/innotop/DESCR b/databases/innotop/DESCR
new file mode 100644
index 00000000000..fefad5a22cc
--- /dev/null
+++ b/databases/innotop/DESCR
@@ -0,0 +1,5 @@
+MySQL and InnoDB transaction/status monitor. Like 'top' for MySQL. Displays
+queries, InnoDB transactions, lock waits, deadlocks, foreign key errors, open
+tables, replication status, buffer information, row operations, logs, I/O
+operations, load graph, and more. You can monitor many servers at once with
+innotop.
diff --git a/databases/innotop/Makefile b/databases/innotop/Makefile
new file mode 100644
index 00000000000..d20997088d0
--- /dev/null
+++ b/databases/innotop/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2013/09/13 08:39:42 fhajny Exp $
+#
+
+DISTNAME= innotop-1.9.1
+CATEGORIES= databases
+MASTER_SITES= http://innotop.googlecode.com/files/
+
+MAINTAINER= filip@joyent.com
+HOMEPAGE= http://code.google.com/p/innotop/
+COMMENT= MySQL and InnoDB monitor program
+LICENSE= gnu-gpl-v2
+
+DEPENDS+= p5-Term-ReadKey>=2.10:../../devel/p5-Term-ReadKey
+DEPENDS+= p5-DBI>=1.13:../../databases/p5-DBI
+DEPENDS+= p5-DBD-mysql>=1.0:../../databases/p5-DBD-mysql
+
+PERL5_PACKLIST= auto/innotop/.packlist
+REPLACE_PERL= innotop
+NO_BUILD= YES
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/databases/innotop/distinfo b/databases/innotop/distinfo
new file mode 100644
index 00000000000..68c1f1d2ce0
--- /dev/null
+++ b/databases/innotop/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2013/09/13 08:39:42 fhajny Exp $
+
+SHA1 (innotop-1.9.1.tar.gz) = 6b0b5f492e7188152727f6c157043be180ba516a
+RMD160 (innotop-1.9.1.tar.gz) = bc39ee3dbffdf81606af4ea30405404d0aa9ce3c
+Size (innotop-1.9.1.tar.gz) = 147677 bytes