This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
gcj & JMX
- From: "Patrick Olinet" <patrick dot olinet at gmail dot com>
- To: java at gcc dot gnu dot org
- Date: Tue, 13 Feb 2007 08:42:08 +0100
- Subject: gcj & JMX
Hi folks,
I'd like to know if there is a gcj equivalent to the Sun's monitoring
& management JMX extension. The java.lang.management.* classes seem to
exist in my libgcj.jar file, but I have no idea of their status and
whether they can be used by the mx4j package that provides the JMX
support on my system. If they can, how are they supposed to work ?
My point is to be able to monitor the memory usage of my application,
as it's possible to do with Sun's jconsole tool when you set the
'com.sun.management.jmx.remote' system property at application
startup.
Any thoughts ?
Thanks in advance for your replies.
Patrick