Comments on: A new dashboard for innotop http://www.xaprb.com/blog/2012/08/14/a-new-dashboard-for-innotop/ Stay curious! Thu, 02 May 2013 12:36:53 +0000 hourly 1 http://wordpress.org/?v=3.5.1 By: Xaprb http://www.xaprb.com/blog/2012/08/14/a-new-dashboard-for-innotop/#comment-20197 Xaprb Wed, 29 Aug 2012 20:47:22 +0000 http://www.xaprb.com/blog/?p=2776#comment-20197 SHOW STATUS, SHOW SLAVE STATUS and SHOW PROCESSLIST. I intentionally didn’t make it run SHOW INNODB STATUS. Mine refreshes every 30 seconds and I’m using it to watch about 35 servers. It runs those queries serially on every host, so it takes a couple seconds to refresh.

]]>
By: Will G. http://www.xaprb.com/blog/2012/08/14/a-new-dashboard-for-innotop/#comment-20194 Will G. Tue, 28 Aug 2012 22:35:22 +0000 http://www.xaprb.com/blog/?p=2776#comment-20194 What kind of overhead (both on the servers and on the host running this) would be generated? I’d like to run this as my on call dashboard, but we’d be connecting to something like 100 different instances (only displaying about 2 dozen max most of the time)

]]>
By: Xaprb http://www.xaprb.com/blog/2012/08/14/a-new-dashboard-for-innotop/#comment-20158 Xaprb Wed, 15 Aug 2012 00:52:56 +0000 http://www.xaprb.com/blog/?p=2776#comment-20158 The Unicode characters would be good, I agree. Anyone want to volunteer a Perl code snippet? Anyone named Brian F at Percona?

]]>
By: Fernando ipar http://www.xaprb.com/blog/2012/08/14/a-new-dashboard-for-innotop/#comment-20157 Fernando ipar Tue, 14 Aug 2012 23:44:12 +0000 http://www.xaprb.com/blog/?p=2776#comment-20157 Hey Baron,

This is great, thanks!
I have been using innotop daily at work for the last year or so, and this dashboard is a welcome addition!

I do agree that the unicode block characters would make it even better too.

Regards,
Fernando.

]]>
By: Tim McCormack http://www.xaprb.com/blog/2012/08/14/a-new-dashboard-for-innotop/#comment-20156 Tim McCormack Tue, 14 Aug 2012 19:50:47 +0000 http://www.xaprb.com/blog/?p=2776#comment-20156 I’m having a terrible time seeing those as line graphs. If you’re not restricted to ASCII, you could use some Unicode block characters, as this script does:

https://github.com/Mgccl/mgccl-haskell/blob/master/random/spark.hs

]]>