Author: dblevins
Date: Mon Nov 12 17:45:39 2012
New Revision: 1408372
URL: http://svn.apache.org/viewvc?rev=1408372&view=rev
Log:
CMS commit to openejb by dblevins
Modified:
openejb/site/trunk/content/ejb-request-logging.mdtext
Modified: openejb/site/trunk/content/ejb-request-logging.mdtext
URL:
http://svn.apache.org/viewvc/openejb/site/trunk/content/ejb-request-logging.mdtext?rev=1408372&r1=1408371&r2=1408372&view=diff
==============================================================================
--- openejb/site/trunk/content/ejb-request-logging.mdtext (original)
+++ openejb/site/trunk/content/ejb-request-logging.mdtext Mon Nov 12 17:45:39
2012
@@ -56,6 +56,7 @@ The above information applies purely to
However, **all** EJB invocations to business methods *or* callbacks like
`@PostConstruct` are tracked for statistical analysis.
By default a floating window of 2000 samples are kept. The time tracked is
purely **bean time** which includes
interceptors, decorators and the bean itself, but does not include other
container services like transactions or security.
+
This information is available in JMX. A sample JMX ObjectName for a
`CounterBean` will look like this:
openejb.management:J2EEServer=openejb,J2EEApplication=null,EJBModule=StatsModule,StatelessSessionBean=CounterBean,j2eeType=Invocations,name=CounterBean