EMS Manual

Collector Commands and Responses
EMS Manual426909-005
19-15
Common Response Tokens for ZCOM- Commands
zbds-numberburstendevts
is the number of BURST-END events that have been generated by the
collector since BDS was enabled. This count is reset whenever BDS is
enabled.
ZEMS-MAP-PLF-STATS
is the token map returned in the ZCOM-CMD-STATUS command when the object
type is ZCOM-OBJ-COLL (an EMS collector). The fields in this token contain
various PLF statistics accumulated by the collector.
zplf-eventspassed
is the number of events that have been passed by the pre-log filtration (PLF)
feature since PLF was enabled. This counter is reset whenever PLF is
enabled.
zplf-eventsfailed
is the number of events failed (discarded) by the PLF feature since PLF was
enabled. This counter is reset whenever PLF is enabled.
ZEMS-MAP-BURST-STATUS
is the token map returned in the ZCOM-CMD-STATUS command when the object
type is ZCOM-OBJ-COLL (an EMS collector). The fields in this token describe a
particular or potential event burst. Many of these tokens can be returned in the
ZCOM-CMD-STATUS response. The number returned is limited by the configured
value for simultaneous event bursts, and it might be even less because only entries
in the BURST state are returned. Each of these tokens corresponds to an entry in
the burst table that resides in the EMS collector data space.
DEFINITION zems-ddl-plf-stats
02 zplf-eventspassed TYPE zspi-ddl-int2.
02 zplf-eventsfailed TYPE zspi-ddl-int2.
END
DEFINITION zems-ddl-burst-status
02 zburst-state TYPE zspi-ddl-uint.
02 zburst-count TYPE zspi-ddl-int2.
02 zburst-last-time TYPE zspi-ddl-timestamp.
02 zburst-first-time TYPE zspi-ddl-timestamp.
02 zburst-event-ssid TYPE zspi-ddl-ssid.
02 zburst-event-number TYPE zspi-ddl-uint.
02 zburst-subj-ssid TYPE zspi-ddl-ssid.
02 zburst-subj-tkncode TYPE zspi-ddl-tokencode.
02 zburst-subj-length TYPE zspi-ddl-uint.
END