surprisoh / loganalysis

Log analysis library written in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Log analysis library written in Python

https://coveralls.io/repos/box-and-whisker/loganalysis/badge.svg?branch=master&service=github&dummy=3234

A collection of log analysis functions and CLIs:

  • Sessionization. See utils.sessionize()
  • Finite state machine based log processing. See utils.fsm()
  • A simple extension of a regular expression to denote a pattern across multiple lines.

Visit https://loganalysis.readthedocs.org to read full documentation.

loganalysis is a free software with BSD license.

About

Log analysis library written in Python

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 93.5%Language:Makefile 6.5%