FEPI: Target statistics
You can retrieve statistics a particular target in a pool by using the EXEC CICS COLLECT STATISTICS POOL TARGET system command. They are mapped by the DFHA24DS DSECT.
| DFHSTUP name | Field name | Description |
|---|---|---|
| Target name | A24TARG | is the FEPI target name. Reset characteristic: not reset
|
| Pool name | A24POOL | is the FEPI pool name. Reset characteristic: not reset
|
| Applid | A24APPL | is the z/OS® Communications Server applid of the target. Reset characteristic: not reset
|
| Nodes | A24NDCT | is the number of nodes connected to this target.
Reset characteristic: not reset
|
| Allocates | A24ALLOC | is the number of conversations specifically allocated to this target in this pool. Reset characteristic: reset to zero
|
| Allocate Waits | ||
| –Total | A24TOTWT | is the number of conversations that had to wait
to be allocated to this target in this pool. Reset characteristic: reset to zero
|
| –Wait | A24WAIT | is the number of current conversations waiting
to be allocated to this target in this pool Reset characteristic: reset to zero
|
| –Peak | A24PKWT | is the peak number of conversations that had to
wait to be allocated to this target in this pool. Reset characteristic: reset to current value (A24WAIT)
|
| Allocate Timeouts | A24TIOUT | is the number of conversation allocates to this
target in this pool that timed out. Reset characteristic: reset to zero
|