Enterprise bean statistics

These statistics can be accessed online using the EXEC CICS® COLLECT STATISTICS CORBASERVER(CorbaServer_name) BEAN(bean_name) command, and are mapped by the DFHEJBDS DSECT. For programming information about the EXEC CICS COLLECT STATISTICS command, see the CICS System Programming Reference manual.

This section contains:

Enterprise beans: Resource statistics

Table 53. Enterprise beans: Resource statistics for each bean
DFHSTUP name Field name Description
CorbaServer name EJB_CORBASERVER Name of the CorbaServer in which the bean is installed

Reset characteristic: not reset

DJar name EJB_DJAR Name of the DJar from which this bean originated

Reset characteristic: not reset

Bean name EJB_BEAN Name of the Bean

Reset characteristic: not reset

Activation count EJB_ACTIVATIONS_COUNT Number of times a bean of this type has been activated

Reset characteristic: reset to zero

Passivation count EJB_PASSIVATIONS_COUNT Number of times a bean of this type has been passivated

Reset characteristic: reset to zero

Create count EJB_CREATES_COUNT Number of times a bean of this type has been created

Reset characteristic: reset to zero

Remove count EJB_REMOVES_COUNT Number of times a bean of this type has been removed

Reset characteristic: reset to zero

Method call count EJB_METHOD_CALLS_COUNT Number of times a remote method call has been invoked against a bean of this type

Reset characteristic: reset to zero

Enterprise beans: Summary resource statistics

Summary statistics are not available online.

Table 54. Enterprise beans: Summary resource statistics for each bean
DFHSTUP name Description
CorbaServer name Name of the CorbaServer in which the bean is installed
DJar name Name of the DJar from which this bean originated
Bean name Name of the Bean
Activation count Number of times a bean of this type has been activated
Passivation count Number of times a bean of this type has been passivated
Create count Number of times a bean of this type has been created
Remove count Number of times a bean of this type has been removed
Method call count Number of times a remote method call has been invoked against

Related reference
Back to full list of statistics and DFHSTUP reports
Appendix A. CICS statistics tables
Interpreting these statistics
Interpreting CorbaServer, DJAR and enterprise bean statistics
DFH0STAT reports for these statistics
DJARs and Enterprise Beans Report
[[ Contents Previous Page | Next Page Index ]]