NOTICE: This package has been removed from pkgsrc

./wip/innotop, MySQL and InnoDB monitor program

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.9.1, Package name: innotop-1.9.1, Maintainer: filip

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.


Required to run:
[databases/p5-DBI] [databases/p5-DBD-mysql] [lang/perl5] [devel/p5-Term-ReadKey]

Master sites:

SHA1: 6b0b5f492e7188152727f6c157043be180ba516a
RMD160: bc39ee3dbffdf81606af4ea30405404d0aa9ce3c
Filesize: 144.216 KB

Version history: (Expand)


CVS history: (Expand)


   2014-02-17 13:26:23 by Filip Hajny | Files touched by this commit (3) | Package removed
Log message:
Remove innotop, see databases/innotop.
   2013-09-09 16:09:55 by Filip Hajny | Files touched by this commit (2)
Log message:
Update innotop to 1.9.1
* Support of MySQL 5.6 was broken on some pages (issue 82, 83)
* Deadlock clearing transactions is now not included in binary log
  (issue 84)
* New spec file with requirements and build requirements for
  CentOS/RHEL and Fedora
   2013-05-31 22:25:29 by Filip Hajny | Files touched by this commit (2)
Log message:
Update innotop to 1.9.0.

2012-09-07: version 1.9.0

   Changes:
	* A new Health Dashboard (A) mode is the default mode.
	* Added a new InnoDB Locked (K) mode.
	* Added a new 'spark' config variable for sparklines.
	* Added a new fuzzy_time formatting function.
	* Added "query distill" summarizing.
	* Handled more types of errors connecting to the server.
	* Displayed some data more compactly.

   Bugs fixed:
   * Double-quotes were used to terminate strings in SQL (issue 57).
	* T mode didn't show InnoDB transaction times (issue 67).
	* Killing a query didn't suggest the longest-running one automatically.
	* Connections weren't closed on exit (issue 64).
	* Q mode didn't have connections in its header (issue 63).
	* Connections and server groups were poorly handled (issue 68).
	* The RPM spec file was buggy (issue 59).
	* Event filters were defined wrong (issue 54).

2012-02-25: version 1.8.1

   Bugs fixed:
   * Various parsing errors with MySQL 5.5 (issue 23, 45, 47, 51, 52, 53).
   * RPM spec file prevented building on CentOS 5.5 using mock (issue 44).
   * Tests worked only from the test subdirectory (issue 43).

2010-11-06: version 1.8.0

   Changes:
   * Don't re-fetch SHOW VARIABLES every iteration; it's too slow on many hosts.
   * Add a filter to remove EVENT threads in SHOW PROCESSLIST (issue 32).
   * Add a timestamp to output in -n mode, when -t is specified (issue 37).
   * Add a new U mode, for Percona/MariaDB USER_STATISTICS (issue 39).
   * Add support for millisecond query time in Percona Server (issue 39).
   * Display a summary of queries executed in Query List mode (issue 26).

   Bugs fixed:
   * Made config-file reading more robust (issue 41).
   * Hostname parsing wasn't standards compliant (issue 30).
   * MKDEBUG didn't work on some Perl versions (issue 22).
   * Don't try to get InnoDB status if have_innodb != YES (issue 33).
   * Status text from the InnoDB plugin wasn't parsed correctly (issue 36).
   * Transaction ID from InnoDB plugin wasn't subtracted correctly (issue 38).
   * Switching modes and pressing ? for help caused a crash (issue 40).
   2012-11-14 01:15:59 by othyro | Files touched by this commit (77)
Log message:
Fixed invalid CATEGORIES. Some of these also got DISTNAME modified and
minor formatting fixes.
   2012-09-30 07:44:14 by Aleksej Saushev | Files touched by this commit (35)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2010-01-15 19:19:39 by Filip Hajny | Files touched by this commit (3) | Imported package
Log message:
Import innotop-1.7.2 as wip/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.