Archive for the ‘awstats’ category

Awstats Patch – Add Database Break per Minute

March 24th, 2010

Just because of my monitoring server being shut down by somebody at office, I should give my customer another availability report. I decided to use awstats, because it’s free to use and also widely use for analysing apache log.

By default, awstats will process data at monthly based, but for several purposes I need more details. Awstats has ‘databasebreak’ feature to separate analysis result based on monthly, daily, and hourly. But still, I need more details, so my friend from Teltics help me patch awstats source code.

So, you can use it by :

# perl awstats.pl -config=awstas.domain.conf -update -databasebreak=minute

awstats.pl