/log2html

Primary LanguagePython

log2html

Clustering log lines with difflib.SequenceMatcher as similarity measure, display result as html table

Result

result image

Example1: clustering flake8 issues

find . -name '*.py' | xargs flake8 | ./display_log.py -

Example2: clustering apache log

./display_log.py /var/log/apache/error_log*

output sample

Example3: clustering adb log

  • TODO: write

Distributed analysis

  • dist_log.py

TODO


Takashi Masuyama < mamewotoko@gmail.com >
https://mamewo.ddo.jp/