1 Reply Latest reply on Jun 8, 2007 10:45 AM by peterj

    Invocation Statistics of EJB

    ywtsang

      From the web-console, I can see the Invocation Statistics of each EJB (session, entity, whatever). The statistics show the mix time/max time/total time/avg time/number of invocation of each method inside the EJB.

      At that page, it links to the corresponding jmx-console page of that MBean of the EJB.

      I think the web-console also use JMX to retrieve the invocation statistics of each EJB, but I hardly find how to achieve that by myself. As I want to get the invocation statistics of the EJB for the monitoring usage by other software like Hyperic HQ, I would like to ask how to get the invocation statistics through JMX? (what method to call? etc).