OK, I now realize what I want (method level stats) is not covered by JSR-77 performance and that JBoss is using a proprietary InvocationStats object that is gathered/managed by the container for the particular EJB.
So to re-iterate, I am trying to gather and record method level stats in a manner that does not hurt performance. As far as how I am going to "record" the stats, it will have to be done in some asynchronous fashion w/o going down the deprecated MetricsInterceptor path http://jira.jboss.com/jira/browse/JBAS-2656. There seem to be several differing solutions for a very similar problem of gathering stats - deprecated MetricsInterceptor - varia TxStatisticsInterceptor - jsr-77 statisticis The differing solutions should be remedied by JSR-77. Unfortunately JSR-77 does not cover method level stats as I want them to. If there is something coming down the road or a recommended approach to take the advice would be greatly appreciated. Thanks, Chris View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939332#3939332 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3939332 ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
