<?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"
	>
<channel>
	<title>Comments on: SHOW INNODB STATUS walk through</title>
	<atom:link href="http://www.mysqlperformanceblog.com/2006/07/17/show-innodb-status-walk-through/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mysqlperformanceblog.com/2006/07/17/show-innodb-status-walk-through/</link>
	<description>Everything about MySQL Performance</description>
	<pubDate>Thu, 28 Aug 2008 00:20:54 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: SHOW INNODB STATUS: SEMAPHORES - World Class Ebooks</title>
		<link>http://www.mysqlperformanceblog.com/2006/07/17/show-innodb-status-walk-through/#comment-254783</link>
		<dc:creator>SHOW INNODB STATUS: SEMAPHORES - World Class Ebooks</dc:creator>
		<pubDate>Thu, 20 Mar 2008 06:04:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2006/07/17/show-innodb-status-walk-through/#comment-254783</guid>
		<description>[...]  A summary from the mySQL Performace Blog [...]</description>
		<content:encoded><![CDATA[<p>[...]  A summary from the mySQL Performace Blog [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bart Huls</title>
		<link>http://www.mysqlperformanceblog.com/2006/07/17/show-innodb-status-walk-through/#comment-197756</link>
		<dc:creator>Bart Huls</dc:creator>
		<pubDate>Mon, 19 Nov 2007 09:30:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2006/07/17/show-innodb-status-walk-through/#comment-197756</guid>
		<description>Hi,
When I enter : show table status like "test" \G;

I get
...
...
...

        Comment:
1 row in set (0.05 sec)

ERROR:
No query specified

The Comment field is empty</description>
		<content:encoded><![CDATA[<p>Hi,<br />
When I enter : show table status like &#8220;test&#8221; \G;</p>
<p>I get<br />
&#8230;<br />
&#8230;<br />
&#8230;</p>
<p>        Comment:<br />
1 row in set (0.05 sec)</p>
<p>ERROR:<br />
No query specified</p>
<p>The Comment field is empty</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peter</title>
		<link>http://www.mysqlperformanceblog.com/2006/07/17/show-innodb-status-walk-through/#comment-197753</link>
		<dc:creator>peter</dc:creator>
		<pubDate>Mon, 19 Nov 2007 09:28:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2006/07/17/show-innodb-status-walk-through/#comment-197753</guid>
		<description>Check  Comments for Innodb  tables it shows amount of space free.</description>
		<content:encoded><![CDATA[<p>Check  Comments for Innodb  tables it shows amount of space free.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bart Huls</title>
		<link>http://www.mysqlperformanceblog.com/2006/07/17/show-innodb-status-walk-through/#comment-197713</link>
		<dc:creator>Bart Huls</dc:creator>
		<pubDate>Mon, 19 Nov 2007 08:33:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2006/07/17/show-innodb-status-walk-through/#comment-197713</guid>
		<description>Hi,

Can someone tell me how to get the free datapages available.
I have 50 Gb of InnoDb, and I can't see for how many it's filled up.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Can someone tell me how to get the free datapages available.<br />
I have 50 Gb of InnoDb, and I can&#8217;t see for how many it&#8217;s filled up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peter</title>
		<link>http://www.mysqlperformanceblog.com/2006/07/17/show-innodb-status-walk-through/#comment-181362</link>
		<dc:creator>peter</dc:creator>
		<pubDate>Fri, 26 Oct 2007 09:40:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2006/07/17/show-innodb-status-walk-through/#comment-181362</guid>
		<description>How long uptime is it for ?   Just 8 million of spin waits is not a lot.    I would worry when it is over 100.000/sec</description>
		<content:encoded><![CDATA[<p>How long uptime is it for ?   Just 8 million of spin waits is not a lot.    I would worry when it is over 100.000/sec</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Massimo</title>
		<link>http://www.mysqlperformanceblog.com/2006/07/17/show-innodb-status-walk-through/#comment-181277</link>
		<dc:creator>Massimo</dc:creator>
		<pubDate>Thu, 25 Oct 2007 22:01:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2006/07/17/show-innodb-status-walk-through/#comment-181277</guid>
		<description>in a situation like this:

----------
SEMAPHORES
----------
OS WAIT ARRAY INFO: reservation count 866195, signal count 850669
Mutex spin waits 7873759, rounds 34666553, OS waits 328525
RW-shared spins 178137, OS waits 79292; RW-excl spins 259415, OS waits 230381


I've both spin waits and OS waits very high. What do you suggest to reduce the number of slow OS waits?

Thank you</description>
		<content:encoded><![CDATA[<p>in a situation like this:</p>
<p>&#8212;&#8212;&#8212;-<br />
SEMAPHORES<br />
&#8212;&#8212;&#8212;-<br />
OS WAIT ARRAY INFO: reservation count 866195, signal count 850669<br />
Mutex spin waits 7873759, rounds 34666553, OS waits 328525<br />
RW-shared spins 178137, OS waits 79292; RW-excl spins 259415, OS waits 230381</p>
<p>I&#8217;ve both spin waits and OS waits very high. What do you suggest to reduce the number of slow OS waits?</p>
<p>Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: david</title>
		<link>http://www.mysqlperformanceblog.com/2006/07/17/show-innodb-status-walk-through/#comment-180055</link>
		<dc:creator>david</dc:creator>
		<pubDate>Mon, 22 Oct 2007 09:37:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2006/07/17/show-innodb-status-walk-through/#comment-180055</guid>
		<description>purge stop working and feel stall,pls give us some clues. as the following snippet:
Trx id counter 3 680747938
Purge done for trx's n:o </description>
		<content:encoded><![CDATA[<p>purge stop working and feel stall,pls give us some clues. as the following snippet:<br />
Trx id counter 3 680747938<br />
Purge done for trx&#8217;s n:o</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Re: Trying to correlate SHOW STATUS and SHOW INNODB STATUS &#124; Bla.es</title>
		<link>http://www.mysqlperformanceblog.com/2006/07/17/show-innodb-status-walk-through/#comment-169877</link>
		<dc:creator>Re: Trying to correlate SHOW STATUS and SHOW INNODB STATUS &#124; Bla.es</dc:creator>
		<pubDate>Wed, 19 Sep 2007 14:36:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2006/07/17/show-innodb-status-walk-through/#comment-169877</guid>
		<description>[...] also see something about this on www.mysqlperformanceblog.com/2006/07/17/show-innodb-status-walk-through/ by Peter [...]</description>
		<content:encoded><![CDATA[<p>[...] also see something about this on <a href="http://www.mysqlperformanceblog.com/2006/07/17/show-innodb-status-walk-through/" rel="nofollow">http://www.mysqlperformanceblog.com/2006/07/17/show-innodb-status-walk-through/</a> by Peter [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peter</title>
		<link>http://www.mysqlperformanceblog.com/2006/07/17/show-innodb-status-walk-through/#comment-160935</link>
		<dc:creator>peter</dc:creator>
		<pubDate>Thu, 30 Aug 2007 20:15:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2006/07/17/show-innodb-status-walk-through/#comment-160935</guid>
		<description>I think you can use --raw or some similar option mysql client option to avoid new lines replaced with \n</description>
		<content:encoded><![CDATA[<p>I think you can use &#8211;raw or some similar option mysql client option to avoid new lines replaced with \n</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kiril</title>
		<link>http://www.mysqlperformanceblog.com/2006/07/17/show-innodb-status-walk-through/#comment-160055</link>
		<dc:creator>Kiril</dc:creator>
		<pubDate>Tue, 28 Aug 2007 08:44:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2006/07/17/show-innodb-status-walk-through/#comment-160055</guid>
		<description>Actually, I managed to overcome this, it seems that the output needs to be "piped" with " &#124; " and passed to sed for example, then the proper interactions should be made like : sed "s/\\\\n/\\n/g" - in order to remove the new lines, then you can redirect the output with &#62; to a logfile.</description>
		<content:encoded><![CDATA[<p>Actually, I managed to overcome this, it seems that the output needs to be &#8220;piped&#8221; with &#8221; | &#8221; and passed to sed for example, then the proper interactions should be made like : sed &#8220;s/\\\\n/\\n/g&#8221; - in order to remove the new lines, then you can redirect the output with &gt; to a logfile.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
