我当时想使用一些线程转储分析器来分析Java线程转储,并安装了 ThreadDumpVisualizer
IntelliJ IDEA插件,但不确定如何使用它.插件页面: https://plugins.jetbrains.com/plugin/9358-threaddumpvisualizer也不包含任何文档.我可以使用此插件加载现有的线程转储吗?我在从公司/公司机器上的外部公共站点下载内容时受到限制,因此我尝试这样做.
I was looking to use some thread dump analyzer to analyze Java thread dump and installed the ThreadDumpVisualizer
IntelliJ IDEA plugin but am not sure how to use it. The plugin page: https://plugins.jetbrains.com/plugin/9358-threaddumpvisualizer also does not contain any documentation. Can I load my existing thread dump using this plugin? I have restriction on downloading from external public site on my work/company machine so I am trying this out.
There is a description on its GitHub repo: https://github.com/enslinmike/Thread-dump-visualizer
线程转储可视化器
这是ItelliJ IDEA的插件.该插件的目的是提供方便的方法来分析IntelliJ IDEA的线程转储.您可以在此处
要查看转储的详细信息,应将文件及其一起拖放到线程转储"工具窗口中.支持以下选项:
To see dump's details you should drag and drop file with it to "Thread dumps" tool window. Following options are supported:
[...]
这篇关于如何使用ThreadDumpVisualizer IntelliJ IDEA插件来分析Java线程转储的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程技术网(www.editcode.net)!