What is RMI TCP Accept, Attach Listener, and Signal Dispatcher in Visual VM?

爷,独闯天下 提交于 2019-12-19 07:22:25

问题


I'm profiling a program with Visual VM. My program runs for a while and finally pops up a few plots using XChart showing the results. After the charts are displayed, I noticed in Visual VM some active threads "RMI TCP Accept", "Attach Listener", and "Signal Dispatcher". What are these threads? I assume they are there in connection with Visual VM only. Am I correct??


回答1:


Loosely answered by this post https://stackoverflow.com/a/7698906/573057

As you assume; Attach, Signal and RMI TCP Accept are for JMX monitoring by jConsole, VisualVM or similar.

The others are for garbage collection (e.g. Finalizer, Reference Handler).



来源:https://stackoverflow.com/questions/15111365/what-is-rmi-tcp-accept-attach-listener-and-signal-dispatcher-in-visual-vm

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!