BGP statistics store the state of BGP Peers in the network topology and are exposed to Java management console as a runtime bean. For every BGP peer, a runtime MBean is registered when the BGP session is successfully established. These statistics can be accessed via the JMX using JConsole and Jolokia as runtime beans. They are also accessible through RESTCONF as operational data for the configured bgp-peer module. BGP Peer session state and BGP peer state list various statistics as modeled in odl-bgp-rib-impl-cfg.yang in the BGP-PCEP implementation in OpenDaylight.
BGP Statistics also provides two reset operations, resetSession and resetStats. These will be described in the following section along with sample screenshots.
PCEP statistics provides statistics for each PCC to PCE connection. For each such connection...