<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="/stylesheets/rss.css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>Moves On Rails: Rails Request log analyzer</title>
    <link>http://movesonrails.com/articles/2008/08/14/rails-log-analyzer</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>New ways to look at software</description>
    <item>
      <title>Rails Request log analyzer</title>
      <description>&lt;p&gt;You've probably all been there: your application is running slow, but why? What views or actions are clogging up the mongrels? Or are the mongrels just waiting for the database?&lt;/p&gt;

&lt;p&gt;Request log analyzer is a simple but very powerful command-line analysis tool to quickly determine what is taking time, on all kinds of different levels. At the moment it can tell you the following statistics:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Top 10 most requested actions&lt;/li&gt;
&lt;li&gt;Top 10 actions by time - cumulative&lt;/li&gt;
&lt;li&gt;Top 10 actions by time - per request mean&lt;/li&gt;
&lt;li&gt;Top 10 worst DB offenders - cumulative time&lt;/li&gt;
&lt;li&gt;Top 10 worst DB offenders - mean time&lt;/li&gt;
&lt;li&gt;Mongrel process blockers (&gt; 1.0 seconds) - frequency&lt;/li&gt;
&lt;li&gt;Requests graph - requests per hour&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;For an example run, or the analyzer take a look at the github.
&lt;a href="http://github.com/wvanbergen/request-log-analyzer/"&gt;http://github.com/wvanbergen/request-log-analyzer/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;To install, run:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;sudo gem install wvanbergen-request-log-analyzer --source http://gems.github.com
&lt;/code&gt;&lt;/pre&gt;</description>
      <pubDate>Thu, 14 Aug 2008 22:58:00 +0200</pubDate>
      <guid isPermaLink="false">urn:uuid:af66f557-bf78-4b31-b5aa-60618aaf455e</guid>
      <author>bart.tenbrinke@movesonrails.com (Bart ten Brinke)</author>
      <link>http://movesonrails.com/articles/2008/08/14/rails-log-analyzer</link>
      <category>Rails</category>
      <category>Ruby</category>
      <category>log</category>
      <category>analyzer</category>
      <category>command</category>
      <category>line</category>
    </item>
    <item>
      <title>"Rails Request log analyzer" by Bart ten Brinke</title>
      <description>Sorry, fixed it :)</description>
      <pubDate>Mon, 29 Dec 2008 18:42:59 +0100</pubDate>
      <guid isPermaLink="false">urn:uuid:bdfafd49-992e-4a94-a874-6d51c1465df2</guid>
      <link>http://movesonrails.com/articles/2008/08/14/rails-log-analyzer#comment-331</link>
    </item>
    <item>
      <title>"Rails Request log analyzer" by papa johns coupons</title>
      <description>Hey Bart,
Could you please repost the example run link...I'm getting a page doesnt exist error ...

thanks.
</description>
      <pubDate>Wed, 03 Dec 2008 11:12:08 +0100</pubDate>
      <guid isPermaLink="false">urn:uuid:775de7c3-39d6-452a-8376-f41d534c1b0d</guid>
      <link>http://movesonrails.com/articles/2008/08/14/rails-log-analyzer#comment-324</link>
    </item>
    <item>
      <title>"Rails Request log analyzer" by Edmond</title>
      <description>Hi,

I have discovered request-log-analyzer when looking for a way to monitor my Rails app. And I have to say I am very happy with it.

Thank you very much for providing us with such tool.

Best regards,</description>
      <pubDate>Mon, 20 Oct 2008 16:15:04 +0200</pubDate>
      <guid isPermaLink="false">urn:uuid:9fa2cacf-3616-4b19-b64f-2b4e2cfa8e38</guid>
      <link>http://movesonrails.com/articles/2008/08/14/rails-log-analyzer#comment-308</link>
    </item>
    <item>
      <title>"Rails Request log analyzer" by Willem van Bergen</title>
      <description>&lt;p&gt;The name of the project (and URL) has changed to request-log-analyzer. You can now find the project on &lt;a href="http://github.com/wvanbergen/request-log-analyzer/" rel="nofollow"&gt;http://github.com/wvanbergen/request-log-analyzer/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The tool is now packaged as a Ruby gem. Installation is simple: &lt;/p&gt;

&lt;pre&gt;
gem sources -a &lt;a href="http://gems.github.com" rel="nofollow"&gt;http://gems.github.com&lt;/a&gt;
sudo gem install wvanbergen-request-log-analyzer
&lt;/pre&gt;</description>
      <pubDate>Sat, 30 Aug 2008 13:07:52 +0200</pubDate>
      <guid isPermaLink="false">urn:uuid:feab1d60-d0ae-4f15-9f65-7a0d189deae1</guid>
      <link>http://movesonrails.com/articles/2008/08/14/rails-log-analyzer#comment-299</link>
    </item>
  </channel>
</rss>
