Javaagent: Difference between revisions
Jump to navigation
Jump to search
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=External= | =External= | ||
* https://docs.oracle.com/javase/8/docs/api/ | * https://docs.oracle.com/javase/8/docs/api/java/lang/instrument/package-summary.html | ||
* Creation, dynamic loading and instrumentation with javaagents http://dhruba.name/2010/02/07/creation-dynamic-loading-and-instrumentation-with-javaagents/ | * Creation, dynamic loading and instrumentation with javaagents http://dhruba.name/2010/02/07/creation-dynamic-loading-and-instrumentation-with-javaagents/ | ||
* Instrumentation: querying the memory usage of a Java object http://www.javamex.com/tutorials/memory/instrumentation.shtml | * Instrumentation: querying the memory usage of a Java object http://www.javamex.com/tutorials/memory/instrumentation.shtml | ||
Line 7: | Line 7: | ||
=Internal= | =Internal= | ||
* [[Java#Subjects|Java]] | * [[Java#Subjects|Java]] | ||
* [[byteman]] | |||
* [[ASM]] |
Latest revision as of 21:15, 12 July 2018
External
- https://docs.oracle.com/javase/8/docs/api/java/lang/instrument/package-summary.html
- Creation, dynamic loading and instrumentation with javaagents http://dhruba.name/2010/02/07/creation-dynamic-loading-and-instrumentation-with-javaagents/
- Instrumentation: querying the memory usage of a Java object http://www.javamex.com/tutorials/memory/instrumentation.shtml