3 Replies Latest reply on Oct 12, 2004 6:53 AM by dimitris

    JVM MBeans Data

    diripu

      Hi,
      Currently am using JBoss 3.2.5 . I have a client program which retrieves all MBeans of type=JVM and am getting only one Mbean ie
      "jboss.mq:service=InvocationLayer,type=JVM" . And no attributes/operations are there to get Free memory,Total memory,Max memory, GC etc of that JVM.

      And in the browser console "http://localhost:8080/jmx-console/" also its displaying the above same JVM Mbean. So it seems my program is working fine...

      I want to know How many JVM runs when i start JBoss ?And want to know the Free memory,Total memory,Max memory, GC etc of each JVM ...??

      But if i click the Tomcat status in the main page , its showing all JVM informations.
      Could anyone help me on this?

      Thanks
      Dilip

        • 1. Re: JVM MBeans Data
          dimitris

          "jboss.mq:service=InvocationLayer,type=JVM" is irrelevant.

          Look for "jboss.system=type=ServerInfo"

          • 2. Re: JVM MBeans Data
            diripu

            Thanks.
            Yes , by using this query "jboss.system:type=ServerInfo" I am getting all memory info about JVM .
            But again am not getting heap size of the JVM ??
            And I want to know How many JVM runs when i start JBoss ?

            regards
            Dilip

            • 3. Re: JVM MBeans Data
              dimitris

              Just one JVM.

              I think the FreeMemory/TotalMemory refers to heap-size, anyways