Javaagent: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
=External= | =External= | ||
* https://docs.oracle.com/javase/8/docs/api/ | |||
* http://dhruba.name/2010/02/07/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 | ||
=Internal= | =Internal= | ||
* [[Java#Subjects|Java]] | * [[Java#Subjects|Java]] |
Revision as of 20:54, 9 May 2016
External
- https://docs.oracle.com/javase/8/docs/api/
- 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