I everyone,
I am running JMeter 2.7 and JMeter plugins 0.5.5. I have the server agent running, and have three monitors setup for cpu, memory and network going on 4444. I have also changed the startup parameters on Tomcat 6 to allow jmx on 5555.
-Dcom.sun.management.jmxremote
-Dcom.sun.management.jmxremote.port=5555
-Dcom.sun.management.jmxremote.ssl=false
-Dcom.sun.management.jmxremote.authenticate=false
I have disabled the firewall on the remote server. I have run a netstat -a there to make sure I had a listener on 5555.
When I configure the PerfMon for JMX, 10.22.5.237 / 5555 I get the following error:
kg.apc.perfmon.client.TransportFactory: Can't connect TCP transport for host: /
10.22.5.237:5555 java.io.IOException: Agent is unreachable via TCP
From the same machine JMeter is running on, I run jconsole, go remote, enter the same parameters and I can connect and collect JVM usage data, etc.
I have tried with the hostname as well, it will resolve but fails to connect as well. Any ideas? I really need this metric for my testing! ;-)
Thanks so much, the rest of the tools and plugins have worked without flaw!