如何停止“线程历史记录” (在“线程视图”中)JVM 退出后?

发布于 2024-12-28 00:49:52 字数 279 浏览 1 评论 0原文

即使 JVM 退出并且仅由 JProfiler 保持活动状态(使用保持 VM 活动状态),线程视图中的线程历史记录仍会继续运行。通过这种行为,我在 JVM 运行时看到了很多有用的数据,之后看到了越来越多的无用数据(在我的例子中,所有线程都在等待)。

我尝试使用触发器JVM退出停止记录操作,但这不会停止线程历史记录

触发器有效,我使用打印消息操作验证了这一点。

谢谢

The Thread history in Thread Views continues running, even if the JVM exits and is only kept alive by JProfiler (using Keep VM alive). With this behaviour I see a lot of useful data for the time when the JVM is running and a growing amount of useless data after that (all threads are waiting, in my case).

I tried using a trigger JVM exit with Stop recording action, but this does not stop the Thread History.

The trigger works, which I verified using a Print message action.

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

屋檐 2025-01-04 00:49:52

JProfiler 始终必须跟踪线程,因此线程历史记录没有记录选项。

如果保持活动状态下不断增长的时间线让您感到困扰,我建议您保存快照。在快照中,一切都是静态的。

JProfiler always has to keep track of threads, so the thread history has no recording options.

If the growing time line in the keep-alive state is bothering you, I would recommend to save a snapshot. In the snapshot, everything is static.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文