FEPI: Pool statistics

You can retrieve FEPI pool statistics by using the EXEC CICS COLLECT STATISTICS POOL system command. They are mapped by the DFHA22DS DSECT.

Table 1. FEPI: Pool statistics
DFHSTUP name Field name Description
Pool Name A22POOL is the FEPI pool name.

Reset characteristic: not reset

 

Targets A22TRGCT is the current number of targets in the pool.

Reset characteristic: not reset

 

Nodes A22NDCT is the current number of nodes in the pool.

Reset characteristic: not reset

 

Available Connections
–Current A22CONCT is the number of connections in the pool.

Reset characteristic: not reset

 

–Peak A22CONPK is the peak number of connections in the pool. This field is needed because targets and nodes may be deleted between intervals.

Reset characteristic: reset to current value (A22CONCT)

 

Allocates
–Total A22ALLOC is the number of conversations that have been allocated from this pool.

Reset characteristic: reset to zero

 

–Peak A22PKALL is the peak number of concurrent conversations allocated from this pool.

Reset characteristic: reset to current value

 

Allocate Waits
NOT IN THE DFHSTUP REPORT A22WAIT is the current number of conversations waiting to be allocated.

Reset characteristic: not reset

 

–Total A22TOTWT is the number of conversations that had to wait to be allocated.

Reset characteristic: reset to zero

 

–Peak A22PKWT is the peak number of conversations that had to wait to be allocated.

Reset characteristic: reset to current value (A22WAIT)

 

Allocate Timeouts A22TIOUT is the number of conversation allocates that timed out.

Reset characteristic: reset to zero