<?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>Darian Shimy &#187; analytics</title>
	<atom:link href="http://www.darianshimy.com/tag/analytics/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.darianshimy.com</link>
	<description></description>
	<lastBuildDate>Sat, 01 Oct 2011 06:06:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Realtime Log Visualization</title>
		<link>http://www.darianshimy.com/2009/12/realtime-log-visualization/</link>
		<comments>http://www.darianshimy.com/2009/12/realtime-log-visualization/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 22:00:16 +0000</pubDate>
		<dc:creator>Darian Shimy</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[realtime]]></category>

		<guid isPermaLink="false">http://www.darianshimy.com/?p=464</guid>
		<description><![CDATA[Erlend Simonsen put out a program called gltail that creates a graphical representation of your log files. I saw this a long time ago, but last night I finally started playing with it. It works quite well. I needed to &#8230; <a href="http://www.darianshimy.com/2009/12/realtime-log-visualization/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Erlend Simonsen put out a program called <a href="http://www.fudgie.org/">gltail</a> that creates a graphical representation of your log files.</p>
<p><a href="http://www.darianshimy.com/wp-content/uploads/2009/12/Screen-shot-2009-12-10-at-2.04.53-PM.png"><img class="aligncenter size-medium wp-image-466" title="Screen shot 2009-12-10 at 2.04.53 PM" src="http://www.darianshimy.com/wp-content/uploads/2009/12/Screen-shot-2009-12-10-at-2.04.53-PM-300x210.png" alt="Screen shot 2009-12-10 at 2.04.53 PM" width="300" height="210" /></a></p>
<p>I saw this a long time ago, but last night I finally started playing with it.  It works quite well.  I needed to make a small change to support an SSH gateway which you can get here: <a href="http://github.com/dshimy/gltail">http://github.com/dshimy/gltail</a>.  On OS X, getting started was simple:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">$ <span style="color: #c20cb9; font-weight: bold;">git</span> clone <span style="color: #c20cb9; font-weight: bold;">git</span>:<span style="color: #000000; font-weight: bold;">//</span>github.com<span style="color: #000000; font-weight: bold;">/</span>dshimy<span style="color: #000000; font-weight: bold;">/</span>gltail.git
$ <span style="color: #c20cb9; font-weight: bold;">sudo</span> gem <span style="color: #c20cb9; font-weight: bold;">install</span> ruby-opengl file-tail</pre></div></div>

<p>If you want the dots to bump each other, you need to install the Chipmunk physics library:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">$ <span style="color: #7a0874; font-weight: bold;">cd</span> vendor<span style="color: #000000; font-weight: bold;">/</span>Chipmunk-4.1.0<span style="color: #000000; font-weight: bold;">/</span>ruby
$ ruby extconf.rb
$ <span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">make</span> <span style="color: #c20cb9; font-weight: bold;">install</span></pre></div></div>

<p>Beyond that, tweak the configuration file and enjoy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.darianshimy.com/2009/12/realtime-log-visualization/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

