I have two computers on a network(visible to each other) and I run JVisualVM on one of the computers. I wish to monitor a java application running on the other computer. Is it possible?
I tried adding a remote server and got the screen as below:
But after this what steps are to be followed to profile, lets say, com.myapp.MyApp running on the other computer?
P.S. The remote computer does not have a JDK installed(This is a constraint). It just has a JRE.