Apache SQL analyser 0.5 (Default branch) |
|
|
Thursday November 29, 2007. 12:18 AM FreshMeat
asql allows you to run SQL queries against log
files formatted in the Apache common log file
format. You may load multiple log files into a
session, then run queries using a full SQL
implementation, to find things such as the most
common referers to your site, the greediest
downloaders, and much more. Internally, each log
file is parsed and imported into a temporary
SQLite database, so performance is very good.
|