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

저작권 문자열을 업데이 트되었습니다.
Tags: Minor feature enhancements
Copyright strings have been updated.

2001-04-23 21:43
2.00

오래된 jahtml 모듈은 더 이상 필요하지 않습니다. 이 릴리스는 이제 jaxml 모듈, 버전 2.22 이상이 필요합니다, 그리고 그것을 잘 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

실종 성명을 즉시 수입 솔라리스 (적어도)에서 충돌이 프로그램의 이전 릴리스를 일으켰습니다. 이 버전은이 문제를 수정.
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

새 옵션 (- c 옵션 | -) 캐시 통계에 ScanErrLog 같은 여러 실행 파일 사이의 가능성이 적, 파일이 추가되었습니다 성장하고 계속합니다. 만약 당신이 ()은 매일 또는 일주일에 몇 번이나 예를 들어, 동일한 파일을 구문 분석이 변경 사항은 극적으로 파싱의 성능을 향상시킵니다. 이것은 완전히 테스트되지 않은 상태지만 제대로 작동하는 것으로 보인다. 입력 파일을 읽는 최적화 또한 크게 큰 파일에 대한 성능을 개선하는 일을했다.
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