Fun Way To View Logs with logstalgia
To observe server performance I have a separate monitor on my desk that I use to SSH from terminator with split screen. I usually use trafshow and htop to monitor and occasionally tail -f log messages. Which are mostly enough for basic server monitoring.

But if you are looking to make your server monitoring a lot more interesting (besides using woopra), you should definitely try out “logstalgia“. Also known as “ApachePong“, it displays apache access log as a retro arcade game-like simulation in real time. Warning! This is extremely entertaining and you might end up spending a lot of your time watching server logs, which you otherwise wouldn’t. It basically works by accessing your apache access log and piping it to logstalgia installed in your local machine. Depending on the location of your log the command would look like this: ssh user@yourserver.com tail -f /usr/local/apache/log/access.log | logstalgia -

logstalgia in action on linuxhaxor server logs
Thanks to Debian Package Of the Day for this great information. You can download binaries from here.

huh, what and ‘eh?
what the heck is “ssh with terminator” what’s the difference from something like “screen”
logstalgia looks hilarious though, nice find.
Next time, a bigger screenshot would be greatly appreciated :)
Errr… cool stuff… but I’d rather use a proper logging tool especially with stats and history stuff and some detailed reporting
Bigger screenshot from logstalgia project page.
Ah, thanks.
I looked at the project page but didn’t stumble far enough in the source.
This looks reminds me of glTail. There’s also another visualizer called glTrail.
The office of the future will look like a video arcade!