<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>
<channel>
	<title>beer planet &#187; webyog</title>
	<atom:link href="http://beerpla.net/tag/webyog/feed/" rel="self" type="application/rss+xml" />
	<link>http://beerpla.net</link>
	<description>where things have nothing to do with beer - tutorials, tips, how-tos, thoughts, hacks, and other techy nonsense</description>
	<lastBuildDate>Sun, 08 Aug 2010 23:59:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<atom:link rel='hub' href='http://beerpla.net/?pushpress=hub'/>
		<item>
		<title>MySQL Conference Liveblogging: Monitoring Tools (Wednesday 5:15PM)</title>
		<link>http://beerpla.net/2008/04/16/mysql-conference-liveblogging-monitoring-tools-wednesday-515pm/</link>
		<comments>http://beerpla.net/2008/04/16/mysql-conference-liveblogging-monitoring-tools-wednesday-515pm/#comments</comments>
		<pubDate>Thu, 17 Apr 2008 00:20:57 +0000</pubDate>
		<dc:creator>Artem Russakovskii</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[cacti]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[fiveruns]]></category>
		<category><![CDATA[heartbeat]]></category>
		<category><![CDATA[hyperic]]></category>
		<category><![CDATA[innotop]]></category>
		<category><![CDATA[mon]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[monyog]]></category>
		<category><![CDATA[moodss]]></category>
		<category><![CDATA[mtstat]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[mysqladmin]]></category>
		<category><![CDATA[mytop]]></category>
		<category><![CDATA[nagios]]></category>
		<category><![CDATA[nagiosql]]></category>
		<category><![CDATA[sqlyog]]></category>
		<category><![CDATA[tool]]></category>
		<category><![CDATA[webyog]]></category>
		<category><![CDATA[zabbix]]></category>
		<category><![CDATA[zenoss]]></category>
		<guid isPermaLink="false">http://beerpla.net/2008/04/16/mysql-conference-liveblogging-monitoring-tools-wednesday-515pm/</guid>
		<description><![CDATA[<ul>
<li>Tom Hanlon of MySQL presents</li>
<li>monitoring tool basics
<ul>
<li>SHOW FULL PROCESSLIST</li>
<li>SHOW GLOBAL STATUS</li>
<li>SHOW GLOBAL VARIABLES</li>
</ul>
</li>
<li>basic tools
<ul>
<li>mysqladmin is provided with the server
<ul>
<li>mysqladmin -i 10 extended status: will repeat the same command every 10 seconds. Pipe through grep &#034;and smoke it&#034; (<em>bad pun, hah hah</em>)</li>
<li>-r: show only changed values</li>
</ul>
</li>
<li>MySQL Administrator</li>
</ul>
</li>
<li>cacti
<ul>
<li>rrdtool based network graphing tool</li>
<li>uses snmp</li>
<li>PHP apache and MySQL based solution</li>
<li>MySQL plugins, download and install</li>
<li>&#034;poller&#034; gathers data and populates the graphs</li>
<li>someone offers <a href="http://munin.projects.linpro.no/">munin</a> as an alternative
<ul></ul></li></ul></li></ul><p>...<div class=clear></div> <a href="http://beerpla.net/2008/04/16/mysql-conference-liveblogging-monitoring-tools-wednesday-515pm/" class="read_more"><div class=excerpt-end>Read the rest of this article &#187;</div></a></p>]]></description>
			<content:encoded><![CDATA[<ul>
<li>Tom Hanlon of MySQL presents</li>
<li>monitoring tool basics
<ul>
<li>SHOW FULL PROCESSLIST</li>
<li>SHOW GLOBAL STATUS</li>
<li>SHOW GLOBAL VARIABLES</li>
</ul>
</li>
<li>basic tools
<ul>
<li>mysqladmin is provided with the server
<ul>
<li>mysqladmin -i 10 extended status: will repeat the same command every 10 seconds. Pipe through grep &#034;and smoke it&#034; (<em>bad pun, hah hah</em>)</li>
<li>-r: show only changed values</li>
</ul>
</li>
<li>MySQL Administrator</li>
</ul>
</li>
<li>cacti
<ul>
<li>rrdtool based network graphing tool</li>
<li>uses snmp</li>
<li>PHP apache and MySQL based solution</li>
<li>MySQL plugins, download and install</li>
<li>&#034;poller&#034; gathers data and populates the graphs</li>
<li>someone offers <a href="http://munin.projects.linpro.no/">munin</a> as an alternative
<ul>
<li>not snmp based, its own agent is used</li>
</ul>
</li>
<li>pros
<ul>
<li>cacti is fairly easy to configure</li>
</ul>
</li>
<li>cons
<ul>
<li>could be CPU intensive with lots of machines (<em>Perl polling seems to be the problem</em>)</li>
</ul>
</li>
</ul>
</li>
<li>zenoss
<ul>
<li>complete network monitoring tool</li>
<li>AJAX, integrated with Google Maps (<em>if you don&#039;t know where the servers are, everyone laughs at this comment)</em></li>
</ul>
</li>
<li>innotop
<ul>
<li>monitoring innodb, complex output</li>
<li>developed by Baron Schwartz</li>
</ul>
</li>
<li><a href="http://jeremy.zawodny.com/mysql/mytop/">mytop</a>
<ul>
<li>similar to Linux&#039;s top</li>
<li>filter connections on database/host being used</li>
<li>queries per sec</li>
</ul>
</li>
<li><a href="https://launchpad.net/mtstat">mtstat-mysql</a>
<ul>
<li>plugin for the system monitoring tool <a href="https://launchpad.net/mtstat">mtstat</a></li>
<li><a href="https://launchpad.net/mtstat">mtstat</a> provides functionality of vmstat and iostat tools to monitor system activity</li>
</ul>
</li>
<li><a href="http://www.nagios.org/">nagios</a>
<ul>
<li>nagios is more of a notification tool, although it can do graphs</li>
<li>pain to set up, text config files, but still the most widely used tool, should be better in upcoming versions</li>
<li><a title="http://www.nagiosql.org/" href="http://www.nagiosql.org/">NagiosQL</a> is a front end tool for nagios administration (<em>somebody from the audience pointed this out, that&#039;s completely new to me!</em>)</li>
<li><em>I offer <a href="http://www.zabbix.com/">zabbix</a> as an alternative</em></li>
<li><em><a href="http://www.hyperic.com/"><strong>hyperic</strong></a><strong> is another, apparently very easy to set up, with service autodiscovery</strong></em></li>
</ul>
</li>
<li><a href="http://www.mysql.com/products/enterprise/monitor.html">MySQL Enterprise Monitor</a> (not free)
<ul>
<li>graphs, monitoring, GUI</li>
<li>built by MySQL folks themselves</li>
<li>agent based</li>
<li>well organized</li>
</ul>
</li>
<li><em><a href="http://www.webyog.com/">webyog</a>, <a href="http://www.webyog.com/">sqlyog</a>, <a href="http://www.webyog.com/">monyog</a>, <a href="http://mon.wiki.kernel.org/index.php/Main_Page">mon</a>, <a href="http://www.linux-ha.org/Heartbeat">heartbeat</a>, <a href="http://moodss.sourceforge.net/">moodss</a>, <a href="http://www.fiveruns.com/products">fiveruns</a> are added by the audience members</em></li>
</ul>
<div class="shr-bookmarks shr-bookmarks-expand">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=MySQL+Conference+Liveblogging%3A+Monitoring+Tools+%28Wednesday+5%3A15PM%29+-+http://bit.ly/aIhehf&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://beerpla.net/2008/04/16/mysql-conference-liveblogging-monitoring-tools-wednesday-515pm/&amp;t=MySQL+Conference+Liveblogging%3A+Monitoring+Tools+%28Wednesday+5%3A15PM%29" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://beerpla.net/2008/04/16/mysql-conference-liveblogging-monitoring-tools-wednesday-515pm/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-hackernews">
			<a href="http://news.ycombinator.com/submitlink?u=http://beerpla.net/2008/04/16/mysql-conference-liveblogging-monitoring-tools-wednesday-515pm/&amp;t=MySQL+Conference+Liveblogging%3A+Monitoring+Tools+%28Wednesday+5%3A15PM%29" rel="nofollow" class="external" title="Submit this to Hacker News">Submit this to Hacker News</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://beerpla.net/2008/04/16/mysql-conference-liveblogging-monitoring-tools-wednesday-515pm/&amp;title=MySQL+Conference+Liveblogging%3A+Monitoring+Tools+%28Wednesday+5%3A15PM%29" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://beerpla.net/2008/04/16/mysql-conference-liveblogging-monitoring-tools-wednesday-515pm/&amp;title=MySQL+Conference+Liveblogging%3A+Monitoring+Tools+%28Wednesday+5%3A15PM%29" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://beerpla.net/2008/04/16/mysql-conference-liveblogging-monitoring-tools-wednesday-515pm/&amp;title=MySQL+Conference+Liveblogging%3A+Monitoring+Tools+%28Wednesday+5%3A15PM%29" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://beerpla.net/2008/04/16/mysql-conference-liveblogging-monitoring-tools-wednesday-515pm/&amp;title=MySQL+Conference+Liveblogging%3A+Monitoring+Tools+%28Wednesday+5%3A15PM%29" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-mail">
			<a href="mailto:?subject=%22MySQL%20Conference%20Liveblogging%3A%20Monitoring%20Tools%20%28Wednesday%205%3A15PM%29%22&amp;body=Link: http://beerpla.net/2008/04/16/mysql-conference-liveblogging-monitoring-tools-wednesday-515pm/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A %0D%0A%09Tom%20Hanlon%20of%20MySQL%20presents%0D%0A%09monitoring%20tool%20basics%0D%0A%0D%0A%09SHOW%20FULL%20PROCESSLIST%0D%0A%09SHOW%20GLOBAL%20STATUS%0D%0A%09SHOW%20GLOBAL%20VARIABLES%0D%0A%0D%0A%0D%0A%09basic%20tools%0D%0A%0D%0A%09mysqladmin%20is%20provided%20with%20the%20server%0D%0A%0D%0A%09mysqladmin%20-i%2010%20extended%20status%3A%20will%20repeat%20the%20same%20command%20every%2010%20seconds.%20Pipe%20through%20grep%20%22and%20smo" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
Similar Posts:<ul><li><a href="http://beerpla.net/2008/04/16/mysql-conference-liveblogging-benchmarking-tools-wednesday-425pm/" rel="bookmark" title="April 16, 2008">MySQL Conference Liveblogging: Benchmarking Tools (Wednesday 4:25PM)</a></li>
<li><a href="http://beerpla.net/2008/12/19/monitor-all-your-domains-from-one-location/" rel="bookmark" title="December 19, 2008">Monitor All Your Domains From One Location</a></li>
<li><a href="http://beerpla.net/2008/03/25/navicat-for-mysql-bugs-filed/" rel="bookmark" title="March 25, 2008">Navicat For MySQL Bugs Filed</a></li>
<li><a href="http://beerpla.net/2008/03/24/mysql-conference-2008/" rel="bookmark" title="March 24, 2008">MySQL Conference 2008</a></li>
<li><a href="http://beerpla.net/2008/04/17/mysql-conference-liveblogging-optimizing-mysql-for-high-volume-data-logging-applications-thursday-250pm/" rel="bookmark" title="April 17, 2008">MySQL Conference Liveblogging: Optimizing MySQL For High Volume Data Logging Applications (Thursday 2:50PM)</a></li>
</ul><!-- Similar Posts took 8.966 ms --><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://beerpla.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://beerpla.net/2008/04/16/mysql-conference-liveblogging-monitoring-tools-wednesday-515pm/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
