`
RednaxelaFX
  • 浏览: 3059814 次
  • 性别: Icon_minigender_1
  • 来自: 海外
社区版块
存档分类
最新评论

[链接列表] 我写的一些基于HotSpot Serviceability Agent的小工具

阅读更多
DumpClassURL: print the list of currently loaded Java classes, along with code source path and defining class loader information
打印出HotSpot VM里当前加载的所有类的路径和加载器摘要信息的工具

DirectMemorySize: Print NIO direct memory usage stats, as an alternative on JDK6 without JMX support for direct memory monitoring
打印NIO direct memory使用状况的工具

JMapHistoGenerational: an extension to "jmap -histo", prints generational stats of GC heap usage
增强版jmap -histo,显示分代信息

PrintInvokedMethods: print the list of Java methods invoked at least once in HotSpot VM
(discussion on hotspot-dev mailing list: http://mail.openjdk.java.net/pipermail/hotspot-dev/2012-May/005809.html)
基于SA打印HotSpot VM执行过的Java方法的列表

===========================================================

add "objtree" command to CLHSDB: prints the object graph starting from the specified root as a depth-first traversal tree
给CLHSDB加一个objtree命令来方便看对象的引用状况
分享到:
评论
2 楼 xtayfjpk 2014-12-23  
为什么您在github上的项目都访问不了呢
1 楼 zolo1226 2013-02-25  
R大给力~

相关推荐

    Java Performance Companion(Addison,2016)

    Using HotSpot VM Serviceability Agent to analyze, triage, and resolve diverse HotSpot VM issues Troubleshooting out of memory errors, Java level deadlocks, and HotSpot VM crashes Extending the ...

    借HSDB来探索HotSpot VM的运行时数据1

    为了进一步探究这些概念,我们可以利用HotSpot VM的调试工具,如HSDB(HotSpot Serviceability Agent Debugger)。HSDB允许我们直接查看运行时的JVM内部状态,包括内存分配、对象引用等信息。在本文中,作者使用了...

    hllvm.借HSDB来探索HotSpot VM的运行时数据1

    我们将借助HSDB(HotSpot Serviceability Agent的调试器)来探索实际运行时的数据分布,进一步了解JVM的方法区、堆和调用栈。 【标签】:java 【正文】: Java虚拟机(JVM)内存模型将内存分为不同的区域,每个...

    hsdis-amd64.dll

    首先,hsdis-amd64.dll是"HotSpot Serviceability Agent Disassembler"的缩写,它是OpenJDK项目的一部分,专门针对AMD64架构(也称为x86-64或x64)的机器。这个动态链接库的作用在于,当Java程序运行时,它能够解析...

    openjdk7源码

    5. **Serviceability Agent (SA)**: 用于调试和监控JVM的工具。 通过研究OpenJDK7的源码,开发者可以了解Java语言的底层实现,学习如何优化JVM参数,以及如何针对特定场景调整Hotspot的编译和垃圾回收策略。这对于...

    jdk-9.0.1_doc-all 最新版

    Defines the implementation of the HotSpot Serviceability Agent. jdk.httpserver Defines the JDK-specific HTTP server API. jdk.incubator.httpclient Defines the high-level HTTP and WebSocket API. jdk....

Global site tag (gtag.js) - Google Analytics