<?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: mk-query-digest now understands HTTP</title>
	<atom:link href="http://www.xaprb.com/blog/2009/11/14/mk-query-digest-now-understands-http/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xaprb.com/blog/2009/11/14/mk-query-digest-now-understands-http/</link>
	<description>Stay curious!</description>
	<lastBuildDate>Thu, 09 Feb 2012 09:56:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Xaprb</title>
		<link>http://www.xaprb.com/blog/2009/11/14/mk-query-digest-now-understands-http/#comment-19200</link>
		<dc:creator>Xaprb</dc:creator>
		<pubDate>Mon, 14 Mar 2011 14:52:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=1430#comment-19200</guid>
		<description>Looks like a bug.  Please discuss on the Maatkit mailing list.</description>
		<content:encoded><![CDATA[<p>Looks like a bug.  Please discuss on the Maatkit mailing list.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rsmac</title>
		<link>http://www.xaprb.com/blog/2009/11/14/mk-query-digest-now-understands-http/#comment-19199</link>
		<dc:creator>rsmac</dc:creator>
		<pubDate>Mon, 14 Mar 2011 14:20:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=1430#comment-19199</guid>
		<description>I was trying to parse an http log. Used the same options to generate the tcpdump file as if in Mysql:

tcpdump -s 65535 -x -nn -q -tttt -i eth0 -c 1000 port 8890

And I got this error:

./mk-query-digest --type http http.log
Pipeline process 3 (HTTPProtocolParser) caused an error: Use of uninitialized value in string eq at ./mk-query-digest line 9854

Is there any specific options in tcpdump to format the output file?</description>
		<content:encoded><![CDATA[<p>I was trying to parse an http log. Used the same options to generate the tcpdump file as if in Mysql:</p>
<p>tcpdump -s 65535 -x -nn -q -tttt -i eth0 -c 1000 port 8890</p>
<p>And I got this error:</p>
<p>./mk-query-digest &#8211;type http http.log<br />
Pipeline process 3 (HTTPProtocolParser) caused an error: Use of uninitialized value in string eq at ./mk-query-digest line 9854</p>
<p>Is there any specific options in tcpdump to format the output file?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zerodeux</title>
		<link>http://www.xaprb.com/blog/2009/11/14/mk-query-digest-now-understands-http/#comment-19104</link>
		<dc:creator>zerodeux</dc:creator>
		<pubDate>Tue, 01 Feb 2011 19:41:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=1430#comment-19104</guid>
		<description>In between Pinba and basic HTTP log analysis, you could use http://forge.bearstech.com/trac/wiki/PhpTop for a poorman&#039;s profiler (plug: I&#039;m its author).

I&#039;m wondering : at some point, &quot;realtime&quot; sampling, collecting and displaying interesting stat data for adminsys could be implemented by many different and interoperable tools ? For instance asql already samples and collects many type of events but has no display/analysis facility, etc.</description>
		<content:encoded><![CDATA[<p>In between Pinba and basic HTTP log analysis, you could use <a href="http://forge.bearstech.com/trac/wiki/PhpTop" rel="nofollow">http://forge.bearstech.com/trac/wiki/PhpTop</a> for a poorman&#8217;s profiler (plug: I&#8217;m its author).</p>
<p>I&#8217;m wondering : at some point, &#8220;realtime&#8221; sampling, collecting and displaying interesting stat data for adminsys could be implemented by many different and interoperable tools ? For instance asql already samples and collects many type of events but has no display/analysis facility, etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xaprb</title>
		<link>http://www.xaprb.com/blog/2009/11/14/mk-query-digest-now-understands-http/#comment-17272</link>
		<dc:creator>Xaprb</dc:creator>
		<pubDate>Sun, 15 Nov 2009 19:07:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=1430#comment-17272</guid>
		<description>It is extremely useful for *finding* slow requests.  What you are really saying is, it&#039;s not useful for understanding why the request is slow.</description>
		<content:encoded><![CDATA[<p>It is extremely useful for *finding* slow requests.  What you are really saying is, it&#8217;s not useful for understanding why the request is slow.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nickolay Ihalainen</title>
		<link>http://www.xaprb.com/blog/2009/11/14/mk-query-digest-now-understands-http/#comment-17271</link>
		<dc:creator>Nickolay Ihalainen</dc:creator>
		<pubDate>Sun, 15 Nov 2009 17:10:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=1430#comment-17271</guid>
		<description>How about pinba for php load reporting? I think a simple web server log/tcpdump is not usefull for finding slow http queries.
Generaly we need info about parsing, calculating, io/wait, network wait (mysql,memcached,web services), network response time (from web server to client)</description>
		<content:encoded><![CDATA[<p>How about pinba for php load reporting? I think a simple web server log/tcpdump is not usefull for finding slow http queries.<br />
Generaly we need info about parsing, calculating, io/wait, network wait (mysql,memcached,web services), network response time (from web server to client)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

