<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Hydra — Rails Analyzer</title>
<link rel="stylesheet" href="stylesheets/screen.css" type="text/css" media="screen" title="Hydra Styles" charset="utf-8" />
</head>
<body>
<div id="hydra" class="projects">
<div id="masthead">
<h1>Hydra</h1>
<div id="search">
<form action="#" method="get" accept-charset="utf-8">
<fieldset>
<label for="search_query">Search</label>
<input id="search_query" type="text" name="q" />
<button type="submit">
<img src="images/icons/magnifier.png" width="16" height="16" alt="Search Icon" />
</button>
</fieldset>
</form>
</div>
</div>
<div id="navigation">
<ul>
<li class="projects"><a href="#">Projects</a></li>
<li class="people"><a href="#">People</a></li>
</ul>
<p><a href="#">Home</a> › <a href="#">Projects</a> › Rails Log Analyzer</p>
</div>
<div id="content">
<div id="flash" class="message">You Have Successfully seen a flash message.</div>
<div id="heading">
<h2>Rails Log Analyzer</h2>
<h3>Reads the Rails log files and exposes potential points of optimization.</h3>
<div id="favorite">
<img src="images/icons/star.png" width="32" height="32" alt="Star Icon" />
</div>
</div>
<div id="primary">
<div id="general_information" class="module">
<h4><a href="#">General Information</a></h4>
<p>The Rails Analyzer project contains a collection of tools for Rails that let you discover biggest slow spots in your applications allowing you to best focus optimization efforts.</p>
<p>The <strong>Production Log Analyzer</strong> examines Rails log files and gives a report showing you the worst speed offendors. It also includes <code>action_grep</code> which will give you all log results for a particular action.</p>
<p>The <strong>Action Profiler</strong> lets you profile actions to determine points of optimization.</p>
<p><strong>Rails Analyzer Tools</strong> is a collection of tools for benchmarking and monitoring a Rails application. The most useful is <code>rails_stat</code> which gives a live counter of requests per second of a running Rails app.</p>
<p>The <strong>SQL Dependency Grapher</strong> allows you to visualize the frequency of table dependencies in a Rails application.</p>
</div>
</div>
<div id="secondary">
<div id="secondary_alpha">
<div id="getting_it" class="module">
<h4><a href="#">Getting It</a></h4>
<p>Most of the tools can be installed installed via rubygems:</p>
<pre><code>gem install rails_analyzer_tools action_profiler production_log_analyzer</code></pre>
<p>The SQL Dependency Grapher can only be downloaded separately from rubyforge. A public SCM repository is not available.</p>
</div>
<div id="components_dependencies" class="module">
<h4><a href="#">Components & Dependencies</a></h4>
<p>
<a href="#">action_profiler</a>,
<a href="#">hoe</a>,
<a href="#">seq_dep_graph</a>,
<a href="#">SyslogLogger</a>,
<a href="#">prodution_log_analyzer</a>,
<a href="#">rails_analyzer_tools</a>
</p>
</div>
</div>
<div id="secondary_beta">
<div id="using_it" class="module">
<h4><a href="#">Using It</a></h4>
<p>Lorem ipsum dolor sit amet consectetur
adipisicing elit.</p>
<ul>
<li>Quis nostrud exercitation ullamco.</li>
</ul>
</div>
<div id="whos_using_it" class="module">
<h4><a href="#">Who’s Using It?</a></h4>
<p>
<a href="#">The Robot-Coop</a>,
<a href="#">TalentDatabase</a>,
<a href="#">Etc.</a>
</p>
</div>
</div>
</div>
<div id="tertiary">
<div id="people" class="module">
<h4><a href="#">People</a></h4>
<ul>
<li class="vcard">
<img src="images/avatars/hodel-16.png" width="16" height="16" alt="Avatar of Eric Hodel" />
<a href="#" class="url fn">Eric Hodel</a> is the author.
</li>
</ul>
</div>
<div id="ties" class="module">
<h4><a href="#">Ties</a></h4>
<ul>
<li><a href="#">RubyForge</a> hosts this project.</li>
<li><a href="#">Nuby on Rails</a> has a tutorial.</li>
<li><a href="#">The Robot Co-op</a> has documentation.</li>
<li><a href="#">Rails Log Visualizer</a> is a simiar project.</li>
<li><a href="#">RAWK</a> is a similar project.</li>
<li><a href="#">Lorem Ipsum</a> dolor sit amet.</li>
</ul>
</div>
<div id="tags" class="module">
<h4><a href="#">Tags</a></h4>
<p>
<a href="#">analyzer</a>,
<a href="#">debug</a>,
<a href="#">logger</a>,
<a href="#">logs</a>,
<a href="#">performance</a>,
<a href="#">production</a>,
<a href="#">profiler</a>,
<a href="#">rails</a>,
<a href="#">robot-co-op</a>,
<a href="#">statistics</a>,
<a href="#">sql</a>,
<a href="#">syslog</a>
</p>
</div>
<div id="comments" class="module">
<h4><a href="#">Comments</a></h4>
<ul>
<li>
<img src="images/avatars/hodel-40.png" width="40" height="40" alt="Avatar of Eric Hodel" />
<p class="vcard"><a href="#" class="url fn">Eric Hodel</a> says:</p>
<blockquote>
<p>I have used bench and crawl to tune the number of FastCGI processes running on 43things.com, determine if HyperThreading would give a performance benefit or not (it did) and find a fatal threading bug in MySQL.</p>
</blockquote>
</li>
<li>
<img src="images/avatars/topfunky-40.png" width="40" height="40" alt="Avatar of Geoffrey Grosenbach" />
<p class="vcard"><a href="#" class="url fn">Geoffrey Grosenbach</a> says:</p>
<blockquote>
<p>The Rails Analyzer Tools are a very useful way to keep tabs on the performance of your site.</p>
</blockquote>
</li>
</ul>
<p class="more"><a href="#">More Comments…</a></p>
</div>
</div>
</div>
<div id="foot">
<ul id="session">
<li><a href="#">Jason L Perry</a></li>
<li><a href="#">Logout</a></li>
</ul>
<p id="copyright">© 2007 <a href="http://paint.itred.org">Paint.itRed</a></p>
</div>
</div>
</body>
</html>