We have an Ubuntu server VM that is running a Java application on it, and I need to profile it using Java's JVisualVM GUI tool.
I need to SSH into the server (say, ssh admin@ourapp.example.com
) and turn on X Windows so that I can run JVisualVM at the terminal and have the X Window "break out" of the VM and run on my host (a Windows 7 machine).
Following are the steps :