<?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: Maatkit Now Supports Memcached</title>
	<atom:link href="http://www.mysqlperformanceblog.com/2009/07/24/maatkit-now-supports-memcached/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mysqlperformanceblog.com/2009/07/24/maatkit-now-supports-memcached/</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: CaptTofu</title>
		<link>http://www.mysqlperformanceblog.com/2009/07/24/maatkit-now-supports-memcached/comment-page-1/#comment-625452</link>
		<dc:creator>CaptTofu</dc:creator>
		<pubDate>Thu, 06 Aug 2009 22:43:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=753#comment-625452</guid>
		<description>Daniel,

removing the -v helped, but a later run, even without the -v, gave me the error. It was a huge dump file, and strangely, while I was doing this, my amazon instance kicked me out and wouldn&#039;t let me back in (not related I&#039;m sure!) So I have no way of obtaining that file that was giving me problems.</description>
		<content:encoded><![CDATA[<p>Daniel,</p>
<p>removing the -v helped, but a later run, even without the -v, gave me the error. It was a huge dump file, and strangely, while I was doing this, my amazon instance kicked me out and wouldn&#8217;t let me back in (not related I&#8217;m sure!) So I have no way of obtaining that file that was giving me problems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://www.mysqlperformanceblog.com/2009/07/24/maatkit-now-supports-memcached/comment-page-1/#comment-625297</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Thu, 06 Aug 2009 17:33:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=753#comment-625297</guid>
		<description>Due to loss of formatting, the above sample output is missing spaces before each hex dump line.</description>
		<content:encoded><![CDATA[<p>Due to loss of formatting, the above sample output is missing spaces before each hex dump line.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://www.mysqlperformanceblog.com/2009/07/24/maatkit-now-supports-memcached/comment-page-1/#comment-625296</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Thu, 06 Aug 2009 17:32:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=753#comment-625296</guid>
		<description>CaptTofu, I see you commented on http://code.google.com/p/maatkit/issues/detail?id=544 and that you fixed this by removing the -v option from tcpdump?

Currently, the tcpdump output must be like:

2009-07-04 21:33:39.229179 IP 127.0.0.1.35126 &gt; 127.0.0.1.11211: tcp 31
        0x0000:  4500 0053 1d2a 4000 4006 1f79 7f00 0001
        0x0010:  7f00 0001 8936 2bcb d4c3 3924 d4c8 1de4
        0x0020:  8018 0201 fe47 0000 0101 080a 0008 240b
        0x0030:  0008 240b 7365 7420 6d79 5f6b 6579 2030
        0x0040:  2030 2031 300d 0a53 6f6d 6520 7661 6c75
        0x0050:  650d 0a

So you may need to tweak your tcpdump options to get the output correct.  Any extra info will confuse the tcpdump parser and cause these kinds of errors.</description>
		<content:encoded><![CDATA[<p>CaptTofu, I see you commented on <a href="http://code.google.com/p/maatkit/issues/detail?id=544" rel="nofollow">http://code.google.com/p/maatkit/issues/detail?id=544</a> and that you fixed this by removing the -v option from tcpdump?</p>
<p>Currently, the tcpdump output must be like:</p>
<p>2009-07-04 21:33:39.229179 IP 127.0.0.1.35126 &gt; 127.0.0.1.11211: tcp 31<br />
        0&#215;0000:  4500 0053 1d2a 4000 4006 1f79 7f00 0001<br />
        0&#215;0010:  7f00 0001 8936 2bcb d4c3 3924 d4c8 1de4<br />
        0&#215;0020:  8018 0201 fe47 0000 0101 080a 0008 240b<br />
        0&#215;0030:  0008 240b 7365 7420 6d79 5f6b 6579 2030<br />
        0&#215;0040:  2030 2031 300d 0a53 6f6d 6520 7661 6c75<br />
        0&#215;0050:  650d 0a</p>
<p>So you may need to tweak your tcpdump options to get the output correct.  Any extra info will confuse the tcpdump parser and cause these kinds of errors.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CaptTofu</title>
		<link>http://www.mysqlperformanceblog.com/2009/07/24/maatkit-now-supports-memcached/comment-page-1/#comment-625124</link>
		<dc:creator>CaptTofu</dc:creator>
		<pubDate>Thu, 06 Aug 2009 13:10:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=753#comment-625124</guid>
		<description>Hi there!

I&#039;m excited to try this out, but have similar problems shown here in the comments:

mk_query_digest:6758 23474 Use of uninitialized value $source in pattern match (m//) at /usr/bin/mk-query-digest line 2045,  chunk 180.

Many lines of this - I even tried to make modifications to not apply the regex if not defined, but I&#039;m not getting anywhere with it.

The tcpdump command options:

tcpdump -s 65535 -v -x -n -q -tttt -i any port 11211 &gt; memc_tcpdump.txt

Any suggestions?

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi there!</p>
<p>I&#8217;m excited to try this out, but have similar problems shown here in the comments:</p>
<p>mk_query_digest:6758 23474 Use of uninitialized value $source in pattern match (m//) at /usr/bin/mk-query-digest line 2045,  chunk 180.</p>
<p>Many lines of this &#8211; I even tried to make modifications to not apply the regex if not defined, but I&#8217;m not getting anywhere with it.</p>
<p>The tcpdump command options:</p>
<p>tcpdump -s 65535 -v -x -n -q -tttt -i any port 11211 &gt; memc_tcpdump.txt</p>
<p>Any suggestions?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://www.mysqlperformanceblog.com/2009/07/24/maatkit-now-supports-memcached/comment-page-1/#comment-623599</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Mon, 03 Aug 2009 20:36:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=753#comment-623599</guid>
		<description>For those having issues parsing memcached dumps, I&#039;ll be happy to fix them, but I&#039;ll need a sample of your dump file that&#039;s causing the crash.  If your dump file doesn&#039;t have private data, could you please create a new issue at http://code.google.com/p/maatkit/issues/list and upload the dump file?  Else, you can email me your dump file, I&#039;ll fix it and keep your data private; the address is my name at percona.com.

Also, if you haven&#039;t tried the latest version already, try it: wget www.maatkit.org/trunk/mk-query-digest
I fixed some similar issues last week with memc parsing.</description>
		<content:encoded><![CDATA[<p>For those having issues parsing memcached dumps, I&#8217;ll be happy to fix them, but I&#8217;ll need a sample of your dump file that&#8217;s causing the crash.  If your dump file doesn&#8217;t have private data, could you please create a new issue at <a href="http://code.google.com/p/maatkit/issues/list" rel="nofollow">http://code.google.com/p/maatkit/issues/list</a> and upload the dump file?  Else, you can email me your dump file, I&#8217;ll fix it and keep your data private; the address is my name at percona.com.</p>
<p>Also, if you haven&#8217;t tried the latest version already, try it: wget <a href="http://www.maatkit.org/trunk/mk-query-digest" rel="nofollow">http://www.maatkit.org/trunk/mk-query-digest</a><br />
I fixed some similar issues last week with memc parsing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DLS</title>
		<link>http://www.mysqlperformanceblog.com/2009/07/24/maatkit-now-supports-memcached/comment-page-1/#comment-623591</link>
		<dc:creator>DLS</dc:creator>
		<pubDate>Mon, 03 Aug 2009 20:14:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=753#comment-623591</guid>
		<description>I also get errors: 

# mk_query_digest:6758 29461 Use of uninitialized value in pattern match (m//) at mk-query-digest line 2045,  chunk 2972.

Here&#039;s how I captured tcpdump:

tcpdump -s 65535 -v -x -n -q -tttt -i any port 11211 &gt; memc_tcpdump.txt</description>
		<content:encoded><![CDATA[<p>I also get errors: </p>
<p># mk_query_digest:6758 29461 Use of uninitialized value in pattern match (m//) at mk-query-digest line 2045,  chunk 2972.</p>
<p>Here&#8217;s how I captured tcpdump:</p>
<p>tcpdump -s 65535 -v -x -n -q -tttt -i any port 11211 &gt; memc_tcpdump.txt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gavin Towey</title>
		<link>http://www.mysqlperformanceblog.com/2009/07/24/maatkit-now-supports-memcached/comment-page-1/#comment-621108</link>
		<dc:creator>Gavin Towey</dc:creator>
		<pubDate>Thu, 30 Jul 2009 22:05:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=753#comment-621108</guid>
		<description>When I try to use it, it just gives lots of these lines:

./mk-query-digest --type memcached memc_tcpdump.txt

# mk_query_digest:6758 5136 tell() on closed filehandle at ./mk-query-digest line 2019.</description>
		<content:encoded><![CDATA[<p>When I try to use it, it just gives lots of these lines:</p>
<p>./mk-query-digest &#8211;type memcached memc_tcpdump.txt</p>
<p># mk_query_digest:6758 5136 tell() on closed filehandle at ./mk-query-digest line 2019.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://www.mysqlperformanceblog.com/2009/07/24/maatkit-now-supports-memcached/comment-page-1/#comment-616472</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Fri, 24 Jul 2009 22:50:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=753#comment-616472</guid>
		<description>Hey Piotr,  

How&#039;d you capture tcpdump info?  Also, it doesn&#039;t yet understand IPv6.  Send Daniel the tcpdump output.  And let&#039;s put bug reports on Google Code:)</description>
		<content:encoded><![CDATA[<p>Hey Piotr,  </p>
<p>How&#8217;d you capture tcpdump info?  Also, it doesn&#8217;t yet understand IPv6.  Send Daniel the tcpdump output.  And let&#8217;s put bug reports on Google Code:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Piotr</title>
		<link>http://www.mysqlperformanceblog.com/2009/07/24/maatkit-now-supports-memcached/comment-page-1/#comment-616381</link>
		<dc:creator>Piotr</dc:creator>
		<pubDate>Fri, 24 Jul 2009 21:57:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=753#comment-616381</guid>
		<description>I have

root@lb2:~# ./mk-query-digest --type memcached memc_tcpdump.txt
# mk_query_digest:6381 6920 Use of uninitialized value in string eq at ./mk-query-digest line 5363,  chunk 1.
#
# mk_query_digest:6381 6920 Use of uninitialized value in string eq at ./mk-query-digest line 5363,  chunk 2.
#</description>
		<content:encoded><![CDATA[<p>I have</p>
<p>root@lb2:~# ./mk-query-digest &#8211;type memcached memc_tcpdump.txt<br />
# mk_query_digest:6381 6920 Use of uninitialized value in string eq at ./mk-query-digest line 5363,  chunk 1.<br />
#<br />
# mk_query_digest:6381 6920 Use of uninitialized value in string eq at ./mk-query-digest line 5363,  chunk 2.<br />
#</p>
]]></content:encoded>
	</item>
</channel>
</rss>

