问题
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?
回答1:
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
来源:https://stackoverflow.com/questions/4496082/parse-iis7-logs-anything-google-analytics-like