OpenSDN source code
|
Public Member Functions | |
PeerStats (BgpPeer *peer) | |
virtual void | Clear () |
virtual string | ToString () const |
virtual string | last_state () const |
virtual string | last_state_change_at () const |
virtual string | last_error () const |
virtual string | last_event () const |
virtual string | last_flap () const |
virtual uint64_t | num_flaps () const |
virtual void | GetRxProtoStats (ProtoStats *stats) const |
virtual void | GetTxProtoStats (ProtoStats *stats) const |
virtual void | GetRxRouteUpdateStats (UpdateStats *stats) const |
virtual void | GetTxRouteUpdateStats (UpdateStats *stats) const |
virtual void | GetRxSocketStats (IPeerDebugStats::SocketStats *stats) const |
virtual void | GetTxSocketStats (IPeerDebugStats::SocketStats *stats) const |
virtual void | UpdateTxUnreachRoute (uint64_t count) |
virtual void | UpdateTxReachRoute (uint64_t count) |
virtual void | GetRxErrorStats (RxErrorStats *stats) const |
virtual void | GetRxRouteStats (RxRouteStats *stats) const |
![]() | |
virtual | ~IPeerDebugStats () |
virtual void | GetRxProtoStats (ProtoStats *stats) const =0 |
virtual void | GetTxProtoStats (ProtoStats *stats) const =0 |
Private Attributes | |
BgpPeer * | peer_ |
ErrorStats | error_stats_ |
ProtoStats | proto_stats_ [2] |
UpdateStats | update_stats_ [2] |
Friends | |
class | BgpPeer |
Definition at line 54 of file bgp_peer.cc.
|
inlineexplicit |
Definition at line 56 of file bgp_peer.cc.
|
inlinevirtual |
Implements IPeerDebugStats.
Definition at line 63 of file bgp_peer.cc.
|
inlinevirtual |
Implements IPeerDebugStats.
Definition at line 145 of file bgp_peer.cc.
|
inlinevirtual |
Definition at line 101 of file bgp_peer.cc.
|
inlinevirtual |
Implements IPeerDebugStats.
Definition at line 148 of file bgp_peer.cc.
|
inlinevirtual |
Implements IPeerDebugStats.
Definition at line 109 of file bgp_peer.cc.
|
inlinevirtual |
Implements IPeerDebugStats.
Definition at line 117 of file bgp_peer.cc.
|
inlinevirtual |
Definition at line 105 of file bgp_peer.cc.
|
inlinevirtual |
Implements IPeerDebugStats.
Definition at line 113 of file bgp_peer.cc.
|
inlinevirtual |
Implements IPeerDebugStats.
Definition at line 125 of file bgp_peer.cc.
|
inlinevirtual |
Implements IPeerDebugStats.
Definition at line 83 of file bgp_peer.cc.
|
inlinevirtual |
Implements IPeerDebugStats.
Definition at line 87 of file bgp_peer.cc.
|
inlinevirtual |
Implements IPeerDebugStats.
Definition at line 92 of file bgp_peer.cc.
|
inlinevirtual |
Implements IPeerDebugStats.
Definition at line 76 of file bgp_peer.cc.
|
inlinevirtual |
Implements IPeerDebugStats.
Definition at line 79 of file bgp_peer.cc.
|
inlinevirtual |
Implements IPeerDebugStats.
Definition at line 97 of file bgp_peer.cc.
|
inlinevirtual |
Implements IPeerDebugStats.
Definition at line 72 of file bgp_peer.cc.
|
inlinevirtual |
Implements IPeerDebugStats.
Definition at line 140 of file bgp_peer.cc.
|
inlinevirtual |
Implements IPeerDebugStats.
Definition at line 136 of file bgp_peer.cc.
|
friend |
Definition at line 154 of file bgp_peer.cc.
|
private |
Definition at line 157 of file bgp_peer.cc.
|
private |
Definition at line 156 of file bgp_peer.cc.
|
private |
Definition at line 158 of file bgp_peer.cc.
|
private |
Definition at line 159 of file bgp_peer.cc.