Statistics domain’s generic format

Table 104 summarizes the generic format owned by the statistics domain and shows the functions performed on the calls.

Table 104. Generic format owned by statistics domain
Format Calling module Function
STST
DFHSTST
DFHEIQMS
COLLECT_STATISTICS
COLLECT_RESOURCE_STATS

In the descriptions of the format that follows, the "input" parameters are input not to statistics domain, but to the domain being called by the statistics domain. Similarly, the "output" parameters are output by the domain that was called by the statistics domain, in response to the call.

STST format, COLLECT_STATISTICS function

The COLLECT_STATISTICS function of the STST format is used by the statistics domain to ask a domain to collect its statistics.

Input parameters

DATA
indicates whether the domain being called is requested to return its statistics to the caller. It can have either of these values:
YES|NO
END_OF_DAY
indicates whether all statistics fields are to be reset. It can have either of these values:
YES|NO
RESET
indicates whether certain statistics fields are to be reset. It can have either of these values:
YES|NO
RESET_TIME
is the time of day to be used as the time at which the statistics fields were last reset.
[RESOURCE_TYPE]
indicates the resource in the AP domain on which statistics are to be collected.

Output parameters

RESPONSE
is the domain’s response to the call. It can have any of these values:
OK|EXCEPTION|INVALID|PURGED|KERNERROR|DISASTER
[REASON]
is returned when RESPONSE is DISASTER or EXCEPTION. Possible values are:
RESPONSE Possible REASON values
DISASTER
ABEND
LOOP
EXCEPTION
TYPE_NOT_FOUND
NOT_AVAILABLE
INCOMPLETE_DATA

STST format, COLLECT_RESOURCE_STATS function

The COLLECT_RESOURCE_STATS function of the STST format is used by the EXEC API to ask a domain to collect its monitoring data collection information.

Input parameters

[RESOURCE_TYPE]
is the type of resource on which statistics are required.
[RESOURCE_ID]
specifies the address and length of the resource identifier.
[RESOURCE_ID_2]
specifies the address and length of the resource identifier.
[RESOURCE_ID_3]
specifies the address and length of the resource identifier.
[LONG_RESOURCE_ID_DATA]
specifies the address and length of the resource identifier.
[RESID_TOKEN]
a token representing the resource id required.
RESOURCE_STATISTICS_DATA
specifies the address and length of the area into which the requested statistics are to be placed.

Output parameters

[LAST_RESET_TIME]
indicates the time at which the statistics fields were last reset.
RESPONSE
is the domain’s response to the call. It can have any of these values:
OK|EXCEPTION|INVALID|PURGED|KERNERROR|DISASTER
[REASON]
is returned when RESPONSE is DISASTER or EXCEPTION. Possible values are:
RESPONSE Possible REASON values
DISASTER
ABEND
LOOP
EXCEPTION
TYPE_NOT_FOUND
ID_NOT_FOUND
NOT_AVAILABLE
[[ Contents Previous Page | Next Page Index ]]