Télécharger la liste

Description du projet

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.

Système requise

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

Chaînes d'auteur ont été mis à jour.
Tags: Minor feature enhancements
Copyright strings have been updated.

2001-04-23 21:43
2.00

Le module jahtml obsolètes ne sont plus nécessaires. Cette version requiert maintenant le module jaxml, version 2.22 ou supérieure, et il fonctionne très bien avec 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

Une déclaration d'importation manquantes causées à la version précédente d'un plantage du programme immédiatement (au moins sous Solaris). Cette version corrige ce problème.
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

Lorsque vous utilisez le - Poursuite des options, une clandestins cherchant erreur a été possible, et s'est écrasé le programme dans certaines circonstances. Cette version corrige ce bug.
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

Une nouvelle option (-c | - continue) a été ajouté aux statistiques du cache dans un fichier entre deux exécutions de nombreux ScanErrLog sur la même, peut-être jamais plus, fichier. Cette modification améliore sensiblement les résultats d'analyse, si vous analysez le même dossier à plusieurs reprises (par exemple chaque jour ou semaine). Cela n'est pas entièrement testé, mais semble bien fonctionner. Optimisations de lecture de fichiers d'entrée ont aussi été réalisées, ce qui améliore considérablement les performances sur de gros fichiers.
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