1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup perl5 1.0 |
---|
5 | |
---|
6 | perl5.setup innotop 1.6.0 |
---|
7 | maintainers akira openmaintainer |
---|
8 | description A MySQL and InnoDB monitor program. |
---|
9 | long_description MySQL and InnoDB transaction/status monitor. \ |
---|
10 | Like 'top' for MySQL. Displays queries, InnoDB \ |
---|
11 | transactions, lock waits, deadlocks, foreign key \ |
---|
12 | errors, open tables, replication status, buffer \ |
---|
13 | information, row operations, logs, I/O \ |
---|
14 | operations, load graph, and more. You can \ |
---|
15 | monitor any servers at once with innotop. |
---|
16 | homepage http://sourceforge.net/projects/innotop/ |
---|
17 | platforms darwin |
---|
18 | master_sites sourceforge:innotop |
---|
19 | dist_subdir innotop |
---|
20 | |
---|
21 | checksums md5 3f90e94b96b9c27bf2a162f85df75dcb \ |
---|
22 | sha1 8b6923bdcbee3359097b78f62a48c555f57f261a \ |
---|
23 | rmd160 727f97cb71f83aa2b1fd51b74a557ff0243fbdbb |
---|
24 | |
---|
25 | depends_lib port:p5-dbi \ |
---|
26 | port:p5-dbd-mysql \ |
---|
27 | port:p5-term-readkey |
---|