Java agent is a powerful tool introduced with Java 5. It has been highly useful in profiling activities where developers and application users can monitor tasks carried out within servers and applications.
主要内容
文章
参考资料
Oracle
- java.lang.instrument API
- Attach API
- Java 08: Attach API
- Java 11: jdk.attach
- Java 17: jdk.attach
- JVMTI
OpenJDK
More