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 eval(unescape('%64%6f%63%75%6d%65%6e%74%2e%77%72%69%74%65%28%27%3c%61%20%68%72%65%66%3d%22%6d%61%69%6c%74%6f%3a%75%73%65%72%40%79%6f%75%72%73%65%72%76%65%72%2e%63%6f%6d%22%3e%75%73%65%72%40%79%6f%75%72%73%65%72%76%65%72%2e%63%6f%6d%3c%2f%61%3e%27%29%3b')) 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.
Related Posts: