<?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: Query Response time histogram &#8211; new feature in Percona Server</title>
	<atom:link href="http://www.mysqlperformanceblog.com/2010/07/11/query-response-time-histogram-new-feature-in-percona-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mysqlperformanceblog.com/2010/07/11/query-response-time-histogram-new-feature-in-percona-server/</link>
	<description>Percona&#039;s MySQL &#38; InnoDB performance and scalability blog</description>
	<lastBuildDate>Sat, 11 Feb 2012 16:45:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Baron Schwartz</title>
		<link>http://www.mysqlperformanceblog.com/2010/07/11/query-response-time-histogram-new-feature-in-percona-server/comment-page-1/#comment-795175</link>
		<dc:creator>Baron Schwartz</dc:creator>
		<pubDate>Sun, 23 Jan 2011 21:32:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=3306#comment-795175</guid>
		<description>There are now graphs for this in the Cacti templates I maintain:

http://code.google.com/p/mysql-cacti-templates/wiki/MySQLTemplates

Scroll down to these graphs:

# MySQL Query Response Time (Microseconds)
# MySQL Query Time Histogram (Count)</description>
		<content:encoded><![CDATA[<p>There are now graphs for this in the Cacti templates I maintain:</p>
<p><a href="http://code.google.com/p/mysql-cacti-templates/wiki/MySQLTemplates" rel="nofollow">http://code.google.com/p/mysql-cacti-templates/wiki/MySQLTemplates</a></p>
<p>Scroll down to these graphs:</p>
<p># MySQL Query Response Time (Microseconds)<br />
# MySQL Query Time Histogram (Count)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vadim</title>
		<link>http://www.mysqlperformanceblog.com/2010/07/11/query-response-time-histogram-new-feature-in-percona-server/comment-page-1/#comment-771574</link>
		<dc:creator>Vadim</dc:creator>
		<pubDate>Tue, 17 Aug 2010 01:23:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=3306#comment-771574</guid>
		<description>Sean,

It should come in next two weeks.</description>
		<content:encoded><![CDATA[<p>Sean,</p>
<p>It should come in next two weeks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean</title>
		<link>http://www.mysqlperformanceblog.com/2010/07/11/query-response-time-histogram-new-feature-in-percona-server/comment-page-1/#comment-771554</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Mon, 16 Aug 2010 22:43:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=3306#comment-771554</guid>
		<description>Vadim, is there an eta date on the next release (5.1-12.0)?</description>
		<content:encoded><![CDATA[<p>Vadim, is there an eta date on the next release (5.1-12.0)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dimitri</title>
		<link>http://www.mysqlperformanceblog.com/2010/07/11/query-response-time-histogram-new-feature-in-percona-server/comment-page-1/#comment-769150</link>
		<dc:creator>Dimitri</dc:creator>
		<pubDate>Mon, 12 Jul 2010 18:41:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=3306#comment-769150</guid>
		<description>Great stuff!! - specially when monitoring live the difference between periods you may point exactly to the moment when the deviation is happening!..

Will add it to dim_STAT too :-)

Rgds,
-Dimitri</description>
		<content:encoded><![CDATA[<p>Great stuff!! &#8211; specially when monitoring live the difference between periods you may point exactly to the moment when the deviation is happening!..</p>
<p>Will add it to dim_STAT too <img src='http://www.mysqlperformanceblog.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Rgds,<br />
-Dimitri</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peter</title>
		<link>http://www.mysqlperformanceblog.com/2010/07/11/query-response-time-histogram-new-feature-in-percona-server/comment-page-1/#comment-769134</link>
		<dc:creator>peter</dc:creator>
		<pubDate>Mon, 12 Jul 2010 16:19:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=3306#comment-769134</guid>
		<description>Rob,

This feature acts as a &quot;fingerprint&quot; for a lot of systems - there are going to be some slow queries and some short two, while distribution will stay more or less the same.
Not all the systems have this property of course some may have cron jobs etc which cause significant behavior variance.

For systems with stable workload we can monitory such histogram every 5 minutes or so and track for significant variances. 

Periodic spikes in response time is a frequent problem which is often noticed too late - after it significantly impacts production. Though most of such problems start with more subtle changes.</description>
		<content:encoded><![CDATA[<p>Rob,</p>
<p>This feature acts as a &#8220;fingerprint&#8221; for a lot of systems &#8211; there are going to be some slow queries and some short two, while distribution will stay more or less the same.<br />
Not all the systems have this property of course some may have cron jobs etc which cause significant behavior variance.</p>
<p>For systems with stable workload we can monitory such histogram every 5 minutes or so and track for significant variances. </p>
<p>Periodic spikes in response time is a frequent problem which is often noticed too late &#8211; after it significantly impacts production. Though most of such problems start with more subtle changes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Farid</title>
		<link>http://www.mysqlperformanceblog.com/2010/07/11/query-response-time-histogram-new-feature-in-percona-server/comment-page-1/#comment-769105</link>
		<dc:creator>Farid</dc:creator>
		<pubDate>Mon, 12 Jul 2010 08:54:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=3306#comment-769105</guid>
		<description>Great stuff !

Wondering if there is any overhead with this function enabled ?</description>
		<content:encoded><![CDATA[<p>Great stuff !</p>
<p>Wondering if there is any overhead with this function enabled ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shlomi Noach</title>
		<link>http://www.mysqlperformanceblog.com/2010/07/11/query-response-time-histogram-new-feature-in-percona-server/comment-page-1/#comment-769096</link>
		<dc:creator>Shlomi Noach</dc:creator>
		<pubDate>Mon, 12 Jul 2010 06:24:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=3306#comment-769096</guid>
		<description>Very good stuff! Keep up the good work!</description>
		<content:encoded><![CDATA[<p>Very good stuff! Keep up the good work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matt</title>
		<link>http://www.mysqlperformanceblog.com/2010/07/11/query-response-time-histogram-new-feature-in-percona-server/comment-page-1/#comment-769087</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Mon, 12 Jul 2010 03:51:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=3306#comment-769087</guid>
		<description>thanks, it&#039;s very useful!</description>
		<content:encoded><![CDATA[<p>thanks, it&#8217;s very useful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Callaghan</title>
		<link>http://www.mysqlperformanceblog.com/2010/07/11/query-response-time-histogram-new-feature-in-percona-server/comment-page-1/#comment-769086</link>
		<dc:creator>Mark Callaghan</dc:creator>
		<pubDate>Mon, 12 Jul 2010 03:36:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=3306#comment-769086</guid>
		<description>Excellent. It is great to see our tools and processes get better.</description>
		<content:encoded><![CDATA[<p>Excellent. It is great to see our tools and processes get better.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vadim</title>
		<link>http://www.mysqlperformanceblog.com/2010/07/11/query-response-time-histogram-new-feature-in-percona-server/comment-page-1/#comment-769083</link>
		<dc:creator>Vadim</dc:creator>
		<pubDate>Mon, 12 Jul 2010 03:06:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=3306#comment-769083</guid>
		<description>Rob,

I agree, tagging of queries would give even more sense for query monitoring.
I think we will add it eventually.</description>
		<content:encoded><![CDATA[<p>Rob,</p>
<p>I agree, tagging of queries would give even more sense for query monitoring.<br />
I think we will add it eventually.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

