Table; Ejb Statistics - Sun Microsystems GlassFish Enterprise Server 2.1 Administration Manual

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

Advertisement

About Monitoring
"Thread Pools Statistics" on page 186
"Transaction Service Statistics" on page 186
"Java Virtual Machine (JVM) Statistics" on page 187
"JVM Statistics in Java SE" on page 187
EJB Container Statistics
The EJB container statistics are described in the following tables:
EJB statistics are described in the following table.
TABLE 18–1
Attribute Name
createcount
removecount
pooledcount
readycount
messagecount
methodreadycount
passivecount
The statistics available for EJB method invocations are listed in the following table.
176
Sun GlassFish Enterprise Server 2.1 Administration Guide • December 2008
Table 18–1
Table 18–2
Table 18–3
Table 18–4
Table 18–5
Table 18–6

EJB Statistics

Data Type
Description
CountStatistic
Number of times an EJB's create
method is called.
CountStatistic
Number of times an EJB's remove
method is called.
RangeStatistic
Number of entity beans in pooled
state.
RangeStatistic
Number of entity beans in ready
state.
CountStatistic
Number of messages received for a
message-driven bean.
RangeStatistic
Number of stateful or stateless
session beans that are in the
MethodReady state.
RangeStatistic
Number of stateful session beans
that are in Passive state.

Advertisement

Table of Contents
loading

Table of Contents