Is there a way to get the parameters of a running JVM? Is there a command line tool like jstat which takes as input the pid of the JVM and returns its starting parameters? I
This technique applies for any java application running local or remote.
jvisualvm can be found in any JDK since JDK 6 Update 7. Video tutorial on jvisualvm is here.