Asynchronous services domain: Global statistics

You can retrieve asynchronous services global statistics by using the EXEC CICS EXTRACT STATISTICS ASYNCSERVICE command. They are mapped by the DFHASGDS DSECT.

Table 1. Asynchronous services domain: Global statistics
DFHSTUP name Field name Description
RUN command ASG_RUN_COUNT The total number of RUN TRANSID API commands that have been issued.

Reset characteristic: reset to zero

FETCH command ASG_FETCH_COUNT The total number of FETCH CHILD and FETCH ANY API commands that have been issued.

Reset characteristic: reset to zero

FREE command ASG_FREE_COUNT The total number of FREE CHILD API commands that have been issued.

Reset characteristic: reset to zero

Times RUN command being delayed ASG_RUN_DELAY_COUNT The total number of times that RUN TRANSID API commands have been delayed by CICS® automated control.

Reset characteristic: reset to zero

Current parents being delayed ASG_PARENTS_DELAYED_CUR The current number of tasks that are being delayed by CICS automated control when issuing a RUN TRANSID API command.

Reset characteristic: not reset

Peak parents being delayed ASG_PARENTS_DELAYED_PEAK The peak number of tasks that were delayed by CICS automated control when issuing a RUN TRANSID API command.

Reset characteristic: reset to current

Current number of child tasks ASG_CHILDREN_CUR The current number of active tasks that were started by RUN TRANSID API commands.

Reset characteristic: not reset

Peak number of child tasks ASG_CHILDREN_PEAK The peak number of active tasks that were started by RUN TRANSID API commands.

Reset characteristic: reset to current