Code Monkey home page Code Monkey logo

logcausalanalysis's Introduction

LogCausalAnalysis

Overview

This project provides a series of functions to analyze system log data in terms of event causality.

  • Classify log data with its output format
  • Generate DAG with PC algorithm (using pcalg/gsq package)
  • Process log incrementally and notify troubles <- work in progress

Package requirements

Tutorial

You can generate pseudo log dataset for testing functions.

$ python testlog.py > test.temp

First, you need to put a configuration file for whole system. Copy default file, and edit it if necessary.

$ cp config.conf.default config.conf

Then classify dataset and register them with database. Classification works with log template generation inside this command.

$ python log_db.py

You can see log templates found in log messages with following command.

$ python lt_edit.py show

If found log template do not make reasonable event group, Following command may be useful.

$ python lt_edit.py [breakdown, merge, separate]

Finally analyze causal relations generating DAG. (This step requires much time. If your machine have enough performance, we recommend you to use -p options for multithreading.)

$ python pc_log.py

You can check result DAG with following command.

$ python pcresult.py -g graph.pdf pc_output/all_21120901

logcausalanalysis's People

Contributors

cpflat avatar

Watchers

James Cloos avatar wall-e avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.