Realtime Log Visualization

Erlend Simonsen put out a program called gltail that creates a graphical representation of your log files.

Screen shot 2009-12-10 at 2.04.53 PM

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: http://github.com/dshimy/gltail.  On OS X, getting started was simple:

$ git clone git://github.com/dshimy/gltail.git
$ sudo gem install ruby-opengl file-tail

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

$ cd vendor/Chipmunk-4.1.0/ruby
$ ruby extconf.rb
$ sudo make install

Beyond that, tweak the configuration file and enjoy.

This entry was posted in Technology and tagged , , . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">