<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Floorplanner Tech Blog &#187; &#8220;rails-log-analyzer&#8221;</title>
	<atom:link href="http://techblog.floorplanner.com/tag/rails-log-analyzer/feed/" rel="self" type="application/rss+xml" />
	<link>http://techblog.floorplanner.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 19 Nov 2009 04:00:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Request-log-analyzer 1.0</title>
		<link>http://techblog.floorplanner.com/2009/01/12/request-log-analyzer-10/</link>
		<comments>http://techblog.floorplanner.com/2009/01/12/request-log-analyzer-10/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 13:17:38 +0000</pubDate>
		<dc:creator>Willem van Bergen</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA["rails-log-analyzer"]]></category>
		<category><![CDATA[merb]]></category>
		<category><![CDATA[production.log]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[reporting]]></category>
		<category><![CDATA[request-log-analyzer]]></category>
		<category><![CDATA[requests]]></category>
		<category><![CDATA[statistics]]></category>

		<guid isPermaLink="false">http://techblog.floorplanner.com/?p=409</guid>
		<description><![CDATA[After a complete rewrite, Bart and I are proud to present request-log-analyzer version 1.0! Request-log-analyzer is an open-source command-line tool to analyze production log files from your Rails application to produce a performance report.
What&#8217;s new?

More robust log parser. It parses more lines and it now combines all lines that belong to the same request, which greatly [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Ftechblog.floorplanner.com%2F2009%2F01%2F12%2Frequest-log-analyzer-10%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Ftechblog.floorplanner.com%2F2009%2F01%2F12%2Frequest-log-analyzer-10%2F" height="61" width="51" /></a></div><p>After a complete rewrite, <a title="Bart's Moves on Rails website" href="http://www.movesonrails.com">Bart</a> and I are proud to present <strong>request-log-analyzer</strong> version <strong>1.0!</strong> Request-log-analyzer is an open-source command-line tool to analyze production log files from your Rails application to produce a performance report.</p>
<h3>What&#8217;s new?</h3>
<ul>
<li>More robust log parser. It parses more lines and it now combines all lines that belong to the same request, which greatly improves the amount of information available. </li>
<li>It produces more detailed and more beautiful <a title="Sample report" href="http://wiki.github.com/wvanbergen/request-log-analyzer/sample-output">reports</a>. </li>
<li>A <a href="http://wiki.github.com/wvanbergen/request-log-analyzer/creating-a-request-database">database builder</a> is included, which will create an SQLite 3 database with all parsed request information, so you can roll your own queries.</li>
<li>Request filtering options, so you can exclude irrelevant data. <a title="In-depth analysis example" href="http://wiki.github.com/wvanbergen/request-log-analyzer/in-depth-analysis">An example</a> on how this can be applied in practice can be found in the wiki. </li>
<li>Better, more modularized design under the hood. The parser is now fully log file format-agnostic. Developing extensions and modifications, or adding support for other log file formats should be much easier now. See the <a title="Request-log-analyzer development" href="http://wiki.github.com/wvanbergen/request-log-analyzer/development">development</a>-page for some pointers.</li>
<li>Documentation in the <a href="http://wiki.github.com/wvanbergen/request-log-analyzer">project&#8217;s wiki</a>. Hopefully, this helps people get up to speed with the new version and answers most questions about using the tool. If you still have questions, please contact us so we can keep improving it!</li>
</ul>
<h3>Installation</h3>
<p>Install or upgrade to the new version with the following command:</p>
<pre>$ sudo gem install wvanbergen-request-log-analyzer 
                --source http://gems.github.com</pre>
<p>To get the best results out of request-log-analyzer, it is important to configure logging correctly for your application. Some pointers on how to set things up correctly <a title="Configuring logging correctly" href="http://wiki.github.com/wvanbergen/request-log-analyzer/configure-logging">can be found in the wiki</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://techblog.floorplanner.com/2009/01/12/request-log-analyzer-10/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Rails-log-analyzer matures</title>
		<link>http://techblog.floorplanner.com/2008/08/29/rails-log-analyzer-matures/</link>
		<comments>http://techblog.floorplanner.com/2008/08/29/rails-log-analyzer-matures/#comments</comments>
		<pubDate>Fri, 29 Aug 2008 09:49:55 +0000</pubDate>
		<dc:creator>Willem van Bergen</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA["rails-log-analyzer"]]></category>
		<category><![CDATA[Logger]]></category>
		<category><![CDATA[production.log]]></category>
		<category><![CDATA[request-log-analyzer]]></category>
		<category><![CDATA[statistics]]></category>

		<guid isPermaLink="false">http://techblog.floorplanner.com/?p=149</guid>
		<description><![CDATA[Since I announced rails-log-analyzer some weeks ago, quite a lot has happened! Apparently there is some interest in such a tool: on this blog we get a lot of traffic looking for more info, the github project already has 22 watchers and it even has been forked!
In the mean time, Bart and I worked hard [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Ftechblog.floorplanner.com%2F2008%2F08%2F29%2Frails-log-analyzer-matures%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Ftechblog.floorplanner.com%2F2008%2F08%2F29%2Frails-log-analyzer-matures%2F" height="61" width="51" /></a></div><p>Since I <a href="http://techblog.floorplanner.com/2008/08/15/rails-log-analyzer/">announced</a> rails-log-analyzer some weeks ago, quite a lot has happened! Apparently there is some interest in such a tool: on this blog we get a lot of traffic looking for more info, the <a href="http://github.com/wvanbergen/request-log-analyzer/">github project</a> already has <a href="http://github.com/wvanbergen/request-log-analyzer/watchers">22 watchers</a> and it even has been <a href="http://github.com/mattpolito/rails-log-analyzer/tree">forked</a>!</p>
<p>In the mean time, Bart and I worked hard to add new functionality and refactored the internal design. As a result, I have released <strong>request-log-analyzer 0.1.0</strong> today!</p>
<h3>Changes: </h3>
<ul>
<li>The project is renamed to <em>request-log-analyzer</em>, because we plan to support log files from other frameworks as well; Merb is planned to be supported in the near future.</li>
<li>The tool is distributed as a gem, making it much easier to install and update.</li>
<li>More reports, colorized output, parsing progress bars, command line arguments, etc&#8230;</li>
<li>Added a tool to create a SQLite database with all the parsed info from the log file, so you can do your own analysis.</li>
</ul>
<h3>Installation:</h3>
<pre>gem sources -a http://gems.github.com
sudo gem install wvanbergen-request-log-analyzer</pre>
<h3>Usage:</h3>
<pre>request-log-analyzer  [LOG FILES*]
request-log-analyzer -c 20 -z log/production.log</pre>
<p>Please let me know what you think! If you have any problems using the tool, do not hesitate to contact me!</p>
]]></content:encoded>
			<wfw:commentRss>http://techblog.floorplanner.com/2008/08/29/rails-log-analyzer-matures/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Rails log analyzer</title>
		<link>http://techblog.floorplanner.com/2008/08/15/rails-log-analyzer/</link>
		<comments>http://techblog.floorplanner.com/2008/08/15/rails-log-analyzer/#comments</comments>
		<pubDate>Fri, 15 Aug 2008 05:31:40 +0000</pubDate>
		<dc:creator>Willem van Bergen</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA["rails-log-analyzer"]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[request-log-analyzer]]></category>
		<category><![CDATA[statistics]]></category>

		<guid isPermaLink="false">http://techblog.floorplanner.com/?p=138</guid>
		<description><![CDATA[My friend Bart from movesonrails.com just blogged about Rails log analyzer, a command line tool to get performance statistics for your Rails application by parsing its log file.
What started as an exercise for me to write a command line ruby program, has been extended and improved by Bart to be actually useful! We decided to [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Ftechblog.floorplanner.com%2F2008%2F08%2F15%2Frails-log-analyzer%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Ftechblog.floorplanner.com%2F2008%2F08%2F15%2Frails-log-analyzer%2F" height="61" width="51" /></a></div><p>My friend Bart from <a href="http://movesonrails.com">movesonrails.com</a> just <a href="http://movesonrails.com/articles/2008/08/14/rails-log-analyzer">blogged about Rails log analyzer</a>, a command line tool to get performance statistics for your Rails application by parsing its log file.</p>
<p>What started as an exercise for me to write a command line ruby program, has been extended and improved by Bart to be actually useful! We decided to release it under an MIT license. You can found the source on <a href="http://github.com/wvanbergen/request-log-analyzer/tree/master">github</a>. The <a href="http://github.com/wvanbergen/request-log-analyzer/wikis">project&#8217;s wiki</a> contains usage information and an example of the output it will produce. </p>
]]></content:encoded>
			<wfw:commentRss>http://techblog.floorplanner.com/2008/08/15/rails-log-analyzer/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
