<?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: How to capture debugging information with mk-loadavg</title>
	<atom:link href="http://www.xaprb.com/blog/2009/10/21/how-to-capture-debugging-information-with-mk-loadavg/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xaprb.com/blog/2009/10/21/how-to-capture-debugging-information-with-mk-loadavg/</link>
	<description>Stay curious!</description>
	<lastBuildDate>Fri, 30 Jul 2010 06:32:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Xaprb</title>
		<link>http://www.xaprb.com/blog/2009/10/21/how-to-capture-debugging-information-with-mk-loadavg/#comment-17137</link>
		<dc:creator>Xaprb</dc:creator>
		<pubDate>Thu, 22 Oct 2009 11:57:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=1365#comment-17137</guid>
		<description>Gerry, yes, I have.</description>
		<content:encoded><![CDATA[<p>Gerry, yes, I have.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gerry</title>
		<link>http://www.xaprb.com/blog/2009/10/21/how-to-capture-debugging-information-with-mk-loadavg/#comment-17135</link>
		<dc:creator>Gerry</dc:creator>
		<pubDate>Thu, 22 Oct 2009 03:54:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=1365#comment-17135</guid>
		<description>This is an interesting technique. However I have observed in some heavily loaded servers that between the time you execute a SHOW  STATUS and SHOW FULL PROCESSLIST some of the running processes may finish. I tried the following command:

[code]
SHOW GLOBAL STATUS LIKE &#039;threads_running&#039;; SHOW PROCESSLIST;
[/code]

The same can be done with &#039;threads_connected&#039;. Under normal conditions the values of the variables and the line count on the processlist should be the same, but under heavy load, I&#039;ve seen differences between the 2. 

Have you had the same experience?

My $.02
G</description>
		<content:encoded><![CDATA[<p>This is an interesting technique. However I have observed in some heavily loaded servers that between the time you execute a SHOW  STATUS and SHOW FULL PROCESSLIST some of the running processes may finish. I tried the following command:</p>
<p>[code]<br />
SHOW GLOBAL STATUS LIKE 'threads_running'; SHOW PROCESSLIST;<br />
[/code]</p>
<p>The same can be done with &#8216;threads_connected&#8217;. Under normal conditions the values of the variables and the line count on the processlist should be the same, but under heavy load, I&#8217;ve seen differences between the 2. </p>
<p>Have you had the same experience?</p>
<p>My $.02<br />
G</p>
]]></content:encoded>
	</item>
</channel>
</rss>
