<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: sar-sql: The Script Formerly Known as MySAR</title>
	<atom:link href="http://www.pythian.com/news/4703/sar-sql-the-script-formerly-known-as-mysar/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pythian.com/news/4703/sar-sql-the-script-formerly-known-as-mysar/</link>
	<description>News and views from Pythian DBAs</description>
	<lastBuildDate>Fri, 10 Feb 2012 13:01:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: Announcing mycheckpoint: lightweight, SQL oriented monitoring for MySQL &#124; code.openark.org</title>
		<link>http://www.pythian.com/news/4703/sar-sql-the-script-formerly-known-as-mysar/#comment-383531</link>
		<dc:creator>Announcing mycheckpoint: lightweight, SQL oriented monitoring for MySQL &#124; code.openark.org</dc:creator>
		<pubDate>Tue, 10 Nov 2009 13:17:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/news/?p=4703#comment-383531</guid>
		<description>[...] recently, a somewhat similar project, sar-sql was announced by Gerry Narvaja (Ex-Pythian). When sar-sql (formerly MySAR) was announced, my own [...]</description>
		<content:encoded><![CDATA[<p>[...] recently, a somewhat similar project, sar-sql was announced by Gerry Narvaja (Ex-Pythian). When sar-sql (formerly MySAR) was announced, my own [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sheeri Cabral</title>
		<link>http://www.pythian.com/news/4703/sar-sql-the-script-formerly-known-as-mysar/#comment-381509</link>
		<dc:creator>Sheeri Cabral</dc:creator>
		<pubDate>Thu, 29 Oct 2009 19:10:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/news/?p=4703#comment-381509</guid>
		<description>Giannis -- Gerry&#039;s tool was named &quot;mysar&quot;, just like your tool, but it&#039;s completely different.  When someone let him know that there was already a tool named &quot;mysar&quot;, Gerry changed the name, and that was one of the points of this post -- Gerry&#039;s tool is now called &quot;sar-sql&quot; and is different from your &quot;mysar&quot; tool.</description>
		<content:encoded><![CDATA[<p>Giannis &#8212; Gerry&#8217;s tool was named &#8220;mysar&#8221;, just like your tool, but it&#8217;s completely different.  When someone let him know that there was already a tool named &#8220;mysar&#8221;, Gerry changed the name, and that was one of the points of this post &#8212; Gerry&#8217;s tool is now called &#8220;sar-sql&#8221; and is different from your &#8220;mysar&#8221; tool.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Giannis Stoilis</title>
		<link>http://www.pythian.com/news/4703/sar-sql-the-script-formerly-known-as-mysar/#comment-381390</link>
		<dc:creator>Giannis Stoilis</dc:creator>
		<pubDate>Thu, 29 Oct 2009 05:44:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/news/?p=4703#comment-381390</guid>
		<description>Hi,

I am the original MySAR maintainer. It&#039;s great to finally see someone pick up where I left off. Good luck!</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am the original MySAR maintainer. It&#8217;s great to finally see someone pick up where I left off. Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin Swanhart</title>
		<link>http://www.pythian.com/news/4703/sar-sql-the-script-formerly-known-as-mysar/#comment-381377</link>
		<dc:creator>Justin Swanhart</dc:creator>
		<pubDate>Thu, 29 Oct 2009 04:32:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/news/?p=4703#comment-381377</guid>
		<description>I&#039;m sorry.  I assumed that it was collecting SAR data and persisting it into a mysql database.</description>
		<content:encoded><![CDATA[<p>I&#8217;m sorry.  I assumed that it was collecting SAR data and persisting it into a mysql database.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gerry Narvaja</title>
		<link>http://www.pythian.com/news/4703/sar-sql-the-script-formerly-known-as-mysar/#comment-381327</link>
		<dc:creator>Gerry Narvaja</dc:creator>
		<pubDate>Wed, 28 Oct 2009 23:23:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/news/?p=4703#comment-381327</guid>
		<description>As I explained in my initial article: MySAR: A sar-like Utility for MySQL (http://www.pythian.com/news/4230/mysar-a-sar-like-utility-for-mysql) and the follow up: MySAR, a Sidekick for Other Monitoring Tools (http://www.pythian.com/news/4230/mysar-a-sar-like-utility-for-mysql), this script is not intended to replace any monitoring tool.

Example #1: At Pythian, we rarely have access to any of the monitoring tools that the customer might have installed, but we still need to look at a snapshot of what happened when there is an incident. This script gives us a quick and dirty way to query the global status and/or processlist at the time. It has very low overhead and it can be enabled and disabled at will on the crontab.

Example #2: The reason it has *sar* in the name is not casual. Many system administrators that use these monitoring systems, still consult its output for quick and dirty diagnosis and nobody argues about it&#039;s usefulness.

Before starting to code, I spend some time googling for similar utilities, and found none that would provide any persistency of the values in a database.

Using *sar-sql* as a monitoring tool is not going to work. Monitoring tools provide alarms, graphics and notifications which are beyond the scope of this project.

My $.02
G</description>
		<content:encoded><![CDATA[<p>As I explained in my initial article: MySAR: A sar-like Utility for MySQL (<a href="http://www.pythian.com/news/4230/mysar-a-sar-like-utility-for-mysql" rel="nofollow">http://www.pythian.com/news/4230/mysar-a-sar-like-utility-for-mysql</a>) and the follow up: MySAR, a Sidekick for Other Monitoring Tools (<a href="http://www.pythian.com/news/4230/mysar-a-sar-like-utility-for-mysql" rel="nofollow">http://www.pythian.com/news/4230/mysar-a-sar-like-utility-for-mysql</a>), this script is not intended to replace any monitoring tool.</p>
<p>Example #1: At Pythian, we rarely have access to any of the monitoring tools that the customer might have installed, but we still need to look at a snapshot of what happened when there is an incident. This script gives us a quick and dirty way to query the global status and/or processlist at the time. It has very low overhead and it can be enabled and disabled at will on the crontab.</p>
<p>Example #2: The reason it has *sar* in the name is not casual. Many system administrators that use these monitoring systems, still consult its output for quick and dirty diagnosis and nobody argues about it&#8217;s usefulness.</p>
<p>Before starting to code, I spend some time googling for similar utilities, and found none that would provide any persistency of the values in a database.</p>
<p>Using *sar-sql* as a monitoring tool is not going to work. Monitoring tools provide alarms, graphics and notifications which are beyond the scope of this project.</p>
<p>My $.02<br />
G</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin Swanhart</title>
		<link>http://www.pythian.com/news/4703/sar-sql-the-script-formerly-known-as-mysar/#comment-381310</link>
		<dc:creator>Justin Swanhart</dc:creator>
		<pubDate>Wed, 28 Oct 2009 21:40:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/news/?p=4703#comment-381310</guid>
		<description>Seems like you are reinventing the wheel.

There are so many pluggable systems that generate and save metrics that it seems silly to reinvent another one.

Nagios  - active/NRPE checks can collect metrics directly to RRD, but RRD is lossy

EMT - wrap iostat,sar,vmstat,etc and collect CSV files - but there is no way to centrally collect and aggregate them

MonAMI - pluggable monitoring agent that can forward probes to multiple places (nagios, ganglia, mysql collection etc) 

Cacti - has its own poller to collect stats for CPU/MySQL/etc into RRD

And more...

Why keep reinventing the wheel?

I&#039;m becoming a huge fan of MonAMI, as it is a single agent that pushes data to multiple systems for processing.</description>
		<content:encoded><![CDATA[<p>Seems like you are reinventing the wheel.</p>
<p>There are so many pluggable systems that generate and save metrics that it seems silly to reinvent another one.</p>
<p>Nagios  &#8211; active/NRPE checks can collect metrics directly to RRD, but RRD is lossy</p>
<p>EMT &#8211; wrap iostat,sar,vmstat,etc and collect CSV files &#8211; but there is no way to centrally collect and aggregate them</p>
<p>MonAMI &#8211; pluggable monitoring agent that can forward probes to multiple places (nagios, ganglia, mysql collection etc) </p>
<p>Cacti &#8211; has its own poller to collect stats for CPU/MySQL/etc into RRD</p>
<p>And more&#8230;</p>
<p>Why keep reinventing the wheel?</p>
<p>I&#8217;m becoming a huge fan of MonAMI, as it is a single agent that pushes data to multiple systems for processing.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

