EVENTPROCESS: Global statistics
Shows information and global statistics about event processing.
You can retrieve EVENTPROCESS statistics by using the EXTRACT STATISTICS EVENTPROCESS system command. They are mapped by the DFHEPGDS DSECT.
| DFHSTUP name | Field name | Description |
|---|---|---|
| Number of put events | EPG_PUT_EVENTS | The number of
events passed to the EP component for emission. Reset characteristic: reset to zero |
| Number of commit forward events | EPG_COMMIT_FORWARD_EVENTS | The number
of units of work that have been committed, and that included one
or more asynchronous transactional events. Reset characteristic: reset to zero |
| Number of commit backward events | EPG_COMMIT_BACKWARD_EVENTS | The number
of units of work that have been backed out, and that included one
or more asynchronous transactional events. Reset characteristic: reset to zero |
| Current event capture queue | EPG_CURRENT_EVC_QUEUE | The current number
of events on the event capture queue. Reset characteristic: not reset |
| Peak event capture queue | EPG_PEAK_EVC_QUEUE | The peak number
of events on the event capture queue. Reset characteristic: reset to current |
| Current transactional queue | EPG_CURRENT_TRANS_QUEUE | The current number
of events on the transactional queue. Reset characteristic: not reset |
| Peak transactional queue | EPG_PEAK_TRANS_QUEUE | The peak number
of events on the transactional queue. Reset characteristic: reset to current |
| Number of async normal events | EPG_ASYNC_NORMAL_EVENTS | The number of asynchronous
normal priority events. Reset characteristic: reset to zero |
| Number of async priority events | EPG_ASYNC_PRIORITY_EVENTS | The number of asynchronous
high priority events. Reset characteristic: reset to zero |
| Number of transactional events | EPG_TRANS_EVENTS | The number of transactional
events. Reset characteristic: reset to zero |
| Transaction events discarded | EPG_TRANS_EVENTS_DISCARDED | The number
of transactional events discarded. Reset characteristic: reset to zero |
| Number of synchronous events | EPG_SYNC_EVENTS | The number of synchronous
emission events captured. Reset characteristic: reset to zero |
| Number of sync events failed | EPG_SYNC_EVENTS_FAILED | The number
of synchronous emission events that were not emitted. Reset characteristic: reset to zero |
| Number of dispatcher attaches | EPG_DISPATCHERS_ATTACHED | The number
of dispatcher tasks attached. Reset characteristic: reset to zero |
| Current dispatcher tasks | EPG_CURRENT DISPATCHERS | The current number
of dispatcher tasks. Reset characteristic: not reset |
| Peak dispatcher tasks | EPG_PEAK_DISPATCHERS | The peak number
of dispatcher tasks. Reset characteristic: reset to current |
| Events to WebSphere® MQ EP adapter | EPG_WMQ_ADAPTER_EVENTS | The number of events
dispatched to the WebSphere MQ
EP adapter. Reset characteristic: reset to zero |
| Events to Transaction EP adapter | EPG_TRANS_ADAPTER_EVENTS | The number of events
dispatched to the Transaction EP adapter. Reset characteristic: reset to zero |
| Events to Tdqueue EP adapter | EPG_TDQ_ADAPTER_EVENT | The number of events dispatched to the
TD queue EP adapter. Reset characteristic: reset to zero |
| Events to Tsqueue EP adapter | EPG_TSQ_ADAPTER_EVENT | The number of events
dispatched to the TS queue EP adapter. Reset characteristic: reset to zero |
| Events to Custom EP adapter | EPG_CUSTOM_ADAPTER_EVENTS | The number of events
dispatched to the Custom EP adapter. Reset characteristic: reset to zero |
| Events to HTTP EP adapter | EPG_HTTP_ADAPTER_EVENTS | The number of events
dispatched to the HTTP EP adapter. Reset characteristic: reset to zero |
| Events lost (dispatch) - config | EPG_DISPATCH_FAILURE_CONFIG | The number
of events that were captured but not dispatched to an EP adapter because
the dispatcher encountered a problem relating to a resource specified
in the eventDispatcherPolicy section of the event
binding.Reset characteristic: reset to zero |
| Events lost (dispatch) - other | EPG_DISPATCH_FAILURE_OTHER | The number
of events that were captured but not dispatched to an EP adapter because
the dispatcher encountered a problem in the CICS® environment, for example, insufficient
storage. Reset characteristic: reset to zero |
| Events lost (adapter) - config | EPG_ADAPTER_FAILURE_CONFIG | The number
of events that were captured but not emitted because the EP adapter
encountered a problem relating to a resource specified in the eventDispatcherAdapter configuration
section of the event binding.Reset characteristic: reset to zero |
| Events lost (adapter) - other | EPG_ADAPTER_FAILURE_OTHER | The number
of events that were captured but not emitted because the EP adapter
encountered a problem in the CICS environment,
for example, insufficient storage. Reset characteristic: reset to zero |
| Events lost - adapter unavailable | EPG_EVENTS_ADAPTER_UNAVAIL | The number of
events that were not emitted because the EP adapter is disabled or
not installed. Reset characteristic: reset to zero |