Apache SQL analyser 0.8 (Default branch) |
|
|
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.
License: GNU General Public License v2
Changes:
This release will now correctly parse both of the common Apache log formats by default. It also adds the ability to import remote, authenticated usernames to the database.
|