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.

[600 byte] By [Samantha] at [2007-11-26 23:53:54]
# 1
It's a known bug that will be fixed soon. http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6486708Mandy
mandy_kochunga at 2007-7-11 15:35:25 > top of Java-index,Core,Monitoring & Management...
# 2

Mandy,

do you have some idea of how to connect to a remote jvm by using jconsole? I tried to connect but some times it is socket error exception other time it is EOF exception. I am not sure how to check the port number for the jvm. can you please let me know how to do it if you have some idea about it.

Thanks,

Samanth.

Samantha at 2007-7-11 15:35:25 > top of Java-index,Core,Monitoring & Management...
# 3

You need to configure your application for remote connection; otherwise you will get connection failure.

http://java.sun.com/javase/6/docs/technotes/guides/management/agent.html describes how to set the port for remote connection.

The complete Java SE Monitoring and Management User Guide is at:

http://java.sun.com/javase/6/docs/technotes/guides/management/

Mandy

mandy_kochunga at 2007-7-11 15:35:25 > top of Java-index,Core,Monitoring & Management...
# 4
Have a look at: http://java.sun.com/javase/6/docs/technotes/guides/management/agent.htmlRegards,Luis
lmalventa at 2007-7-11 15:35:25 > top of Java-index,Core,Monitoring & Management...