Monitoring 通过visualgc进行远程应用程序监控

Monitoring 通过visualgc进行远程应用程序监控,monitoring,visualvm,Monitoring,Visualvm,我正在尝试使用VisualVM和VisualGC监视远程计算机上可用的应用程序 我在远程端启用了jmxremote,如下所示: -Dcom.sun.management.jmxremote, -Dcom.sun.management.jmxremote.port=8888, -Dcom.sun.management.jmxremote.ssl=false, -Dcom.sun.management.jmxremote.authenticate=false 通过VisualVM进行监视时,一切正

我正在尝试使用VisualVM和VisualGC监视远程计算机上可用的应用程序

我在远程端启用了
jmxremote
,如下所示:

-Dcom.sun.management.jmxremote, -Dcom.sun.management.jmxremote.port=8888,
-Dcom.sun.management.jmxremote.ssl=false, -Dcom.sun.management.jmxremote.authenticate=false
通过VisualVM进行监视时,一切正常,但VisualGC不显示任何统计信息(获取此JVM不支持的
错误)

尝试监视一个本地应用程序时,VisualGC运行正常

在远程jvm上启动
jstad
后,远程应用程序获得成功

这是VisualGC的已知问题吗

远程JVM-1.5

本地JVM-1.6

对,
jstatd
必须在远程主机上运行,因为VisualGC使用
jvmstat
而不使用
jmx