Real time log visualization using glTail.rb

Partial screenshot of glTail.rb in action

Hat tip to Dougal Campbell over at Geek Ramblings for finding this.

Just occasionally you come across a tool that really blows you away… that tool is glTail.rb!

Getting an instant idea for how your web server is performing can be a difficult task. One way to do that is to use a command like:

tail -f <log file>

The main problem with this is that the output is darn hard to make any sense out of.

That’s where glTail.rb comes into its own. You get a nice graphical visualization of your log file in real time. You can even stream the log file over SSH so that you don’t have to load the system with the graphics processing.

glTail.rb won’t replace your regular analytics package, but it will provide a nice supplementary tool that’s not too techie. You could wire up glTail.rb to display onto a LCD in your office and everybody could see, in real time, what’s happening on your website.

If you go through to the glTail.rb website you can see some videos of the tool in action. Oh, and you can do a lot more than just website log visualization too. Pretty well anything you can tail will work!