yumapro  25.10-1
YumaPro SDK
Loading...
Searching...
No Matches
agt_not_rcvrstats_t Struct Reference

subscription receiver 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
 
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...
 
agt_not_rcvr_state_t rcvr_state
 the receiver/state is an enum UDP connections almost always succeed even if the target socket is not actually listening, so expect 'active' More...
 

Detailed Description

subscription receiver 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

Field Documentation

◆ excluded_events

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

◆ rcvr_state

the receiver/state is an enum UDP connections almost always succeed even if the target socket is not actually listening, so expect 'active'

  • active
  • suspended
  • connecting
  • disconnected

The documentation for this struct was generated from the following file: