Download List

Projeto Descrição

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 seqüências foram atualizados.
Tags: Minor feature enhancements
Copyright strings have been updated.

2001-04-23 21:43
2.00

O módulo obsoleto jahtml não é mais necessária. Esta versão exige agora que o módulo jaxml, versão 2.22 ou superior, e ele funciona muito bem com 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

Uma declaração de importação ausentes causou a versão anterior do programa de funcionar imediatamente (pelo menos no Solaris). Esta versão corrige esse 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

Ao usar o - opção de continuar, uma busca ilegal de erro era possível, e bateu o programa sob certas circunstâncias. Esta versão corrige esse 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

Uma nova opção (-c | - continuar) foi adicionado ao cache de estatísticas em um arquivo é executado entre muitos scanerrlog sobre o mesmo, possivelmente crescente, arquivo. Esta mudança melhora significativamente o desempenho de análise, se você analisar o mesmo arquivo várias vezes (por exemplo, todos os dias ou semanas). Isso não é totalmente testado, mas parece funcionar bem. Otimizações de leitura de ficheiros de entrada também foram feitas, o que melhorar muito o desempenho com arquivos grandes.
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