These statistics are available from the CICS Transaction Gateway.
Each statistic has the following characteristics:
- ID
- A unique identifier for the statistic. The
ID is used by the administration interface and the statistical API to retrieve
statistics, and is not case-sensitive. The structure of the ID is
as follows:
<resource group>_<statistics type><statistics suffix>
Each
part of the ID is mandatory; their characteristics are as follows:- <resource group>
- An alphanumeric string of one or more characters representing
the resource group to which the statistic belongs.
- <statistics type>
- A single character; valid values are C, I, L, and S.
- C
- Current: the statistic is based on a current evaluation;
the value is dynamic.
- I
- Interval: the statistic is based on interval equivalents
of existing Lifetime statistics, Gateway bandwidth or throughput,
average response times, and thread utilization.
- L
- Lifetime: the statistic is based on observations since
the Gateway daemon started;
the value is dynamic. Each lifetime statistic has a default value,
which is set when the Gateway daemon is
initialized.
If a characteristic of the product is reflected by
a statistical ID of type Lifetime, in general there is an equivalent
statistical ID of type Interval.
- S
- Startup: the statistic is based on a configuration setting
for the Gateway daemon;
the value is static.
- <statistics suffix>
- An alphanumeric string of one or more characters representing
the resource about which information is being returned.
- Short description
- The short description is displayed when the
administration interface is
used to display statistical information.
- Description
- A description of the information returned by the statistic.
- Value returned
- The type of information returned by the statistics:
- Integer
- The string value represents a 4-byte numeric value.
- Long
- The string value represents an 8-byte numeric value.
- String
- The string value represents character data.
These subtopics describe the statistics that
are defined: