When running JMeter on my desktop, I can use VisualVM to monitor the characteristics of JMeter as I perform load tests.
However, when I set up JMeter on a remote server and have jstatd running, I do not see my application under that server. I can see jstatd running, with the following command:
root@jmeter:~# netstat -nlp | grep jstatd
tcp6 0 0 :::39337 :::* LISTEN 8410/jstatd
tcp6 0 0 :::1099 :::* LISTEN 8410/jstatd
Has anyone been successful in getting this set up? I can blindly increase the JVM properties, but I would like to see how my jmeter tests perform.