Web analytics applications
This is a summary of my comprehensive search for a decent web analytics system. We have a dedicated server that collects, archives, and then processes all of our web logs from various systems that we run. We run different OSs, application servers, and web servers, so the web analytics has to be able to handle multiple formats, and in some cases, clustered log systems.
We were using Webtrends for the last 4 years, but I was never really happy with it. It is expensive, the statistics are inaccurate, the interface is slow and cumbersome, administration is a nightmare, and they no longer support running on Linux (I had to monitor the zombie processes and kill the server every other day because it froze up).
So I started a search for a replacement, looking at hosted options, for pay options, and open source options. Here is what I came up with for anyone who is also looking:
1. NetTracker — This is the system that we eventually purchased. It is truly amazing, the best web analytics software out there. Not very expensive, extremely powerful, and very lightweight on the server side. We chose the flat file database option because it was cheaper, and performance is incredible. The statistics are much more accurate and the user interface is extremely fast. It will process dynamic pages using URL parameters and other session factors. I can’t say enought good things about this software.
2. AWStats — a fast, open source, very powerful package that gives many options, professional results, and detailed reports. A nice feature is the ability to search for any page within a site and get stats on that page. Nice open source alternative to for pay options.
3. Webalizer — a good, fast, basic analytics package that allows you to run multiple reports for different servers, although it doesn’t do clustered servers. We run webalizer every night on a series of web logs that produces statistics for individual web sites. Works very well and is good for basic reporting.
If you have any others that you think are better, feel free to post a comment below.