|
Pankaj Kumar's WeblogRandom thoughts, musings, experiences, ideas, and opinions |
November 01, 2005What my web server log analysis program doesn't tell meMy website hosting company lets me access the raw webserver log files and analog reports. The logfiles have all the information but are useless without furhter processing (well, they are useful during development debugging of webapps, but that is a different matter). The pre-configured analog reports are better but don't have much visual appeal. They also don't allow me to do further drill-down (For example, it lists top 30 search terms but won't let me see the complete list). So, I installed and configured open source log analyzer awstats. The generated reports are much nicer to look at and allow me to drill-down for more information. A full report includes information on:
Note that most of the information is organized by month and it is not easy (or even possible) to specify a different duration. What if I want to look at referrers for a particular link on a particular day or week? What if I want to see the distribution of view count for a particular page for last one year? What if I want to know the dates on which Googlebot (or MSN or whatever) indexed my site over last one year? Possibilities are endless. Answers to these, and many more similar queries, can be easily obtained by doing a more thorough analysis of the logfiles. Perhaps I could read the log entries, import them in MySQL and issue SQL queries against the relevant tables. I could even write a web interface to it using something like Ruby On Rails. Should make for a fun hobby project. Posted by pankaj at November 1, 2005 07:25 PMComments
Post a comment
|
|
|
Disclaimer: Views expressed here are my own and do not represent those of my employer.
© 2001-2005 Pankaj kumar. All Rights Reserved. |
|