![]() |
yumapro
25.10-1
YumaPro SDK
|
subscription statistics More...
#include <agt_not.h>
Data Fields | |
uint64 | out_events |
total notifications sent Tracks the session out-notifications leaf for a plain subscription; Total of all receivers for a UDP-Notif subscription; NO YANG LEAF YET | |
uint64 | excluded_events |
excluded events is poorly defined for datastores for event streams it is incremented when there is a filter and it does not pass More... | |
xmlChar | replay_start_time [TSTAMP_MIN_SIZE] |
the timestamp value of the replay-start-time only if configured-replay flag is set. More... | |
agt_not_sub_state_t | sub_state |
the configured-subscription-state is an enum the server does not accept invalid parameters to start but it could be possible the system changed so now filter-unsupportable error now applies More... | |
subscription statistics
Collect counters for the YANG objects in YANG Push
These counters can be reset by the client. They start at zero when the subscription is created or reset
uint64 excluded_events |
excluded events is poorly defined for datastores for event streams it is incremented when there is a filter and it does not pass
For datastores it is zero since the filter describes what should be included. The server does not count all the data nodes in existence at that time that are not selected by the filter.
The server does not count NACM read denials per subscription either; NO YANG LEAF YET
xmlChar replay_start_time[TSTAMP_MIN_SIZE] |
the timestamp value of the replay-start-time only if configured-replay flag is set.
This buffer is an empty string if not set
agt_not_sub_state_t sub_state |
the configured-subscription-state is an enum the server does not accept invalid parameters to start but it could be possible the system changed so now filter-unsupportable error now applies