监视风暴拓扑,特别是使用jmx

rseugnpd  于 2021-06-21  发布在  Storm
关注(0)|答案(1)|浏览(426)

我补充说,如何让visualvm显示jvmapachestorm运行的信息
worker.childopts:“-xmx1048m-djava.net.preferipv4stack=true”-verbose:gc -xx:+printgctimestamps-xx:+printgcdetails-dcom.sun.management.jmxremote-dcom.sun.management.jmxremote.ssl=false-dcom.sun.management.jmxremote.authenticate=false-dcom.sun.management.jmxremote.port=1%id%“
我禁用了服务器上的防火墙,但是当我使用visualvm连接时,我得到一个错误,说“cannot connect to server using”service:jmx:rmi…“
如何让它工作。

aij0ehis

aij0ehis1#

worker.childopts:-dcom.sun.management.jmxremote-dcom.sun.management.jmxremote.authenticate=false-dcom.sun.management.jmxremote.ssl=false-dcom.sun.management.jmxremote.port=1%id%-dcom.sun.management.jmxremote.rmi.port=1%id%
添加这个和打开端口都很有效。

相关问题