1 Reply Latest reply on May 26, 2003 2:45 AM by dedhat

    Determine number of beans living  in container

    lumin

      In connection with performance testing the number of beans living within the container is quite interessing. Can someone imagine a way to determine the amount of beans?

        • 1. Re: Determine number of beans living  in container
          dedhat

          Lumin,

          Have you looked into JBoss Instance pooling, you might wanna look into it.

          AbstractInstancePool.java (Function: retrieveStatistic() ) gives details like:

          - InstantiationCountStatistics
          - DestroyCountStatistics
          - ReadyBeanCountStatistics

          I hope this helps,

          Atul