如何停止“线程历史记录” (在“线程视图”中)JVM 退出后?
即使 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.