<?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: Tag analyzer</title>
    <link>http://movesonrails.com/articles/tag/analyzer?tag=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>
  </channel>
</rss>
