1 रिपॉजिटरी
Mechanisms for loading monitoring agents into a running virtual machine using runtime attachment APIs.
Distinct from Dynamic Logic Loading: Focuses on JVM agent attachment via the Attach API, not static library loading or stylesheet injection.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Dynamic Agent Loading. Refine with filters or upvote what's useful.
btrace is a Java dynamic tracing tool and instrumentation framework designed for real-time diagnostics. It enables the injection of monitoring code into running Java virtual machines to analyze behavior and diagnose processes without requiring an application restart. The platform features a dynamic probe engine for executing single-line debugging commands to print data and trace call stacks. It provides an extensible tracing framework that supports custom functionality and external integrations through isolated implementation modules. The system covers runtime performance monitoring, method
Enables the injection of monitoring logic into live Java processes using the Java Attach API.