need explanation on isUsageThresholdSupported() in jconsole
Hi,
I was looking at the jconsole memory monitoring and managing tool and found that isUsageThresholdSupported() for the edenspace is true, but what I understand from
http://java.sun.com/javase/6/docs/technotes/guides/management/mxbeans.html
is that it should be false. Can you please let me know if what I understand is correct.
Also I would like to know how to conncet to a remote JVM through jconsole, the problem is that I do not know what the port number is on the remote jvm. Is there a way I can get to know what the port number is?
Thanks,
Samanth.

