Skip to content
This repository was archived by the owner on Aug 18, 2025. It is now read-only.

Latest commit

 

History

History
14 lines (8 loc) · 695 Bytes

File metadata and controls

14 lines (8 loc) · 695 Bytes

aXent

Java agent for eXist-db testing

To run java client and set mini HTTP server port to 19999 (default 12251) so that you can access the information from your browser, do the followind and open http://localhost:19999/

java -javaagent:path/to/broker-leak-detector-1.0-jar-with-dependencies.jar=http=19999 ...your usual Java args follows...

java -Xbootclasspath/p:path/to/javagent-1.1-jar-with-dependencies.jar -javaagent:path/to/javagent-1.1-jar-with-dependencies.jar ...your usual Java args follows...

http://localhost:12251/ - show active brokers;

http://localhost:12251/exceptions - show stack of catched exceptions;

http://localhost:12251/reset - zero stack of catched exceptions;