Download List

Descripción del Proyecto

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

Cadenas de derechos de autor han sido actualizados.
Tags: Minor feature enhancements
Copyright strings have been updated.

2001-04-23 21:43
2.00

El módulo de jahtml obsoletos ya no es necesario. Este comunicado de ahora requiere el módulo jaxml, versión 2.22 o superior, y funciona bien con reportlab 1,06.
Tags: Major feature enhancements
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.

2001-01-30 15:13
1.9

Una declaración de importación desaparecidos causó la versión anterior del programa se cuelgue de inmediato (al menos en Solaris). Esta versión corrige este problema.
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

Cuando se utiliza el - Continuar la opción, una ilegales buscan error fue posible, y se estrelló el programa bajo ciertas circunstancias. Esta versión corrige el fallo.
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

Una nueva opción (-c | - continuar) fue añadido a las estadísticas de caché en un archivo entre las corridas de muchos de ScanErrLog en la misma, posiblemente cada vez mayor, de archivo. Este cambio mejora notablemente el rendimiento de análisis si se analiza el mismo archivo muchas veces (por ejemplo, cada día o semana). Esto no está totalmente probado, pero parece que funciona bien. El archivo de entrada optimizaciones de lectura se hace también, que en gran medida a mejorar el rendimiento en archivos de gran tamaño.
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