Atom feeds: Resource statistics

You can retrieve Atom feed statistics by using the EXEC CICS EXTRACT STATISTICS ATOMSERVICE command. They are mapped by the DFHW2RDS DSECT.

Table 1. Atom feeds: resource statistics
DFHSTUP name Field name Description
ATOMSERVICE Name W2R_ATOMSERV_NAME The name of the ATOMSERVICE resource definition.

Reset characteristic: not reset

Atom document type W2R_ATOMSERV_TYPE The type of Atom document that is returned for this ATOMSERVICE resource definition.
Category
An Atom category document, which lists the categories for entries in a collection.
Collection
An Atom collection document, which contains a group of entry documents that can be edited.
Feed
An Atom feed document, which describes the metadata for a feed, and contains entry documents that provide data for the feed.
Service
An Atom service document, which provides information about the collections that are available on the server.

Reset characteristic: not reset

Atom binding file W2R_ATOMSERV_BINDING_FILE

The name of the Atom binding file for the resource used for the Atom feed.

Reset characteristic: not reset

Atom configuration file W2R_ATOMSERV_CONFIG_FILE

The name of the Atom configuration file containing the XML for the Atom document.

Reset characteristic: not reset

Resource type for Atom feed W2R_ATOMSERV_RESTYPE
The type of resource that provides the data for this Atom feed.
File
A CICS® file.
Program
A service routine, which is a CICS application program written to supply content for Atom entries.
Tsqueue
A temporary storage queue.

Reset characteristic: not reset

Resource name for Atom feed W2R_ATOMSERV_RESNAME

The name of the CICS resource that provides the data for this Atom feed or collection.

Reset characteristic: not reset

ATOMSERVICE reference count W2R_ATOMSERV_REF_COUNT

The number of times this ATOMSERVICE resource definition was referenced.

Reset characteristic: reset to zero

ATOMSERVICE referenced - disabled W2R_ATOMSERV_REF_DISABLED

The number of times this ATOMSERVICE resource definition was referenced, but the resource definition was disabled.

Reset characteristic: reset to zero

POST requests to the feed URL W2R_ATOMSERV_POST_FEED_CNT

The number of HTTP POST requests to add a new Atom entry to this Atom feed or collection.

Reset characteristic: reset to zero

GET requests to the feed URL W2R_ATOMSERV_GET_FEED_CNT

The number of HTTP GET requests to obtain a group of entries from this Atom feed or collection.

Reset characteristic: reset to zero

GET requests to the entry URL W2R_ATOMSERV_GET_ENTRY_CNT

The number of HTTP GET requests to obtain an individual Atom entry from this Atom feed or collection.

Reset characteristic: reset to zero

PUT requests to the entry URL W2R_ATOMSERV_PUT_ENTRY_CNT

The number of HTTP PUT requests to edit an Atom entry in this Atom feed or collection.

Reset characteristic: reset to zero

DELETE requests to the entry URL W2R_ATOMSERV_DEL_ENTRY_CNT

The number of HTTP DELETE requests to delete an individual Atom entry from this Atom feed or collection.

Reset characteristic: reset to zero

Not in DFHSTUP report W2R_ATOMSERV_DEFINE_SOURCE

The source of the resource definition. Its value depends on the change agent. For more information, see Summary of the resource signature field values.

Reset characteristic: not reset

Not in DFHSTUP report W2R_ATOMSERV_CHANGE_TIME

The time stamp (STCK) in local time of the CSD record change.

Reset characteristic: not reset

Not in DFHSTUP report W2R_ATOMSERV_CHANGE_USERID

The user ID that ran the CHANGE_AGENT.

Reset characteristic: not reset

Not in DFHSTUP report W2R_ATOMSERV_CHANGE_AGENT

The agent that was used to make the last change.

Reset characteristic: not reset

Not in DFHSTUP report W2R_ATOMSERV_INSTALL_AGENT

The agent that installed the resource.

Reset characteristic: not reset

Not in DFHSTUP report W2R_ATOMSERV_INSTALL_TIME

The time stamp (STCK) in local time when the resource was installed.

Reset characteristic: not reset

Not in DFHSTUP report W2R_ATOMSERV_INSTALL_USERID

The user ID that installed the resource.

Reset characteristic: not reset

Not in DFHSTUP report W2R_ATOMSERV_ URIMAP

The name of the URIMAP resource that indicates the URI that is associated with this ATOMSERVICE resource.

Reset characteristic: not reset

Not in DFHSTUP report W2R_ATOMSERV_ XMLTRANSFORM

The name of the XMLTRANSFORM resource that is associated with this ATOMSERVICE resource.

Reset characteristic: not reset

The resource statistics fields for the resource signature

The resource signature captures details about when the resource is defined, installed, and last changed. The resource statistics field names for the resource signature end in CHANGE_AGENT, CHANGE_TIME, CHANGE_USERID, DEFINE_SOURCE, INSTALL_AGENT, INSTALL_TIME, and INSTALL_USERID. For detailed information about the content of the resource signature fields, see Summary of the resource signature field values.