<?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: Watching a slave catchup</title>
	<atom:link href="http://ronaldbradford.com/blog/watching-a-slave-catchup-2009-02-24/feed/" rel="self" type="application/rss+xml" />
	<link>http://ronaldbradford.com/blog/watching-a-slave-catchup-2009-02-24/</link>
	<description>Expert times and information on MySQL</description>
	<lastBuildDate>Thu, 11 Mar 2010 23:36:27 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Matthew Montgomery</title>
		<link>http://ronaldbradford.com/blog/watching-a-slave-catchup-2009-02-24/comment-page-1/#comment-463</link>
		<dc:creator>Matthew Montgomery</dc:creator>
		<pubDate>Tue, 24 Feb 2009 19:03:58 +0000</pubDate>
		<guid isPermaLink="false">http://ronaldbradford.com/blog/?p=1224#comment-463</guid>
		<description>http://day32.com/MySQL/time_behind_master.sh produces the same but in a human readable &quot;2 days 7 hours 15 minutes 37 seconds&quot; time format.</description>
		<content:encoded><![CDATA[<p><a href="http://day32.com/MySQL/time_behind_master.sh" rel="nofollow">http://day32.com/MySQL/time_behind_master.sh</a> produces the same but in a human readable &#8220;2 days 7 hours 15 minutes 37 seconds&#8221; time format.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darren Cassar</title>
		<link>http://ronaldbradford.com/blog/watching-a-slave-catchup-2009-02-24/comment-page-1/#comment-462</link>
		<dc:creator>Darren Cassar</dc:creator>
		<pubDate>Tue, 24 Feb 2009 17:17:20 +0000</pubDate>
		<guid isPermaLink="false">http://ronaldbradford.com/blog/?p=1224#comment-462</guid>
		<description>Another solution keeping it to basic commands:

while [ 1 ]; do mysql -uuser -ppassword -e &quot;show slave status\G&quot; &#124; grep Seconds_Behind_Master; sleep 1; done</description>
		<content:encoded><![CDATA[<p>Another solution keeping it to basic commands:</p>
<p>while [ 1 ]; do mysql -uuser -ppassword -e &#8220;show slave status\G&#8221; | grep Seconds_Behind_Master; sleep 1; done</p>
]]></content:encoded>
	</item>
</channel>
</rss>
