Sun Microsystems GLASSFISH ENTERPRISE 820433510 User Manual

Page 178

Advertising
background image

TABLE 18–3

EJB Session Store Statistics

(Continued)

Attribute Name

Data Type

Description

activationErrorCount

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.

passivationCount

CountStatistic

Number of sessions passivated
(inactivated) using this store.

passivationSuccessCount

CountStatistic

Number of sessions successfully
passivated using this store.

passivationErrorCount

CountStatistic

Number of sessions that could not be
passivated using this store.

expiredSessionCount

CountStatistic

Number of expired sessions that
were removed by this store.

passivatedBeanSize

CountStatistic

Total number of bytes passivated by
this store, including total, minimum,
and maximum.

passivationTime

CountStatistic

Time spent on passivating beans to
the store, including the total,
minimum, and maximum.

checkpointCount

(enterprise profile only)

CountStatistic

Number of sessions checkpointed
using this store.

checkpointSuccessCount

(enterprise profile

only)

CountStatistic

Number of sessions checkpointed
successfully.

checkpointErrorCount

(enterprise profile

only)

CountStatistic

Number of sessions that couldn't be
checkpointed.

checkpointedBeanSize

(enterprise profile

only)

ValueStatistic

Total number of bytes checkpointed
by the store.

checkpointTime

enterprise profile only)

TimeStatistic

Time spent on checkpointing beans
to the store.

The statistics available for EJB pools are listed in the following table.

About Monitoring

Sun GlassFish Enterprise Server 2.1 Administration Guide • December 2008

178

Advertising