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.
Asked
Active
Viewed 260 times
5 Answers
2
Give a look at
http://www.webalizer.com
I couldn't remember the names, now i found them:
Maybe it can help

PiL
- 1,599
- 8
- 6
2
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/
0
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.

Ivan Chuchman
- 320
- 1
- 3
0
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.

John Gardeniers
- 27,458
- 12
- 55
- 109