Apache SQL analyser
本文导语: Apache SQL analyser 是一个用来将 Apache 的 Web 访问日志存入到数据库的一个小工具。 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 implement...
Apache SQL analyser 是一个用来将 Apache 的 Web 访问日志存入到数据库的一个小工具。
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.