BLOG.TIGABEATS.COM

A shrine where thoughts, ideas and random stuff is preserved

Monitoring

Extend Apache log to allow session tracking and response time logging

I used the following Configuration for httpd.conf to start logging Sessionkeys, Response times in seconds and also in microseconds, because if you are measuring performance then just seconds are not enough, however you will still need to do some work if you need to convert microseconds to milliseconds. # # The following directives define some [...]

Configuring Munin-node and Munin Server

Munin is an free, efficient, lightweight and easily extendable Monitoring tool. Its consists of ‘server’ and ‘node’ packages. You can install server in a single machine and node in all other machines and then view all information/statistical data via a web interface on the server machine. This quick copy and paste howto explains steps needed [...]