VisualVM is a great tool for peering into a running JVM. In many cases, it won’t be one that is running on your local box.
The first thing to be done is to get jstatd running on the remote machine:
Create a security policy file on the remote machine (this assumes that you have an additional layer of security and that the outside world cannot access these ports and/or you have a VPN set-up and you are operating in that
→ Continue reading “Running VisualVM to Examine a JVM on a Remote Host Via an SSH Tunnel/Proxy Connection”