Worker thread (WT) statistics SMF data

CICS® Transaction Gateway WT statistics have this format.

For a full description of these statistics see Worker thread statistics.
Table 1. Worker thread (WT) statistics data
Field name Statistic ID Description Type Offset Length (bytes)
CTG_WT_CALLOC WT_CALLOC Currently allocated worker threads Char 0 4
CTG_WT_CCURR WT_CCURR Current number of worker threads Integer 4 4
CTG_WT_LTIMEOUTS WT_LTIMEOUTS Number of times worker timeout reached Integer 8 4
CTG_WT_SINIT WT_SINIT Initial number of worker threads Integer 12 4
CTG_WT_SMAX WT_SMAX Maximum number of worker threads Signed integer 16 4
CTG_WT_ITIMEOUTS WT_ITIMEOUTS Number of times worker timeout reached Integer 20 4
CTG_WT_IALLOCHI WT_IALLOCHI Peak number of allocated worker threads Integer 24 4
      Reserved 28 4