Ejb Method Statistics; Ejb Session Store Statistics - Sun Microsystems GlassFish Enterprise Server 2.1 Administration Manual

Hide thumbs Also See for GlassFish Enterprise Server 2.1:
Table of Contents

Advertisement

EJB Method Statistics

TABLE 18–2
Attribute Name
methodstatistic
totalnumerrors
totalnumsuccess
executiontime
The statistics for EJB Session Stores are listed in the following table.

EJB Session Store Statistics

TABLE 18–3
Attribute Name
currentSize
activationCount
activationSuccessCount
Chapter 18 • Monitoring Components and Services
Data Type
Description
TimeStatistic
Number of times an operation is
called; the total time that is spent
during the invocation, and so on.
CountStatistic
Number of times the method
execution resulted in an exception.
This is collected for stateless and
stateful session beans and entity
beans if monitoring is enabled for
the EJB container.
CountStatistic
Number of times the method
successfully executed. This is
collected for stateless and stateful
session beans and entity beans if
monitoring enabled is true for EJB
container.
CountStatistic
Time (ms) spent executing the
method for the last
successful/unsuccessful attempt to
execute the operation. This is
collected for stateless and stateful
session beans and entity beans if
monitoring is enabled on the EJB
container.
Data Type
Description
RangeStatistic
Number of passivated or
checkpointed sessions currently in
the store.
CountStatistic
Number of sessions activated from
the store.
CountStatistic
Number of sessions successfully
activated from the store
About Monitoring
177

Advertisement

Table of Contents
loading

Table of Contents