LogMiner 1.15 review

Download
by rbytes.net on

LogMiner is a powerful log analysis package for Apache (or other web servers using the combined log format). LogMiner can extract

License: GPL (GNU General Public License)
File size: 0K
Developer: Simone Tellini
0 stars award from rbytes.net

LogMiner is a powerful log analysis package for Apache (or other web servers using the combined log format).

LogMiner can extract and present several reports, about visits, hits, traffic, requests, navigation paths, browsers and OS's used by users and so on.

Data is stored in a PostgreSQL database, using a schema which has been optimized to reduce redundancy at minimum.

LogMiner has been inspired by the popular Webalizer package, but it differs in certain core points:

data is stored in a DBMS backend and reports are generated on-the-fly, while Webalizer generates plain html files. A DBMS allows to extract and aggregate data in many ways, whenever you need. A drawback is that you won't have the processing speed of Webalizer when parsing log files.
Webalizer only indexes the last 12 months of data: previous reports are still on disk, but aren't accessible from any link. This is the most annoying thing of Webalizer, in my opinion: I'm sick of having hundreds of unused files around

LogMiner allows to navigate to previous months easily.
Webalizer reports are hardcoded in the program. LogMiner implements reports in a more extensible way. Each report is in fact a simple PHP class, usually supported by a PL/pgSQL function (although you're free to insert your SQL queries in the PHP code if you like).
LogMiner offers more reports than Webalizer: for instance, the OS charts and the navigation graphs.

Depending on your needs, you might prefer LogMiner over Webalizer, especially if you like having a central SQL repository for your data which enables you to extract the data you need at any time, or to add a kind of report which wasn't planned from the start and apply it to older data.

If you don't have a PostgreSQL database or you expect to process huge log files in seconds, go for Webalizer.

What's New in This Release:
The performances of the "User Agents trend" page have been improved.
The "Previous period" link on that page has been fixed.
The license references have been changed to make clear that only version 2 of GPL applies.

LogMiner 1.15 search tags