DeadLock Detector
Two utilities to detect a deadlock inside a JVM.See https://github.com/carlgira/soa-utils/tree/master/deadlock
deadlock-detection
A remote deadlock detector. It connects to a JVM using JMX to detect if a deadlock is ocurring. It needs the host of the JVM and the JMX port. $ cd deadlock-detection
$ mvn clean package
$ java -jar target/deadlock-detection-1.0-SNAPSHOT.jar localhos:3333
deadlock-detector-service
A Weblogic Rest service to detect if is ocurring a deadlock in the server. It can deployed on Weblogic or tested with spring-boot- Test with Spring-boot
$ cd deadlock-detector-service
$ mvn clean package
$ java -jar target/deadlock-detector-service-1.0.0.war
$ curl -X GET http://localhost:8080/deadlock
- Weblogic
$ cd deadlock-detector-service
$ mvn clean package
$ Deploy to Weblogic
$ curl -X GET http://localhost:7001/deadlock-detector-service-1.0.0/deadlock
Thanks!
No hay comentarios:
Publicar un comentario