Download List

專案描述

ScanErrLog is a Python module that allows you to
parse Apache error_log files and present their
data in decreasing order of occurences of error
messages. This is particularly useful if you want
to quickly solve the most annoying problems Web
visitors encounter on your site. You can use it
directly from the command line, import it into
another Python program and use the classes it
defines, or use it as a CGI script. You can
produce reports in HTML, PDF, XML, or Plain Text
formats.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2002-05-02 03:40
2.01

Copyright strings have been updated.
標籤: Minor feature enhancements

2001-04-23 21:43
2.00

The obsolete jahtml module is no longer needed. This release now requires the
jaxml module, version 2.22 or higher, and it works fine with ReportLab 1.06.
標籤: Major feature enhancements

2001-01-30 15:13
1.9

A missing import statement caused the previous release of the program to crash immediately (at least under Solaris). This version fixes this problem.

2001-01-30 15:13
1.8

When using the --continue option, an illegal seek error was possible, and crashed the program under certain circumstances. This release fixes that bug.

2001-01-30 15:13
1.7

A new option (-c | --continue) was added to cache statistics in a file between many runs of ScanErrLog on the same, possibly ever growing, file. This change dramatically improves the parsing performance if you parse the same file many times (e.g. every day or week). This is not fully tested but seems to work well. Input file reading optimisations were also done, which greatly improve performance on big files.

Project Resources