EMS Manual

Collector Commands and Responses
EMS Manual426909-005
19-14
Common Response Tokens for ZCOM- Commands
ZEMS-MAP-BDS-STATS
is a token map returned in the ZEMS-CMD-STATUS command when the object
type is ZCOM-OBJ-COLL (an EMS collector). The fields in this token contain
various BDS statistics that are accumulated by the collector.
zbds-eventsdiscarded
is the number of events that have been discarded by the BDS feature since
BDS was enabled. This counter is reset whenever BDS is enabled.
zbds-eventspassed
is the number of events that have been passed by the BDS feature since BDS
was enabled. This counter is reset whenever BDS is enabled.
zbds-peaksimultbursts
is the highest number of simultaneous event bursts that have occurred since
BDS was enabled. This counter is reset whenever BDS is enabled.
zbds-peakwatchcount
is the highest number of events being watched that have occurred since BDS
was enabled. Watched events are events that have occurred more than once
within T1 time units and so are potential bursts. This count is reset whenever
BDS is enabled.
zbds-peakdiscardcount
is the highest number of events that have been discarded in a single event
burst. This count is reset whenever BDS is enabled.
zbds-numberburststartevts
is the number of BURST-START events that have been generated by the EMS
collector since BDS was enabled. This count is reset whenever BDS is
enabled.
DEFINITION zems-ddl-bds-stats
02 zbds-eventsdiscarded TYPE zspi-ddl-int2.
02 zbds-eventspassed TYPE zspi-ddl-int2.
02 zbds-peaksimultbursts TYPE zspi-ddl-uint.
02 zbds-peakwatchcount TYPE zspi-ddl-int2.
02 zbds-peakdiscardcount TYPE zspi-ddl-int2.
02 zbds-numberburststartevts TYPE zspi-ddl-int2.
02 zbds-numberburstendevts TYPE zspi-ddl-int2.
END