1 Reply Latest reply on Feb 7, 2007 10:50 AM by peterj

    Bean count in JBoss server

    shilpa_naga

      I want to check no.of bean instances created in server when my Bean is running so that I can check on my bean performance. I want to check the Bean in JBoss web console

        • 1. Re: Bean count in JBoss server
          peterj

          Two mbeans you can look at:

          jboss.j2ee:service=EJB,jndiName=XXX

          jboss.management.local:J2EEServer=Local,j2eeType=AAA,name=XXX,EJBModule=YYY,J2EEApplication=ZZZ (look at stats)

          where XXX is the bean name, YYY is the jar file name, ZZZ is the ear file name, and AAA is the bean type.