Documentation
¶
Overview ¶
Cisco-IOS-XR-ipv4-ospf-oper:ospf/processes/process/vrfs/vrf/statistics/rib-thread-stats
Index ¶
- type BagTimespec
- func (*BagTimespec) Descriptor() ([]byte, []int)
- func (m *BagTimespec) GetNanosecond() uint32
- func (m *BagTimespec) GetSecond() uint32
- func (*BagTimespec) ProtoMessage()
- func (m *BagTimespec) Reset()
- func (m *BagTimespec) String() string
- func (m *BagTimespec) XXX_DiscardUnknown()
- func (m *BagTimespec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BagTimespec) XXX_Merge(src proto.Message)
- func (m *BagTimespec) XXX_Size() int
- func (m *BagTimespec) XXX_Unmarshal(b []byte) error
- type OspfShStatsRibThread
- func (*OspfShStatsRibThread) Descriptor() ([]byte, []int)
- func (m *OspfShStatsRibThread) GetPriorityLevel() string
- func (m *OspfShStatsRibThread) GetRibBaseClock() uint64
- func (m *OspfShStatsRibThread) GetRibBaseTime() *BagTimespec
- func (m *OspfShStatsRibThread) GetRibDequeueErrs() uint32
- func (m *OspfShStatsRibThread) GetRibDropAfter() uint32
- func (m *OspfShStatsRibThread) GetRibDropBefore() uint32
- func (m *OspfShStatsRibThread) GetRibDropConn() uint32
- func (m *OspfShStatsRibThread) GetRibEmptyBatches() uint32
- func (m *OspfShStatsRibThread) GetRibPfxLimitErrs() uint32
- func (m *OspfShStatsRibThread) GetRibPktsSent() uint32
- func (m *OspfShStatsRibThread) GetRibQueueErrs() uint32
- func (m *OspfShStatsRibThread) GetRibSendErrs() uint32
- func (m *OspfShStatsRibThread) GetRibSignals() uint32
- func (m *OspfShStatsRibThread) GetRibTableNotCreated() uint32
- func (m *OspfShStatsRibThread) GetRibVersion() uint32
- func (m *OspfShStatsRibThread) GetWqDqtime() uint64
- func (m *OspfShStatsRibThread) GetWqLenCur() int32
- func (m *OspfShStatsRibThread) GetWqLenMax() int32
- func (m *OspfShStatsRibThread) GetWqThreadActive() bool
- func (m *OspfShStatsRibThread) GetWqTotalDequeued() uint32
- func (m *OspfShStatsRibThread) GetWqTotalQueued() uint32
- func (m *OspfShStatsRibThread) GetWqeQtime() uint64
- func (*OspfShStatsRibThread) ProtoMessage()
- func (m *OspfShStatsRibThread) Reset()
- func (m *OspfShStatsRibThread) String() string
- func (m *OspfShStatsRibThread) XXX_DiscardUnknown()
- func (m *OspfShStatsRibThread) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *OspfShStatsRibThread) XXX_Merge(src proto.Message)
- func (m *OspfShStatsRibThread) XXX_Size() int
- func (m *OspfShStatsRibThread) XXX_Unmarshal(b []byte) error
- type OspfShStatsWorkQueues
- func (*OspfShStatsWorkQueues) Descriptor() ([]byte, []int)
- func (m *OspfShStatsWorkQueues) GetInternalwq() *OspfShStatsRibThread
- func (m *OspfShStatsWorkQueues) GetRibqueue() []*OspfShStatsRibThread
- func (*OspfShStatsWorkQueues) ProtoMessage()
- func (m *OspfShStatsWorkQueues) Reset()
- func (m *OspfShStatsWorkQueues) String() string
- func (m *OspfShStatsWorkQueues) XXX_DiscardUnknown()
- func (m *OspfShStatsWorkQueues) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *OspfShStatsWorkQueues) XXX_Merge(src proto.Message)
- func (m *OspfShStatsWorkQueues) XXX_Size() int
- func (m *OspfShStatsWorkQueues) XXX_Unmarshal(b []byte) error
- type OspfShStatsWorkQueues_KEYS
- func (*OspfShStatsWorkQueues_KEYS) Descriptor() ([]byte, []int)
- func (m *OspfShStatsWorkQueues_KEYS) GetProcessName() string
- func (m *OspfShStatsWorkQueues_KEYS) GetVrfName() string
- func (*OspfShStatsWorkQueues_KEYS) ProtoMessage()
- func (m *OspfShStatsWorkQueues_KEYS) Reset()
- func (m *OspfShStatsWorkQueues_KEYS) String() string
- func (m *OspfShStatsWorkQueues_KEYS) XXX_DiscardUnknown()
- func (m *OspfShStatsWorkQueues_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *OspfShStatsWorkQueues_KEYS) XXX_Merge(src proto.Message)
- func (m *OspfShStatsWorkQueues_KEYS) XXX_Size() int
- func (m *OspfShStatsWorkQueues_KEYS) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BagTimespec ¶
type BagTimespec struct { Second uint32 `protobuf:"varint,1,opt,name=second,proto3" json:"second,omitempty"` Nanosecond uint32 `protobuf:"varint,2,opt,name=nanosecond,proto3" json:"nanosecond,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*BagTimespec) Descriptor ¶
func (*BagTimespec) Descriptor() ([]byte, []int)
func (*BagTimespec) GetNanosecond ¶
func (m *BagTimespec) GetNanosecond() uint32
func (*BagTimespec) GetSecond ¶
func (m *BagTimespec) GetSecond() uint32
func (*BagTimespec) ProtoMessage ¶
func (*BagTimespec) ProtoMessage()
func (*BagTimespec) Reset ¶
func (m *BagTimespec) Reset()
func (*BagTimespec) String ¶
func (m *BagTimespec) String() string
func (*BagTimespec) XXX_DiscardUnknown ¶
func (m *BagTimespec) XXX_DiscardUnknown()
func (*BagTimespec) XXX_Marshal ¶
func (m *BagTimespec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BagTimespec) XXX_Merge ¶
func (m *BagTimespec) XXX_Merge(src proto.Message)
func (*BagTimespec) XXX_Size ¶
func (m *BagTimespec) XXX_Size() int
func (*BagTimespec) XXX_Unmarshal ¶
func (m *BagTimespec) XXX_Unmarshal(b []byte) error
type OspfShStatsRibThread ¶
type OspfShStatsRibThread struct { WqThreadActive bool `protobuf:"varint,1,opt,name=wq_thread_active,json=wqThreadActive,proto3" json:"wq_thread_active,omitempty"` WqDqtime uint64 `protobuf:"varint,2,opt,name=wq_dqtime,json=wqDqtime,proto3" json:"wq_dqtime,omitempty"` WqeQtime uint64 `protobuf:"varint,3,opt,name=wqe_qtime,json=wqeQtime,proto3" json:"wqe_qtime,omitempty"` WqLenCur int32 `protobuf:"zigzag32,4,opt,name=wq_len_cur,json=wqLenCur,proto3" json:"wq_len_cur,omitempty"` WqLenMax int32 `protobuf:"zigzag32,5,opt,name=wq_len_max,json=wqLenMax,proto3" json:"wq_len_max,omitempty"` WqTotalQueued uint32 `protobuf:"varint,6,opt,name=wq_total_queued,json=wqTotalQueued,proto3" json:"wq_total_queued,omitempty"` WqTotalDequeued uint32 `protobuf:"varint,7,opt,name=wq_total_dequeued,json=wqTotalDequeued,proto3" json:"wq_total_dequeued,omitempty"` RibVersion uint32 `protobuf:"varint,8,opt,name=rib_version,json=ribVersion,proto3" json:"rib_version,omitempty"` RibPktsSent uint32 `protobuf:"varint,9,opt,name=rib_pkts_sent,json=ribPktsSent,proto3" json:"rib_pkts_sent,omitempty"` RibSignals uint32 `protobuf:"varint,10,opt,name=rib_signals,json=ribSignals,proto3" json:"rib_signals,omitempty"` RibSendErrs uint32 `protobuf:"varint,11,opt,name=rib_send_errs,json=ribSendErrs,proto3" json:"rib_send_errs,omitempty"` RibQueueErrs uint32 `protobuf:"varint,12,opt,name=rib_queue_errs,json=ribQueueErrs,proto3" json:"rib_queue_errs,omitempty"` RibPfxLimitErrs uint32 `protobuf:"varint,13,opt,name=rib_pfx_limit_errs,json=ribPfxLimitErrs,proto3" json:"rib_pfx_limit_errs,omitempty"` RibDequeueErrs uint32 `protobuf:"varint,14,opt,name=rib_dequeue_errs,json=ribDequeueErrs,proto3" json:"rib_dequeue_errs,omitempty"` RibEmptyBatches uint32 `protobuf:"varint,15,opt,name=rib_empty_batches,json=ribEmptyBatches,proto3" json:"rib_empty_batches,omitempty"` RibDropBefore uint32 `protobuf:"varint,16,opt,name=rib_drop_before,json=ribDropBefore,proto3" json:"rib_drop_before,omitempty"` RibDropAfter uint32 `protobuf:"varint,17,opt,name=rib_drop_after,json=ribDropAfter,proto3" json:"rib_drop_after,omitempty"` RibDropConn uint32 `protobuf:"varint,18,opt,name=rib_drop_conn,json=ribDropConn,proto3" json:"rib_drop_conn,omitempty"` RibTableNotCreated uint32 `protobuf:"varint,19,opt,name=rib_table_not_created,json=ribTableNotCreated,proto3" json:"rib_table_not_created,omitempty"` PriorityLevel string `protobuf:"bytes,20,opt,name=priority_level,json=priorityLevel,proto3" json:"priority_level,omitempty"` RibBaseTime *BagTimespec `protobuf:"bytes,21,opt,name=rib_base_time,json=ribBaseTime,proto3" json:"rib_base_time,omitempty"` RibBaseClock uint64 `protobuf:"varint,22,opt,name=rib_base_clock,json=ribBaseClock,proto3" json:"rib_base_clock,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*OspfShStatsRibThread) Descriptor ¶
func (*OspfShStatsRibThread) Descriptor() ([]byte, []int)
func (*OspfShStatsRibThread) GetPriorityLevel ¶
func (m *OspfShStatsRibThread) GetPriorityLevel() string
func (*OspfShStatsRibThread) GetRibBaseClock ¶
func (m *OspfShStatsRibThread) GetRibBaseClock() uint64
func (*OspfShStatsRibThread) GetRibBaseTime ¶
func (m *OspfShStatsRibThread) GetRibBaseTime() *BagTimespec
func (*OspfShStatsRibThread) GetRibDequeueErrs ¶
func (m *OspfShStatsRibThread) GetRibDequeueErrs() uint32
func (*OspfShStatsRibThread) GetRibDropAfter ¶
func (m *OspfShStatsRibThread) GetRibDropAfter() uint32
func (*OspfShStatsRibThread) GetRibDropBefore ¶
func (m *OspfShStatsRibThread) GetRibDropBefore() uint32
func (*OspfShStatsRibThread) GetRibDropConn ¶
func (m *OspfShStatsRibThread) GetRibDropConn() uint32
func (*OspfShStatsRibThread) GetRibEmptyBatches ¶
func (m *OspfShStatsRibThread) GetRibEmptyBatches() uint32
func (*OspfShStatsRibThread) GetRibPfxLimitErrs ¶
func (m *OspfShStatsRibThread) GetRibPfxLimitErrs() uint32
func (*OspfShStatsRibThread) GetRibPktsSent ¶
func (m *OspfShStatsRibThread) GetRibPktsSent() uint32
func (*OspfShStatsRibThread) GetRibQueueErrs ¶
func (m *OspfShStatsRibThread) GetRibQueueErrs() uint32
func (*OspfShStatsRibThread) GetRibSendErrs ¶
func (m *OspfShStatsRibThread) GetRibSendErrs() uint32
func (*OspfShStatsRibThread) GetRibSignals ¶
func (m *OspfShStatsRibThread) GetRibSignals() uint32
func (*OspfShStatsRibThread) GetRibTableNotCreated ¶
func (m *OspfShStatsRibThread) GetRibTableNotCreated() uint32
func (*OspfShStatsRibThread) GetRibVersion ¶
func (m *OspfShStatsRibThread) GetRibVersion() uint32
func (*OspfShStatsRibThread) GetWqDqtime ¶
func (m *OspfShStatsRibThread) GetWqDqtime() uint64
func (*OspfShStatsRibThread) GetWqLenCur ¶
func (m *OspfShStatsRibThread) GetWqLenCur() int32
func (*OspfShStatsRibThread) GetWqLenMax ¶
func (m *OspfShStatsRibThread) GetWqLenMax() int32
func (*OspfShStatsRibThread) GetWqThreadActive ¶
func (m *OspfShStatsRibThread) GetWqThreadActive() bool
func (*OspfShStatsRibThread) GetWqTotalDequeued ¶
func (m *OspfShStatsRibThread) GetWqTotalDequeued() uint32
func (*OspfShStatsRibThread) GetWqTotalQueued ¶
func (m *OspfShStatsRibThread) GetWqTotalQueued() uint32
func (*OspfShStatsRibThread) GetWqeQtime ¶
func (m *OspfShStatsRibThread) GetWqeQtime() uint64
func (*OspfShStatsRibThread) ProtoMessage ¶
func (*OspfShStatsRibThread) ProtoMessage()
func (*OspfShStatsRibThread) Reset ¶
func (m *OspfShStatsRibThread) Reset()
func (*OspfShStatsRibThread) String ¶
func (m *OspfShStatsRibThread) String() string
func (*OspfShStatsRibThread) XXX_DiscardUnknown ¶
func (m *OspfShStatsRibThread) XXX_DiscardUnknown()
func (*OspfShStatsRibThread) XXX_Marshal ¶
func (m *OspfShStatsRibThread) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*OspfShStatsRibThread) XXX_Merge ¶
func (m *OspfShStatsRibThread) XXX_Merge(src proto.Message)
func (*OspfShStatsRibThread) XXX_Size ¶
func (m *OspfShStatsRibThread) XXX_Size() int
func (*OspfShStatsRibThread) XXX_Unmarshal ¶
func (m *OspfShStatsRibThread) XXX_Unmarshal(b []byte) error
type OspfShStatsWorkQueues ¶
type OspfShStatsWorkQueues struct { Ribqueue []*OspfShStatsRibThread `protobuf:"bytes,50,rep,name=ribqueue,proto3" json:"ribqueue,omitempty"` Internalwq *OspfShStatsRibThread `protobuf:"bytes,51,opt,name=internalwq,proto3" json:"internalwq,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*OspfShStatsWorkQueues) Descriptor ¶
func (*OspfShStatsWorkQueues) Descriptor() ([]byte, []int)
func (*OspfShStatsWorkQueues) GetInternalwq ¶
func (m *OspfShStatsWorkQueues) GetInternalwq() *OspfShStatsRibThread
func (*OspfShStatsWorkQueues) GetRibqueue ¶
func (m *OspfShStatsWorkQueues) GetRibqueue() []*OspfShStatsRibThread
func (*OspfShStatsWorkQueues) ProtoMessage ¶
func (*OspfShStatsWorkQueues) ProtoMessage()
func (*OspfShStatsWorkQueues) Reset ¶
func (m *OspfShStatsWorkQueues) Reset()
func (*OspfShStatsWorkQueues) String ¶
func (m *OspfShStatsWorkQueues) String() string
func (*OspfShStatsWorkQueues) XXX_DiscardUnknown ¶
func (m *OspfShStatsWorkQueues) XXX_DiscardUnknown()
func (*OspfShStatsWorkQueues) XXX_Marshal ¶
func (m *OspfShStatsWorkQueues) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*OspfShStatsWorkQueues) XXX_Merge ¶
func (m *OspfShStatsWorkQueues) XXX_Merge(src proto.Message)
func (*OspfShStatsWorkQueues) XXX_Size ¶
func (m *OspfShStatsWorkQueues) XXX_Size() int
func (*OspfShStatsWorkQueues) XXX_Unmarshal ¶
func (m *OspfShStatsWorkQueues) XXX_Unmarshal(b []byte) error
type OspfShStatsWorkQueues_KEYS ¶
type OspfShStatsWorkQueues_KEYS struct { ProcessName string `protobuf:"bytes,1,opt,name=process_name,json=processName,proto3" json:"process_name,omitempty"` VrfName string `protobuf:"bytes,2,opt,name=vrf_name,json=vrfName,proto3" json:"vrf_name,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*OspfShStatsWorkQueues_KEYS) Descriptor ¶
func (*OspfShStatsWorkQueues_KEYS) Descriptor() ([]byte, []int)
func (*OspfShStatsWorkQueues_KEYS) GetProcessName ¶
func (m *OspfShStatsWorkQueues_KEYS) GetProcessName() string
func (*OspfShStatsWorkQueues_KEYS) GetVrfName ¶
func (m *OspfShStatsWorkQueues_KEYS) GetVrfName() string
func (*OspfShStatsWorkQueues_KEYS) ProtoMessage ¶
func (*OspfShStatsWorkQueues_KEYS) ProtoMessage()
func (*OspfShStatsWorkQueues_KEYS) Reset ¶
func (m *OspfShStatsWorkQueues_KEYS) Reset()
func (*OspfShStatsWorkQueues_KEYS) String ¶
func (m *OspfShStatsWorkQueues_KEYS) String() string
func (*OspfShStatsWorkQueues_KEYS) XXX_DiscardUnknown ¶
func (m *OspfShStatsWorkQueues_KEYS) XXX_DiscardUnknown()
func (*OspfShStatsWorkQueues_KEYS) XXX_Marshal ¶
func (m *OspfShStatsWorkQueues_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*OspfShStatsWorkQueues_KEYS) XXX_Merge ¶
func (m *OspfShStatsWorkQueues_KEYS) XXX_Merge(src proto.Message)
func (*OspfShStatsWorkQueues_KEYS) XXX_Size ¶
func (m *OspfShStatsWorkQueues_KEYS) XXX_Size() int
func (*OspfShStatsWorkQueues_KEYS) XXX_Unmarshal ¶
func (m *OspfShStatsWorkQueues_KEYS) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.