GithubHelp home page GithubHelp logo

freesolutions200 / java-dead-lock-detection-lib Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 11 KB

This is an lightweight library which can detect dead lock of running java application.

Java 100.00%
java deadlock-detection deadlock library maven java-8 lightweight

java-dead-lock-detection-lib's Introduction

java-dead-lock-detection-lib

This library can be used to detect dead lock situation in java application.

Note

We recommanded to contribute or intimate if any improvement or issue found. This will become matured as time goes, and to eliminate the requirement forsetting any monitoring tool immediatly when dedlock is detected in live system.

Installation

Use maven to build library in local machine.

mvn clean install

Usage

DeadLockDetection.getInstance().start();
DeadLockDetection.getInstance().registerListener(new DeadLockDetectionListener() {
            @Override
            public void onDeadlockDetected(ThreadInfo[] threadInfos, ThreadInfo[] threadInfoLockings) {
               
            }
        });
DeadLockDetection.getInstance().stop();

Contributing

Pull requests are welcome. For major changes, please open an issue first to mention what you would like to change.

Roadmap

  1. Add test cases
  2. Configurable checking interval and start up delay
  3. Java documentation
  4. Upload to maven repository
  5. Create another auto starter for spring boot
  6. Add appropriate license

License

None

java-dead-lock-detection-lib's People

Contributors

freesolutions200 avatar nitulkukadia avatar

Stargazers

 avatar  avatar

Watchers

 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.