Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Parse IIS7 logs: Anything Google Analytics-like?

I am currently using Google Analytics to give me "rich" data on Referrers, clickstreams, etc. However, looks like I can get as much rich data from IIS 7 (Windows Server 2008) logs (W3C log format).

Looking online, I see a ton of tools like LogParser 2.2, etc which allow me to parse IIS logs, but then require a ton of custom SQL statements to extract what I need.

Question: Is there a tool (*.exe) with GUI or with HTML output that would take as input a log file and output something that looks like Google Analytics report?

like image 374
Carl J. Avatar asked Mar 07 '26 17:03

Carl J.


1 Answers

There's an open source project called AWStats that might be useful:

http://awstats.sourceforge.net/

There's also commercial packages such as SmarterStats that even have a free edition that is restricted to a single site:

http://www.smartertools.com/smarterstats/web-analytics-seo-software.aspx

like image 171
Kev Avatar answered Mar 09 '26 16:03

Kev