[url=https://gist.github.com/rednaxelafx/1441625#file_dump_class_url.java]DumpClassURL[/url]: print the list of currently loaded Java classes, along with code source path and defining class loader information
打印出HotSpot VM里当前加载的所有类的路径和加载器摘要信息的工具
[url=https://gist.github.com/rednaxelafx/1593521#file-directmemorysize-java]DirectMemorySize[/url]: Print NIO direct memory usage stats, as an alternative on JDK6 without JMX support for direct memory monitoring
打印NIO direct memory使用状况的工具
[url=https://gist.github.com/rednaxelafx/1551013#file-histo-patch]JMapHistoGenerational[/url]: an extension to "jmap -histo", prints generational stats of GC heap usage
增强版jmap -histo,显示分代信息
[url=https://gist.github.com/rednaxelafx/2710667#file_print_invoked_methods.java]PrintInvokedMethods[/url]: print the list of Java methods invoked at least once in HotSpot VM
(discussion on hotspot-dev mailing list: [url]http://mail.openjdk.java.net/pipermail/hotspot-dev/2012-May/005809.html[/url])
基于SA打印HotSpot VM执行过的Java方法的列表
===========================================================
[url=https://gist.github.com/rednaxelafx/1393698#file-objtree-js]add "objtree" command to CLHSDB[/url]: prints the object graph starting from the specified root as a depth-first traversal tree
给CLHSDB加一个objtree命令来方便看对象的引用状况
打印出HotSpot VM里当前加载的所有类的路径和加载器摘要信息的工具
[url=https://gist.github.com/rednaxelafx/1593521#file-directmemorysize-java]DirectMemorySize[/url]: Print NIO direct memory usage stats, as an alternative on JDK6 without JMX support for direct memory monitoring
打印NIO direct memory使用状况的工具
[url=https://gist.github.com/rednaxelafx/1551013#file-histo-patch]JMapHistoGenerational[/url]: an extension to "jmap -histo", prints generational stats of GC heap usage
增强版jmap -histo,显示分代信息
[url=https://gist.github.com/rednaxelafx/2710667#file_print_invoked_methods.java]PrintInvokedMethods[/url]: print the list of Java methods invoked at least once in HotSpot VM
(discussion on hotspot-dev mailing list: [url]http://mail.openjdk.java.net/pipermail/hotspot-dev/2012-May/005809.html[/url])
基于SA打印HotSpot VM执行过的Java方法的列表
===========================================================
[url=https://gist.github.com/rednaxelafx/1393698#file-objtree-js]add "objtree" command to CLHSDB[/url]: prints the object graph starting from the specified root as a depth-first traversal tree
给CLHSDB加一个objtree命令来方便看对象的引用状况