将 Java VisualVM .nps 分析器数据导出到 Excel
有没有办法转换 VisualVM 表现出色。
也就是说,我想获得 HotSpot 方法的表格视图。
最后我想知道是否有一种方法可以自动捕获 VisualVM Profiler statisitcs(例如命令行脚本) )并将其导出到 Excel(CSV 文件或其他文件),以便我们可以自动将其上传到 Google Docs 电子表格。
看来 VisualVM 仅使用标准 HPROF cpu=samples,但是它能够远程完成我只知道启用分析作为 JVM 参数。有什么方法可以从 JMX 触发它吗?
Is there any way to convert the .nps profiler data captured by VisualVM to excel.
Namely I'd like to get a table view of the HotSpot Methods.
In the end I want to know if there's a way to automate the capture of VisualVM profiler statisitcs (e.g. command line script) and export that to Excel (CSV file or whatever), so that we could automatically upload it to say Google Docs spreadsheets.
It appears that VisualVM just uses the standard HPROF cpu=samples, but it's able to do it remotely I'm only aware of enabling profiling as a JVM argument. Is there some way to trigger that from JMX?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看结果时,VisualVM 中有一个基本选项可以导出为 XML、CSV、NPS。
There's a basic option in VisualVM when viewing the results to export to XML, CSV, NPS.