We've somehow managed to accumulate over 50GB of IIS logs in a MySQL DB running on a linux server. We'd like to try and make some sense of the data. Are there any free & open-source software packages that can be tied directly to the MySQL DB to pull out statistics & other information?
|
feedback
|
|
check http://awstats.sourceforge.net/ it is web based, but is very powerful, will be amazed by results | |||||||
feedback
|
|
I usually use logparser for parsing my IIS logs (and all kind of logs). It doesn't do the pretty reports of awstats or other report-generators, but since it use a SQL-like query string, you can use it to extract data much more easily. Consider these tools as complementary to each other. | |||
|
feedback
|
|
I generally use MS Access as a front end for MySQL. Access has pretty good reporting capabilities and chances are you already have it on at least one machine. Not FOSS but if you already have a copy it's no extra cost. | |||||
feedback
|