Statistics

Statistics can help with problem determination and capacity planning, and make it possible to gain a snapshot of the current activity in CICS® Transaction Gateway.

Statistics can be displayed using the administration interface or retrieved using a program through the Statistics API. Statistical values reflect the status or activity of the Gateway daemon from which they were collected. Statistical data is based on Client applications that run in remote mode. No statistical data is available for Java™ Client applications that run in local mode. The collection of statistics has an insignificant impact on performance, and statistics are always available.

CICS Transaction Gateway statistics aim to assist you in the following activities:
  • Capacity planning information and throughput analysis
  • Critical resource usage
  • Problem determination

Interval and end-of-day statistics reflect those used by the CICS Transaction Server products to allow for synchronization of statistics collection between the products. Further information can be found from the Statistics parameters section of the CICS Transaction Server for z/OS System Definition Guide.

Resource group ID

Statistics resource groups are a logical grouping of resources such as connection manager threads, and represented by resource group IDs. A resource group ID is associated with a number of resource group statistics, each identified by a statistic ID.

Statistic ID

A statistic ID is a label referring to a specific statistical value, and is used to identify or retrieve statistical data. The statistic ID consists of three parts: <resource group ID>_<statistical type><statistic ID suffix>. For example, the statistic ID CM_CALLOC is part of the connection manager (CM) resource group, and represents the current (C) number of allocated (ALLOC) connection manager threads. See List of statistics for a list statistic IDs arranged by resource group.

Statistical type

There are four statistical types: C (Current), I (Interval), L (Lifetime) and S (Startup). For more information, see List of statistics

Statistic ID suffix

The statistic ID suffix is the part of the statistic ID that follows the statistical type character. This suffix is usually a noun representing the particular characteristic of the resource group represented by the statistic ID. Similar characteristics that are shared by resource groups can use the same statistic ID suffix for consistency. For example, the suffix ALLOC is used in statistical IDs WT_CALLOC, CM_CALLOC, and CS_CALLOC.

Statistics recording to SMF

CICS Transaction Gateway provides a mechanism to record interval, end-of-day data, and shutdown statistics data to the System Management Facility on z/OS®. For more information, see Recording statistics to SMF.


Reference Reference

Feedback


Timestamp icon Last updated: Tuesday, 19 November 2013


https://ut-ilnx-r4.hursley.ibm.com/tgzos_latest/help/topic/com.ibm.cics.tg.zos.doc//ctgzos/statconcepts.html