Fusion Middleware Control Help for WebLogic Server

Previous Next Open TOC in new window
Content starts here

Domain Application Deployment: Monitoring: Environment Monitoring: Stateful

Column Display     

This page displays monitoring information for all the stateful Enterprise JavaBeans (EJBs) in this application.

Column Display

Name Description
EJB Name

Provides the name for this EJB as defined in the javax.ejb.EJB annotation, or the ejb-name when * using the ejb-jar.xml deployment descriptor.

MBean Attribute:
StatefulEJBRuntimeMBean.EJBName

Application Name

The name of the application.

MBean Attribute:
ApplicationRuntimeMBean.ApplicationName

Server

The server on which the EJB instance is deployed.

Machine

The machine on which the EJB instance is running.

Cached Beans Current Count

Provides a count of the total number of beans from this EJB Home currently in the EJB cache.

MBean Attribute:
EJBCacheRuntimeMBean.CachedBeansCurrentCount

Cache Access Count

Provides a count of the total number of attempts to access a bean from the cache.

The sum of the Cache Hit Count and Cache Miss Count may not add up to the cacheAccessCount in a running server because these metrics are retrieved using multiple calls and the counts could change between the calls.

*

MBean Attribute:
EJBCacheRuntimeMBean.CacheAccessCount

Cache Hit Count

Provides a count of the total number of times an attempt to access a bean from the cache succeeded.

The sum of the Cache Hit Count and Cache Miss Count may not add up to the cacheAccessCount in a running server because these metrics are retrieved using multiple calls and the counts could change between the calls.

MBean Attribute:
EJBCacheRuntimeMBean.CacheHitCount

Cache Miss Count

Provides a count of the total number of times an attempt to access a bean from the cache failed.

The sum of the Cache Hit Count and Cache Miss Count may not add up to the cacheAccessCount in a running server because these metrics are retrieved using multiple calls and the counts could change between the calls.

MBean Attribute:
EJBCacheRuntimeMBean.CacheMissCount

Activation Count

Provides a count of the total number of beans from this EJB Home that have been activated.

MBean Attribute:
EJBCacheRuntimeMBean.ActivationCount

Passivation Count

Provides a count of the total number of beans from this EJB Home that have been passivated.

MBean Attribute:
EJBCacheRuntimeMBean.PassivationCount

Lock Entries Current Count

Provides a count of the number of beans currently locked.

MBean Attribute:
EJBLockingRuntimeMBean.LockEntriesCurrentCount

Lock Manager Access Count

Provides the total number of attempts to obtain a lock on a bean. This includes attempts to obtain a lock on a bean that is already locked on behalf of the client.

MBean Attribute:
EJBLockingRuntimeMBean.LockManagerAccessCount

Waiter Current Count

Provides the current number of Threads that have waited for a lock on a bean.

MBean Attribute:
EJBLockingRuntimeMBean.WaiterCurrentCount

Timeout Total Count

Provides a count of the total number of Threads that have timed out waiting for an available bean instance from the free pool.

MBean Attribute:
EJBPoolRuntimeMBean.TimeoutTotalCount

Transactions Committed Total Count

Provides a count of the total number of transactions that have been committed for this EJB.

MBean Attribute:
EJBTransactionRuntimeMBean.TransactionsCommittedTotalCount

Transactions Rolled Back Total Count

Provides a count of the total number of transactions that have been rolled back for this EJB.

MBean Attribute:
EJBTransactionRuntimeMBean.TransactionsRolledBackTotalCount

Transactions Timed Out Total Count

Provides a count of the total number of transactions that have timed out for this EJB.

MBean Attribute:
EJBTransactionRuntimeMBean.TransactionsTimedOutTotalCount


Back to Top