Announcing innotop 1.9.0
I’ve just released innotop version 1.9.0. This version fixes a lot of bugs, makes the tool work better when monitoring dozens of MySQL servers, and adds two new modes: a Health Dashboard and an InnoDB Blockers/Blocked mode.
Stay curious!
I’ve just released innotop version 1.9.0. This version fixes a lot of bugs, makes the tool work better when monitoring dozens of MySQL servers, and adds two new modes: a Health Dashboard and an InnoDB Blockers/Blocked mode.
I really like the “A” option. Thank you.
I am receiving an error when exiting the program that I did not have before. Are you receiving this as well, or is it a problem local to me?
DBI::db=HASH(0x15f1fc8)->disconnect invalidates 1 active statement handle (either destroy statement handles or call finish on them before disconnecting) at /usr/local/bin/innotop line 7653.
Valerie
8 Sep 12 at 12:40 pm
It’s an error that’s actually handled by the program, but DBI is printing to STDERR instead of just throwing an error. It’s irritating and I’m not yet sure the best way to fix it. Previously I just made innotop quit, but another user pointed out that this didn’t close the connections properly, which caused MySQL to print warnings into its connection logs when configured to log more verbosely. Now I’m closing the connections but DBI is complaining that I didn’t destroy all of the statement handles first. This is one of the “features” I have never liked about DBI. Make you a deal: I’ll fix it if you file a bug report :-)
Xaprb
9 Sep 12 at 9:13 pm
Deal. :) Done:
http://code.google.com/p/innotop/issues/detail?id=71&thanks=71&ts=1347301089
Valerie
10 Sep 12 at 2:18 pm