Not sure if this is a valid SF question :)

For a web site which uses Analog to create a daily web server statistic, I am looking for a tool which can read the log files and report weekly / monthly downloads (or page hits) for individual addresses / files to analyze trends over time.

link|improve this question

67% accept rate
feedback

5 Answers

up vote 2 down vote accepted

Give a look at
http://www.webalizer.com

I couldn't remember the names, now i found them:

http://piwik.org/

http://www.w3perl.com/

http://www.crawltrack.net/

Maybe it can help

link|improve this answer
feedback

awstats? it's simple... but i believe it can helps you. :-)

link|improve this answer
feedback

You can either use Splunk>. It has useful web interface and rich capabilities of gathering info from different sources, filtering it, structuring and making reports.

link|improve this answer
feedback

Have you tried goaccess?, seems to be a quite handy tool and really fast, especially if you want to run it on the terminal. http://goaccess.prosoftcorp.com/

link|improve this answer
feedback

The best advise I can offer is to learn Perl. With that you can extract anything you want from any of your logs with ease. Of course as a sysadmin I would expect you already use Perl, as well as other similar tools.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.