Documentation ¶
Overview ¶
This module contains a collection of YANG definitions for Cisco IOS-XR asr9k-xbar package operational data.
This module contains definitions for the following management objects:
cross-bar-stats: Crossbar stats operational data
Copyright (c) 2013-2018 by Cisco Systems, Inc. All rights reserved.
Index ¶
- type CrossBarStats
- type CrossBarStats_Nodes
- type CrossBarStats_Nodes_Node
- type CrossBarStats_Nodes_Node_CrossBarTable
- type CrossBarStats_Nodes_Node_CrossBarTable_PktStats
- type CrossBarStats_Nodes_Node_CrossBarTable_PktStats_PktStat
- type CrossBarStats_Nodes_Node_CrossBarTable_SkbStats
- type CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat
- type CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_EgStats
- type CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_EgStats_CflStats
- type CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_EgStats_CflStats_CflMcStats
- type CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_EgStats_CflStats_CflMiscStats
- type CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_EgStats_CflStats_CflUcStats
- type CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_EgStats_ObuMcStats
- type CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_EgStats_ObuStats
- type CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_EgStats_ObuUcStats
- type CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_InStats
- type CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_InStats_CflStats
- type CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_InStats_CflStats_CflMcStats
- type CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_InStats_CflStats_CflMiscStats
- type CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_InStats_CflStats_CflUcStats
- type CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_InStats_IbbMcStats
- type CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_InStats_IbbStats
- type CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_InStats_IbbUcStats
- type CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_InStats_IbfMcStats
- type CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_InStats_IbfStats
- type CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_InStats_IbfUcStats
- type CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_XpsStats
- type CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats
- type CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat
- type CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_CaStats
- type CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_MaStats
- type CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_PeCcStats
- type CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_PeMcStats
- type CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_PeStats
- type CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_PeUcStats
- type CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_PiCcStats
- type CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_PiMcStats
- type CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_PiStats
- type CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_PiUcStats
- type CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_Ua0Stats
- type CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_Ua1Stats
- type CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_Ua2Stats
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CrossBarStats ¶
type CrossBarStats struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // Table of Nodes. Nodes CrossBarStats_Nodes }
CrossBarStats Crossbar stats operational data
func (*CrossBarStats) GetEntityData ¶
func (crossBarStats *CrossBarStats) GetEntityData() *types.CommonEntityData
type CrossBarStats_Nodes ¶
type CrossBarStats_Nodes struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // Information about a particular node. The type is slice of // CrossBarStats_Nodes_Node. Node []*CrossBarStats_Nodes_Node }
CrossBarStats_Nodes Table of Nodes
func (*CrossBarStats_Nodes) GetEntityData ¶
func (nodes *CrossBarStats_Nodes) GetEntityData() *types.CommonEntityData
type CrossBarStats_Nodes_Node ¶
type CrossBarStats_Nodes_Node struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. Node name. The type is string with pattern: // ([a-zA-Z0-9_]*\d+/){1,2}([a-zA-Z0-9_]*\d+). NodeName interface{} // Table of stats information. CrossBarTable CrossBarStats_Nodes_Node_CrossBarTable }
CrossBarStats_Nodes_Node Information about a particular node
func (*CrossBarStats_Nodes_Node) GetEntityData ¶
func (node *CrossBarStats_Nodes_Node) GetEntityData() *types.CommonEntityData
type CrossBarStats_Nodes_Node_CrossBarTable ¶
type CrossBarStats_Nodes_Node_CrossBarTable struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // Table of packet stats for SKB. SkbStats CrossBarStats_Nodes_Node_CrossBarTable_SkbStats // Table of packet stats. PktStats CrossBarStats_Nodes_Node_CrossBarTable_PktStats // Table of packet stats for SM15. Sm15Stats CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats }
CrossBarStats_Nodes_Node_CrossBarTable Table of stats information
func (*CrossBarStats_Nodes_Node_CrossBarTable) GetEntityData ¶
func (crossBarTable *CrossBarStats_Nodes_Node_CrossBarTable) GetEntityData() *types.CommonEntityData
type CrossBarStats_Nodes_Node_CrossBarTable_PktStats ¶
type CrossBarStats_Nodes_Node_CrossBarTable_PktStats struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // Stats information for a particular asic type and port. The type is slice of // CrossBarStats_Nodes_Node_CrossBarTable_PktStats_PktStat. PktStat []*CrossBarStats_Nodes_Node_CrossBarTable_PktStats_PktStat }
CrossBarStats_Nodes_Node_CrossBarTable_PktStats Table of packet stats
func (*CrossBarStats_Nodes_Node_CrossBarTable_PktStats) GetEntityData ¶
func (pktStats *CrossBarStats_Nodes_Node_CrossBarTable_PktStats) GetEntityData() *types.CommonEntityData
type CrossBarStats_Nodes_Node_CrossBarTable_PktStats_PktStat ¶
type CrossBarStats_Nodes_Node_CrossBarTable_PktStats_PktStat struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // Asic ID. The type is string with pattern: [\w\-\.:,_@#%$\+=\|;]+. AsicId interface{} // Port. The type is string with pattern: [\w\-\.:,_@#%$\+=\|;]+. Port interface{} // The type is interface{} with range: 0..18446744073709551615. InternalErrorCount interface{} // The type is interface{} with range: 0..18446744073709551615. InputBufferQueuedPacketCountHigh interface{} // The type is interface{} with range: 0..18446744073709551615. IngressPacketCountSinceLastReadHigh interface{} // The type is interface{} with range: 0..18446744073709551615. IngressChannelUtilizationCountHigh interface{} // The type is interface{} with range: 0..18446744073709551615. InputBufferBackPressureCountHigh interface{} // The type is interface{} with range: 0..18446744073709551615. XbarTimeoutDropCountHigh interface{} // The type is interface{} with range: 0..18446744073709551615. HoldropCountHigh interface{} // The type is interface{} with range: 0..18446744073709551615. NullFpoeDropCountHigh interface{} // The type is interface{} with range: 0..18446744073709551615. DiagnosticPacketCountHigh interface{} // The type is interface{} with range: 0..18446744073709551615. InputBufferCorrectableEccErrorCountHigh interface{} // The type is interface{} with range: 0..18446744073709551615. InputBufferUncorrectableEccErrorCountHigh interface{} // The type is interface{} with range: 0..18446744073709551615. HeaderCrcErrorCountHigh interface{} // The type is interface{} with range: 0..18446744073709551615. ShortInputHeaderErrorCountHigh interface{} // The type is interface{} with range: 0..18446744073709551615. PacketCrcErrorCountHigh interface{} // The type is interface{} with range: 0..18446744073709551615. ShortPacketErrorCountHigh interface{} // The type is interface{} with range: 0..18446744073709551615. OutputBufferQueuedPacketCountHigh interface{} // The type is interface{} with range: 0..18446744073709551615. EgressPacketCountSinceLastReadHigh interface{} // The type is interface{} with range: 0..18446744073709551615. EgressChannelUtilizationCountHigh interface{} // The type is interface{} with range: 0..18446744073709551615. OutputBufferBackPressureCountHigh interface{} // The type is interface{} with range: 0..18446744073709551615. OutputBufferCorrectableEccErrorCountHigh interface{} // The type is interface{} with range: 0..18446744073709551615. OutputBufferUncorrectableEccErrorCountHigh interface{} // The type is interface{} with range: 0..18446744073709551615. FpoedbCorrectableEccErrorCountHigh interface{} // The type is interface{} with range: 0..18446744073709551615. FpoedbUncorrectableEccErrorCountHigh interface{} // The type is interface{} with range: 0..18446744073709551615. InputBufferQueuedPacketCountLow interface{} // The type is interface{} with range: 0..18446744073709551615. IngressPacketCountSinceLastReadLow interface{} // The type is interface{} with range: 0..18446744073709551615. IngressChannelUtilizationCountLow interface{} // The type is interface{} with range: 0..18446744073709551615. InputBufferBackPressureCountLow interface{} // The type is interface{} with range: 0..18446744073709551615. XbarTimeoutDropCountLow interface{} // The type is interface{} with range: 0..18446744073709551615. HoldropCountLow interface{} // The type is interface{} with range: 0..18446744073709551615. NullFpoeDropCountLow interface{} // The type is interface{} with range: 0..18446744073709551615. DiagnosticPacketCountLow interface{} // The type is interface{} with range: 0..18446744073709551615. InputBufferCorrectableEccErrorCountLow interface{} // The type is interface{} with range: 0..18446744073709551615. InputBufferUncorrectableEccErrorCountLow interface{} // The type is interface{} with range: 0..18446744073709551615. HeaderCrcErrorCountLow interface{} // The type is interface{} with range: 0..18446744073709551615. ShortInputHeaderErrorCountLow interface{} // The type is interface{} with range: 0..18446744073709551615. PacketCrcErrorCountLow interface{} // The type is interface{} with range: 0..18446744073709551615. ShortPacketErrorCountLow interface{} // The type is interface{} with range: 0..18446744073709551615. OutputBufferQueuedPacketCountLow interface{} // The type is interface{} with range: 0..18446744073709551615. EgressPacketCountSinceLastReadLow interface{} // The type is interface{} with range: 0..18446744073709551615. EgressChannelUtilizationCountLow interface{} // The type is interface{} with range: 0..18446744073709551615. OutputBufferBackPressureCountLow interface{} // The type is interface{} with range: 0..18446744073709551615. OutputBufferCorrectableEccErrorCountLow interface{} // The type is interface{} with range: 0..18446744073709551615. OutputBufferUncorrectableEccErrorCountLow interface{} // The type is interface{} with range: 0..18446744073709551615. FpoedbCorrectableEccErrorCountLow interface{} // The type is interface{} with range: 0..18446744073709551615. FpoedbUncorrectableEccErrorCountLow interface{} }
CrossBarStats_Nodes_Node_CrossBarTable_PktStats_PktStat Stats information for a particular asic type and port
func (*CrossBarStats_Nodes_Node_CrossBarTable_PktStats_PktStat) GetEntityData ¶
func (pktStat *CrossBarStats_Nodes_Node_CrossBarTable_PktStats_PktStat) GetEntityData() *types.CommonEntityData
type CrossBarStats_Nodes_Node_CrossBarTable_SkbStats ¶
type CrossBarStats_Nodes_Node_CrossBarTable_SkbStats struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // Stats information for a particular asic type and port. The type is slice of // CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat. SkbStat []*CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat }
CrossBarStats_Nodes_Node_CrossBarTable_SkbStats Table of packet stats for SKB
func (*CrossBarStats_Nodes_Node_CrossBarTable_SkbStats) GetEntityData ¶
func (skbStats *CrossBarStats_Nodes_Node_CrossBarTable_SkbStats) GetEntityData() *types.CommonEntityData
type CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat ¶
type CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // Asic ID. The type is string with pattern: [\w\-\.:,_@#%$\+=\|;]+. AsicId interface{} // Port. The type is string with pattern: [\w\-\.:,_@#%$\+=\|;]+. Port interface{} // internal err cnt. The type is interface{} with range: // 0..18446744073709551615. InternalErrCnt interface{} // in stats. InStats CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_InStats // eg stats. EgStats CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_EgStats // xps stats. XpsStats CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_XpsStats }
CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat Stats information for a particular asic type and port
func (*CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat) GetEntityData ¶
func (skbStat *CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat) GetEntityData() *types.CommonEntityData
type CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_EgStats ¶
type CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_EgStats struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // obu stats. ObuStats CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_EgStats_ObuStats // obu uc stats. ObuUcStats CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_EgStats_ObuUcStats // obu mc stats. ObuMcStats CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_EgStats_ObuMcStats // cfl stats. CflStats CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_EgStats_CflStats }
CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_EgStats eg stats
func (*CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_EgStats) GetEntityData ¶
func (egStats *CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_EgStats) GetEntityData() *types.CommonEntityData
type CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_EgStats_CflStats ¶
type CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_EgStats_CflStats struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // cfl uc stats. CflUcStats CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_EgStats_CflStats_CflUcStats // cfl mc stats. CflMcStats CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_EgStats_CflStats_CflMcStats // cfl misc stats. CflMiscStats CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_EgStats_CflStats_CflMiscStats }
CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_EgStats_CflStats cfl stats
func (*CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_EgStats_CflStats) GetEntityData ¶
func (cflStats *CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_EgStats_CflStats) GetEntityData() *types.CommonEntityData
type CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_EgStats_CflStats_CflMcStats ¶
type CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_EgStats_CflStats_CflMcStats struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // PKTS TRUNCATED. The type is interface{} with range: // 0..18446744073709551615. PktsTruncated interface{} // PKTS FROM OB TO PORT. The type is interface{} with range: // 0..18446744073709551615. PktsFromObToPort interface{} // eg mc rate. The type is interface{} with range: 0..18446744073709551615. EgMcRate interface{} }
CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_EgStats_CflStats_CflMcStats cfl mc stats
func (*CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_EgStats_CflStats_CflMcStats) GetEntityData ¶
func (cflMcStats *CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_EgStats_CflStats_CflMcStats) GetEntityData() *types.CommonEntityData
type CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_EgStats_CflStats_CflMiscStats ¶
type CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_EgStats_CflStats_CflMiscStats struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // ECC CORR ERR. The type is interface{} with range: 0..18446744073709551615. EccCorrErr interface{} // ECC UNCORR ERR. The type is interface{} with range: // 0..18446744073709551615. EccUncorrErr interface{} // ECC RAW CORR ERR. The type is interface{} with range: // 0..18446744073709551615. EccRawCorrErr interface{} // ECC RAW UNCORR ERR. The type is interface{} with range: // 0..18446744073709551615. EccRawUncorrErr interface{} // eg total rate. The type is interface{} with range: 0..18446744073709551615. EgTotalRate interface{} }
CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_EgStats_CflStats_CflMiscStats cfl misc stats
func (*CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_EgStats_CflStats_CflMiscStats) GetEntityData ¶
func (cflMiscStats *CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_EgStats_CflStats_CflMiscStats) GetEntityData() *types.CommonEntityData
type CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_EgStats_CflStats_CflUcStats ¶
type CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_EgStats_CflStats_CflUcStats struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // PKTS TRUNCATED. The type is interface{} with range: // 0..18446744073709551615. PktsTruncated interface{} // PKTS FROM OB TO PORT. The type is interface{} with range: // 0..18446744073709551615. PktsFromObToPort interface{} // eg uc rate. The type is interface{} with range: 0..18446744073709551615. EgUcRate interface{} }
CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_EgStats_CflStats_CflUcStats cfl uc stats
func (*CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_EgStats_CflStats_CflUcStats) GetEntityData ¶
func (cflUcStats *CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_EgStats_CflStats_CflUcStats) GetEntityData() *types.CommonEntityData
type CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_EgStats_ObuMcStats ¶
type CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_EgStats_ObuMcStats struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // PKTIN. The type is interface{} with range: 0..18446744073709551615. Pktin interface{} // PKTOUT. The type is interface{} with range: 0..18446744073709551615. Pktout interface{} // BYTEIN. The type is interface{} with range: 0..18446744073709551615. Bytein interface{} // BYTEOUT. The type is interface{} with range: 0..18446744073709551615. Byteout interface{} // PKTTRUNC. The type is interface{} with range: 0..18446744073709551615. Pkttrunc interface{} }
CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_EgStats_ObuMcStats obu mc stats
func (*CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_EgStats_ObuMcStats) GetEntityData ¶
func (obuMcStats *CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_EgStats_ObuMcStats) GetEntityData() *types.CommonEntityData
type CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_EgStats_ObuStats ¶
type CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_EgStats_ObuStats struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // data queque. The type is slice of interface{} with range: 0..4294967295. DataQueque []interface{} }
CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_EgStats_ObuStats obu stats
func (*CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_EgStats_ObuStats) GetEntityData ¶
func (obuStats *CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_EgStats_ObuStats) GetEntityData() *types.CommonEntityData
type CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_EgStats_ObuUcStats ¶
type CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_EgStats_ObuUcStats struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // PKTIN. The type is interface{} with range: 0..18446744073709551615. Pktin interface{} // PKTOUT. The type is interface{} with range: 0..18446744073709551615. Pktout interface{} // BYTEIN. The type is interface{} with range: 0..18446744073709551615. Bytein interface{} // BYTEOUT. The type is interface{} with range: 0..18446744073709551615. Byteout interface{} // PKTTRUNC. The type is interface{} with range: 0..18446744073709551615. Pkttrunc interface{} }
CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_EgStats_ObuUcStats obu uc stats
func (*CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_EgStats_ObuUcStats) GetEntityData ¶
func (obuUcStats *CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_EgStats_ObuUcStats) GetEntityData() *types.CommonEntityData
type CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_InStats ¶
type CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_InStats struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // ibb stats. IbbStats CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_InStats_IbbStats // ibf stats. IbfStats CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_InStats_IbfStats // ibb uc stats. IbbUcStats CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_InStats_IbbUcStats // ibf uc stats. IbfUcStats CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_InStats_IbfUcStats // ibb mc stats. IbbMcStats CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_InStats_IbbMcStats // ibf mc stats. IbfMcStats CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_InStats_IbfMcStats // cfl stats. CflStats CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_InStats_CflStats }
CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_InStats in stats
func (*CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_InStats) GetEntityData ¶
func (inStats *CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_InStats) GetEntityData() *types.CommonEntityData
type CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_InStats_CflStats ¶
type CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_InStats_CflStats struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // cfl uc stats. CflUcStats CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_InStats_CflStats_CflUcStats // cfl mc stats. CflMcStats CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_InStats_CflStats_CflMcStats // cfl misc stats. CflMiscStats CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_InStats_CflStats_CflMiscStats }
CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_InStats_CflStats cfl stats
func (*CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_InStats_CflStats) GetEntityData ¶
func (cflStats *CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_InStats_CflStats) GetEntityData() *types.CommonEntityData
type CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_InStats_CflStats_CflMcStats ¶
type CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_InStats_CflStats_CflMcStats struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // CRC MATCH PATTERN. The type is interface{} with range: // 0..18446744073709551615. CrcMatchPattern interface{} // PKTS RCVD. The type is interface{} with range: 0..18446744073709551615. PktsRcvd interface{} // PACKED PKTS RCVD. The type is interface{} with range: // 0..18446744073709551615. PackedPktsRcvd interface{} // PKTS FLUSHED. The type is interface{} with range: 0..18446744073709551615. PktsFlushed interface{} // RUNT PKTS DROPPED. The type is interface{} with range: // 0..18446744073709551615. RuntPktsDropPed interface{} // SMALL PKTS DROPPED. The type is interface{} with range: // 0..18446744073709551615. SmallPktsDropPed interface{} // PKTS TO IB FROM PORT. The type is interface{} with range: // 0..18446744073709551615. PktsToIbFromPort interface{} // in mc rate. The type is interface{} with range: 0..18446744073709551615. InMcRate interface{} }
CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_InStats_CflStats_CflMcStats cfl mc stats
func (*CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_InStats_CflStats_CflMcStats) GetEntityData ¶
func (cflMcStats *CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_InStats_CflStats_CflMcStats) GetEntityData() *types.CommonEntityData
type CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_InStats_CflStats_CflMiscStats ¶
type CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_InStats_CflStats_CflMiscStats struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // CRC STOMP. The type is interface{} with range: 0..18446744073709551615. CrcStomp interface{} // CRC NEW ERR. The type is interface{} with range: 0..18446744073709551615. CrcNewErr interface{} // in total rate. The type is interface{} with range: 0..18446744073709551615. InTotalRate interface{} }
CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_InStats_CflStats_CflMiscStats cfl misc stats
func (*CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_InStats_CflStats_CflMiscStats) GetEntityData ¶
func (cflMiscStats *CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_InStats_CflStats_CflMiscStats) GetEntityData() *types.CommonEntityData
type CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_InStats_CflStats_CflUcStats ¶
type CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_InStats_CflStats_CflUcStats struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // CRC MATCH PATTERN. The type is interface{} with range: // 0..18446744073709551615. CrcMatchPattern interface{} // PKTS RCVD. The type is interface{} with range: 0..18446744073709551615. PktsRcvd interface{} // PACKED PKTS RCVD. The type is interface{} with range: // 0..18446744073709551615. PackedPktsRcvd interface{} // PKTS FLUSHED. The type is interface{} with range: 0..18446744073709551615. PktsFlushed interface{} // RUNT PKTS DROPPED. The type is interface{} with range: // 0..18446744073709551615. RuntPktsDropPed interface{} // SMALL PKTS DROPPED. The type is interface{} with range: // 0..18446744073709551615. SmallPktsDropPed interface{} // PKTS TO IB FROM PORT. The type is interface{} with range: // 0..18446744073709551615. PktsToIbFromPort interface{} // in uc rate. The type is interface{} with range: 0..18446744073709551615. InUcRate interface{} }
CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_InStats_CflStats_CflUcStats cfl uc stats
func (*CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_InStats_CflStats_CflUcStats) GetEntityData ¶
func (cflUcStats *CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_InStats_CflStats_CflUcStats) GetEntityData() *types.CommonEntityData
type CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_InStats_IbbMcStats ¶
type CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_InStats_IbbMcStats struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // IPCDATATOT. The type is interface{} with range: 0..18446744073709551615. IpcDataTot interface{} // IPCDATATOTSZ. The type is interface{} with range: 0..18446744073709551615. IpcDataTotsz interface{} // IPCRUNT. The type is interface{} with range: 0..18446744073709551615. Ipcrunt interface{} // IPCGIANT. The type is interface{} with range: 0..18446744073709551615. Ipcgiant interface{} // IPCDATAERR. The type is interface{} with range: 0..18446744073709551615. IpcDataErr interface{} // IPCLINKERR. The type is interface{} with range: 0..18446744073709551615. Ipclinkerr interface{} // IPCPTCERR. The type is interface{} with range: 0..18446744073709551615. Ipcptcerr interface{} // IPCPKTDROP. The type is interface{} with range: 0..18446744073709551615. IpcpktDrop interface{} // IPCDESDROP. The type is interface{} with range: 0..18446744073709551615. IpcdesDrop interface{} // DHEHITAILDROP. The type is interface{} with range: 0..18446744073709551615. DhehitailDrop interface{} // DHELOTAILDROP. The type is interface{} with range: 0..18446744073709551615. DhelotailDrop interface{} // IBMOUTSOP. The type is interface{} with range: 0..18446744073709551615. Ibmoutsop interface{} // IBMOUTEOP. The type is interface{} with range: 0..18446744073709551615. Ibmouteop interface{} // IBMOUTBYTE. The type is interface{} with range: 0..18446744073709551615. Ibmoutbyte interface{} // ICMENQ. The type is interface{} with range: 0..18446744073709551615. Icmenq interface{} // ICMDEQ. The type is interface{} with range: 0..18446744073709551615. Icmdeq interface{} // ICMFCXOFF. The type is interface{} with range: 0..18446744073709551615. Icmfcxoff interface{} // ICMFCXON. The type is interface{} with range: 0..18446744073709551615. Icmfcxon interface{} }
CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_InStats_IbbMcStats ibb mc stats
func (*CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_InStats_IbbMcStats) GetEntityData ¶
func (ibbMcStats *CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_InStats_IbbMcStats) GetEntityData() *types.CommonEntityData
type CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_InStats_IbbStats ¶
type CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_InStats_IbbStats struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // IPCICMTAILDROP. The type is interface{} with range: // 0..18446744073709551615. IpcicmtailDrop interface{} // DHEDIAGPKT. The type is interface{} with range: 0..18446744073709551615. DheDiagPkt interface{} // IBMDNOUTTOT. The type is interface{} with range: 0..18446744073709551615. Ibmdnouttot interface{} // ICMDNENQ. The type is interface{} with range: 0..18446744073709551615. Icmdnenq interface{} // ICMDNDEQ. The type is interface{} with range: 0..18446744073709551615. Icmdndeq interface{} // IBMCSRCCOUTTOT. The type is interface{} with range: // 0..18446744073709551615. Ibmcsrccouttot interface{} }
CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_InStats_IbbStats ibb stats
func (*CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_InStats_IbbStats) GetEntityData ¶
func (ibbStats *CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_InStats_IbbStats) GetEntityData() *types.CommonEntityData
type CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_InStats_IbbUcStats ¶
type CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_InStats_IbbUcStats struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // IPCDATATOT. The type is interface{} with range: 0..18446744073709551615. IpcDataTot interface{} // IPCDATATOTSZ. The type is interface{} with range: 0..18446744073709551615. IpcDataTotsz interface{} // IPCRUNT. The type is interface{} with range: 0..18446744073709551615. Ipcrunt interface{} // IPCGIANT. The type is interface{} with range: 0..18446744073709551615. Ipcgiant interface{} // IPCDATAERR. The type is interface{} with range: 0..18446744073709551615. IpcDataErr interface{} // IPCLINKERR. The type is interface{} with range: 0..18446744073709551615. Ipclinkerr interface{} // IPCPTCERR. The type is interface{} with range: 0..18446744073709551615. Ipcptcerr interface{} // IPCPKTDROP. The type is interface{} with range: 0..18446744073709551615. IpcpktDrop interface{} // IPCDESDROP. The type is interface{} with range: 0..18446744073709551615. IpcdesDrop interface{} // DHETAILDROP. The type is interface{} with range: 0..18446744073709551615. DhetailDrop interface{} // IBMOUTSOP. The type is interface{} with range: 0..18446744073709551615. Ibmoutsop interface{} // IBMOUTEOP. The type is interface{} with range: 0..18446744073709551615. Ibmouteop interface{} // IBMOUTBYTE. The type is interface{} with range: 0..18446744073709551615. Ibmoutbyte interface{} // ICMENQ. The type is interface{} with range: 0..18446744073709551615. Icmenq interface{} // ICMDEQ. The type is interface{} with range: 0..18446744073709551615. Icmdeq interface{} // ICMFCXOFF. The type is interface{} with range: 0..18446744073709551615. Icmfcxoff interface{} // ICMFCXON. The type is interface{} with range: 0..18446744073709551615. Icmfcxon interface{} }
CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_InStats_IbbUcStats ibb uc stats
func (*CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_InStats_IbbUcStats) GetEntityData ¶
func (ibbUcStats *CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_InStats_IbbUcStats) GetEntityData() *types.CommonEntityData
type CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_InStats_IbfMcStats ¶
type CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_InStats_IbfMcStats struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // PKTCNT. The type is interface{} with range: 0..18446744073709551615. Pktcnt interface{} // PKTOUTCNT. The type is interface{} with range: 0..18446744073709551615. Pktoutcnt interface{} // PKTHICOPYSUPEVENT. The type is interface{} with range: // 0..18446744073709551615. PkthiCopySupEvent interface{} // PKTLOCOPYSUPEVENT. The type is interface{} with range: // 0..18446744073709551615. PktloCopySupEvent interface{} // PKTINPUTERRDROP. The type is interface{} with range: // 0..18446744073709551615. PktInputErrDrop interface{} // PKTFGIDADDRERRDROP. The type is interface{} with range: // 0..18446744073709551615. PktfgidAddrErrDrop interface{} // PKTFGIDLKUPERRDROP. The type is interface{} with range: // 0..18446744073709551615. PktfgidlkuperrDrop interface{} // PKTNULLPOEDROP. The type is interface{} with range: // 0..18446744073709551615. PktNullPoeDrop interface{} // PKTCOPYSUPDROP. The type is interface{} with range: // 0..18446744073709551615. PktCopySupDrop interface{} // PKTDISPOEDROP. The type is interface{} with range: 0..18446744073709551615. PktDispOeDrop interface{} // PKTTODROPCNT. The type is interface{} with range: 0..18446744073709551615. PkttoDropCnt interface{} }
CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_InStats_IbfMcStats ibf mc stats
func (*CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_InStats_IbfMcStats) GetEntityData ¶
func (ibfMcStats *CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_InStats_IbfMcStats) GetEntityData() *types.CommonEntityData
type CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_InStats_IbfStats ¶
type CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_InStats_IbfStats struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // unused. The type is interface{} with range: 0..18446744073709551615. Unused interface{} }
CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_InStats_IbfStats ibf stats
func (*CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_InStats_IbfStats) GetEntityData ¶
func (ibfStats *CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_InStats_IbfStats) GetEntityData() *types.CommonEntityData
type CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_InStats_IbfUcStats ¶
type CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_InStats_IbfUcStats struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // PKTCNT. The type is interface{} with range: 0..18446744073709551615. Pktcnt interface{} // PKTOUTP0CNT. The type is interface{} with range: 0..18446744073709551615. Pktoutp0cnt interface{} // PKTOUTP1CNT. The type is interface{} with range: 0..18446744073709551615. Pktoutp1cnt interface{} // PKTINPUTERRDROP. The type is interface{} with range: // 0..18446744073709551615. PktInputErrDrop interface{} // PKTHWERRDROP. The type is interface{} with range: 0..18446744073709551615. PkthwerrDrop interface{} // PKTNULLPOEDROP. The type is interface{} with range: // 0..18446744073709551615. PktNullPoeDrop interface{} // PKTDISPOEDROP. The type is interface{} with range: 0..18446744073709551615. PktDispOeDrop interface{} }
CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_InStats_IbfUcStats ibf uc stats
func (*CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_InStats_IbfUcStats) GetEntityData ¶
func (ibfUcStats *CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_InStats_IbfUcStats) GetEntityData() *types.CommonEntityData
type CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_XpsStats ¶
type CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_XpsStats struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // UC TIMERDROP. The type is interface{} with range: 0..18446744073709551615. UcTimerDrop interface{} // UC TIMERTRUNCATE. The type is interface{} with range: // 0..18446744073709551615. UcTimerTruncate interface{} // MC TIMERDROP. The type is interface{} with range: 0..18446744073709551615. McTimerDrop interface{} // MC TIMERTRUNCATE. The type is interface{} with range: // 0..18446744073709551615. McTimerTruncate interface{} }
CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_XpsStats xps stats
func (*CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_XpsStats) GetEntityData ¶
func (xpsStats *CrossBarStats_Nodes_Node_CrossBarTable_SkbStats_SkbStat_XpsStats) GetEntityData() *types.CommonEntityData
type CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats ¶
type CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // Stats information for a particular asic type and port. The type is slice of // CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat. Sm15Stat []*CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat }
CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats Table of packet stats for SM15
func (*CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats) GetEntityData ¶
func (sm15Stats *CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats) GetEntityData() *types.CommonEntityData
type CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat ¶
type CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // Asic ID. The type is string with pattern: [\w\-\.:,_@#%$\+=\|;]+. AsicId interface{} // Port. The type is string with pattern: [\w\-\.:,_@#%$\+=\|;]+. Port interface{} // internal err cnt. The type is interface{} with range: // 0..18446744073709551615. InternalErrCnt interface{} // ua0 stats. Ua0Stats CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_Ua0Stats // ua1 stats. Ua1Stats CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_Ua1Stats // ua2 stats. Ua2Stats CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_Ua2Stats // ma stats. MaStats CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_MaStats // ca stats. CaStats CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_CaStats // pi stats. PiStats CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_PiStats // pe stats. PeStats CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_PeStats // pi uc stats. PiUcStats CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_PiUcStats // pi mc stats. PiMcStats CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_PiMcStats // pi cc stats. PiCcStats CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_PiCcStats // pe uc stats. PeUcStats CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_PeUcStats // pe mc stats. PeMcStats CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_PeMcStats // pe cc stats. PeCcStats CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_PeCcStats }
CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat Stats information for a particular asic type and port
func (*CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat) GetEntityData ¶
func (sm15Stat *CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat) GetEntityData() *types.CommonEntityData
type CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_CaStats ¶
type CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_CaStats struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // DEST DROP PKT CNT. The type is interface{} with range: // 0..18446744073709551615. DestDropPktCnt interface{} // SRC DEST PKT CNT. The type is interface{} with range: // 0..18446744073709551615. SrcDestPktCnt interface{} // DEST SRC PKT CNT. The type is interface{} with range: // 0..18446744073709551615. DestSrcPktCnt interface{} // RCV PKT CNT. The type is interface{} with range: 0..18446744073709551615. RcvPktCnt interface{} // TX PKT CNT. The type is interface{} with range: 0..18446744073709551615. TxPktCnt interface{} // RX DROP PKT CNT. The type is interface{} with range: // 0..18446744073709551615. RxDropPktCnt interface{} }
CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_CaStats ca stats
func (*CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_CaStats) GetEntityData ¶
func (caStats *CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_CaStats) GetEntityData() *types.CommonEntityData
type CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_MaStats ¶
type CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_MaStats struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // DEST DROP PKT CNT. The type is interface{} with range: // 0..18446744073709551615. DestDropPktCnt interface{} // SRC DEST PKT CNT. The type is interface{} with range: // 0..18446744073709551615. SrcDestPktCnt interface{} // DEST SRC PKT CNT. The type is interface{} with range: // 0..18446744073709551615. DestSrcPktCnt interface{} // RCV PKT CNT. The type is interface{} with range: 0..18446744073709551615. RcvPktCnt interface{} // TX PKT CNT. The type is interface{} with range: 0..18446744073709551615. TxPktCnt interface{} // RX DROP PKT CNT. The type is interface{} with range: // 0..18446744073709551615. RxDropPktCnt interface{} // RX RETRANSMIT CNT. The type is interface{} with range: // 0..18446744073709551615. RxReTransmitCnt interface{} // RX FABRIC TO CNT. The type is interface{} with range: // 0..18446744073709551615. RxFabricToCnt interface{} // RX HOL TO CNT. The type is interface{} with range: 0..18446744073709551615. RxHolToCnt interface{} }
CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_MaStats ma stats
func (*CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_MaStats) GetEntityData ¶
func (maStats *CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_MaStats) GetEntityData() *types.CommonEntityData
type CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_PeCcStats ¶
type CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_PeCcStats struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // IN PKT CNT. The type is interface{} with range: 0..18446744073709551615. InPktCnt interface{} // OUT PATH0 PKT CNT. The type is interface{} with range: // 0..18446744073709551615. OutPath0PktCnt interface{} // OUT PATH1 PKT CNT. The type is interface{} with range: // 0..18446744073709551615. OutPath1PktCnt interface{} // XBAR ECC DROP PKT CNT. The type is interface{} with range: // 0..18446744073709551615. XbarEccDropPktCnt interface{} // MEM0 DROP PKT CNT. The type is interface{} with range: // 0..18446744073709551615. Mem0DropPktCnt interface{} // MEM1 DROP PKT CNT. The type is interface{} with range: // 0..18446744073709551615. Mem1DropPktCnt interface{} // CONGN PKT CNT. The type is interface{} with range: 0..18446744073709551615. CongnPktCnt interface{} // XBAR ECC SINGLE ERR CNT. The type is interface{} with range: // 0..18446744073709551615. XbarEccSingleErrCnt interface{} // XBAR ECC DOUBLE ERR CNT. The type is interface{} with range: // 0..18446744073709551615. XbarEccDoubleErrCnt interface{} // MEM0 ECC SINGLE ERR CNT. The type is interface{} with range: // 0..18446744073709551615. Mem0EccSingleErrCnt interface{} // MEM0 ECC DOUBLE ERR CNT. The type is interface{} with range: // 0..18446744073709551615. Mem0EccDoubleErrCnt interface{} // MEM1 ECC SINGLE ERR CNT. The type is interface{} with range: // 0..18446744073709551615. Mem1EccSingleErrCnt interface{} // MEM1 ECC DOUBLE ERR CNT. The type is interface{} with range: // 0..18446744073709551615. Mem1EccDoubleErrCnt interface{} // FC CC 0 1 TRANS CNT. The type is interface{} with range: // 0..18446744073709551615. FcCc01TransCnt interface{} // RATE CNT. The type is interface{} with range: 0..18446744073709551615. RateCnt interface{} // calc rate. The type is interface{} with range: 0..18446744073709551615. CalcRate interface{} }
CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_PeCcStats pe cc stats
func (*CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_PeCcStats) GetEntityData ¶
func (peCcStats *CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_PeCcStats) GetEntityData() *types.CommonEntityData
type CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_PeMcStats ¶
type CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_PeMcStats struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // IN PKT MC CNT. The type is interface{} with range: 0..18446744073709551615. InPktMcCnt interface{} // IN FULL LINE MC CNT. The type is interface{} with range: // 0..18446744073709551615. InFullLineMcCnt interface{} // PKT TRUNC EOP MC CNT. The type is interface{} with range: // 0..18446744073709551615. PktTruncEopMcCnt interface{} // PKT SOP DROP MC CNT. The type is interface{} with range: // 0..18446744073709551615. PktSopDropMcCnt interface{} // PKT ECC ERR DROP MC CNT. The type is interface{} with range: // 0..18446744073709551615. PktEccErrDropMcCnt interface{} // PKT ECC ERR TRUNC CNT MC CNT. The type is interface{} with range: // 0..18446744073709551615. PktEccErrTruncCntMcCnt interface{} // ECC 1BIT ERR MC0 CNT. The type is interface{} with range: // 0..18446744073709551615. Ecc1bitErrMc0Cnt interface{} // ECC 1BIT ERR MC1 CNT. The type is interface{} with range: // 0..18446744073709551615. Ecc1bitErrMc1Cnt interface{} // ECC 1BIT ERR MC2 CNT. The type is interface{} with range: // 0..18446744073709551615. Ecc1bitErrMc2Cnt interface{} // ECC 2BIT ERR MC0 CNT. The type is interface{} with range: // 0..18446744073709551615. Ecc2bitErrMc0Cnt interface{} // ECC 2BIT ERR MC1 CNT. The type is interface{} with range: // 0..18446744073709551615. Ecc2bitErrMc1Cnt interface{} // ECC 2BIT ERR MC2 CNT. The type is interface{} with range: // 0..18446744073709551615. Ecc2bitErrMc2Cnt interface{} // OUT PKT MC CNT. The type is interface{} with range: // 0..18446744073709551615. OutPktMcCnt interface{} // FE MC SOP EOP PACK CNT. The type is interface{} with range: // 0..18446744073709551615. FeMcSopEopPackCnt interface{} // FC MC 0 1 TRANS CNT. The type is interface{} with range: // 0..18446744073709551615. FcMc01TransCnt interface{} // RATE CNT. The type is interface{} with range: 0..18446744073709551615. RateCnt interface{} // calc rate. The type is interface{} with range: 0..18446744073709551615. CalcRate interface{} }
CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_PeMcStats pe mc stats
func (*CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_PeMcStats) GetEntityData ¶
func (peMcStats *CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_PeMcStats) GetEntityData() *types.CommonEntityData
type CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_PeStats ¶
type CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_PeStats struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // TOTAL RATE1 CNT. The type is interface{} with range: // 0..18446744073709551615. TotalRate1Cnt interface{} // TOTAL RATE2 CNT. The type is interface{} with range: // 0..18446744073709551615. TotalRate2Cnt interface{} // TOTAL RATE3 CNT. The type is interface{} with range: // 0..18446744073709551615. TotalRate3Cnt interface{} // total calc rate. The type is interface{} with range: // 0..18446744073709551615. TotalCalcRate interface{} // MC2UC PREEMPT CNT. The type is interface{} with range: // 0..18446744073709551615. Mc2ucPreemptCnt interface{} }
CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_PeStats pe stats
func (*CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_PeStats) GetEntityData ¶
func (peStats *CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_PeStats) GetEntityData() *types.CommonEntityData
type CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_PeUcStats ¶
type CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_PeUcStats struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // IN PKT UC0 CNT. The type is interface{} with range: // 0..18446744073709551615. InPktUc0Cnt interface{} // IN PKT UC1 CNT. The type is interface{} with range: // 0..18446744073709551615. InPktUc1Cnt interface{} // IN PKT UC2 CNT. The type is interface{} with range: // 0..18446744073709551615. InPktUc2Cnt interface{} // IN FULL LINE UC0 CNT. The type is interface{} with range: // 0..18446744073709551615. InFullLineUc0Cnt interface{} // IN FULL LINE UC1 CNT. The type is interface{} with range: // 0..18446744073709551615. InFullLineUc1Cnt interface{} // IN FULL LINE UC2 CNT. The type is interface{} with range: // 0..18446744073709551615. InFullLineUc2Cnt interface{} // PKT TRUNC EOP UC0 CNT. The type is interface{} with range: // 0..18446744073709551615. PktTruncEopUc0Cnt interface{} // PKT TRUNC EOP UC1 CNT. The type is interface{} with range: // 0..18446744073709551615. PktTruncEopUc1Cnt interface{} // PKT TRUNC EOP UC2 CNT. The type is interface{} with range: // 0..18446744073709551615. PktTruncEopUc2Cnt interface{} // PKT SOP DROP UC0 CNT. The type is interface{} with range: // 0..18446744073709551615. PktSopDropUc0Cnt interface{} // PKT SOP DROP UC1 CNT. The type is interface{} with range: // 0..18446744073709551615. PktSopDropUc1Cnt interface{} // PKT SOP DROP UC2 CNT. The type is interface{} with range: // 0..18446744073709551615. PktSopDropUc2Cnt interface{} // PKT ECC ERR DROP UC CNT. The type is interface{} with range: // 0..18446744073709551615. PktEccErrDropUcCnt interface{} // PKT ECC TRUNC CNT UC CNT. The type is interface{} with range: // 0..18446744073709551615. PktEccTruncCntUcCnt interface{} // ECC 1BIT ERR UC0 0 CNT. The type is interface{} with range: // 0..18446744073709551615. Ecc1bitErrUc00Cnt interface{} // ECC 1BIT ERR UC0 1 CNT. The type is interface{} with range: // 0..18446744073709551615. Ecc1bitErrUc01Cnt interface{} // ECC 1BIT ERR UC1 0 CNT. The type is interface{} with range: // 0..18446744073709551615. Ecc1bitErrUc10Cnt interface{} // ECC 1BIT ERR UC1 1 CNT. The type is interface{} with range: // 0..18446744073709551615. Ecc1bitErrUc11Cnt interface{} // ECC 1BIT ERR UC2 0 CNT. The type is interface{} with range: // 0..18446744073709551615. Ecc1bitErrUc20Cnt interface{} // ECC 1BIT ERR UC2 1 CNT. The type is interface{} with range: // 0..18446744073709551615. Ecc1bitErrUc21Cnt interface{} // ECC 2BIT ERR UC0 0 CNT. The type is interface{} with range: // 0..18446744073709551615. Ecc2bitErrUc00Cnt interface{} // ECC 2BIT ERR UC0 1 CNT. The type is interface{} with range: // 0..18446744073709551615. Ecc2bitErrUc01Cnt interface{} // ECC 2BIT ERR UC1 0 CNT. The type is interface{} with range: // 0..18446744073709551615. Ecc2bitErrUc10Cnt interface{} // ECC 2BIT ERR UC1 1 CNT. The type is interface{} with range: // 0..18446744073709551615. Ecc2bitErrUc11Cnt interface{} // ECC 2BIT ERR UC2 0 CNT. The type is interface{} with range: // 0..18446744073709551615. Ecc2bitErrUc20Cnt interface{} // ECC 2BIT ERR UC2 1 CNT. The type is interface{} with range: // 0..18446744073709551615. Ecc2bitErrUc21Cnt interface{} // OUT PKT UC CNT. The type is interface{} with range: // 0..18446744073709551615. OutPktUcCnt interface{} // FE UC SOP EOP PACK CNT. The type is interface{} with range: // 0..18446744073709551615. FeUcSopEopPackCnt interface{} // FC UC 0 1 TRANS CNT. The type is interface{} with range: // 0..18446744073709551615. FcUc01TransCnt interface{} // RATE CNT. The type is interface{} with range: 0..18446744073709551615. RateCnt interface{} // calc rate. The type is interface{} with range: 0..18446744073709551615. CalcRate interface{} }
CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_PeUcStats pe uc stats
func (*CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_PeUcStats) GetEntityData ¶
func (peUcStats *CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_PeUcStats) GetEntityData() *types.CommonEntityData
type CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_PiCcStats ¶
type CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_PiCcStats struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // IN0 ECC SERR CNT. The type is interface{} with range: // 0..18446744073709551615. In0EccSerrCnt interface{} // IN0 ECC DERR CNT. The type is interface{} with range: // 0..18446744073709551615. In0EccDerrCnt interface{} // IN1 ECC SERR CNT. The type is interface{} with range: // 0..18446744073709551615. In1EccSerrCnt interface{} // IN1 ECC DERR CNT. The type is interface{} with range: // 0..18446744073709551615. In1EccDerrCnt interface{} // DATA MEM ECC SERR CNT. The type is interface{} with range: // 0..18446744073709551615. DataMemEccSerrCnt interface{} // DATA MEM ECC DERR CNT. The type is interface{} with range: // 0..18446744073709551615. DataMemEccDerrCnt interface{} // DATA MEM OVF0 CNT. The type is interface{} with range: // 0..18446744073709551615. DataMemOvf0Cnt interface{} // DATA MEM OVF1 CNT. The type is interface{} with range: // 0..18446744073709551615. DataMemOvf1Cnt interface{} // FPOE MEM ECC SERR CNT. The type is interface{} with range: // 0..18446744073709551615. FpoeMemEccSerrCnt interface{} // FPOE MEM ECC DERR CNT. The type is interface{} with range: // 0..18446744073709551615. FpoeMemEccDerrCnt interface{} // NULL POE CNT. The type is interface{} with range: 0..18446744073709551615. NullPoeCnt interface{} // SHUT ACK CNT. The type is interface{} with range: 0..18446744073709551615. ShutAckCnt interface{} // IN0 FNC ERR CNT. The type is interface{} with range: // 0..18446744073709551615. In0FncErrCnt interface{} // IN1 FNC ERR CNT. The type is interface{} with range: // 0..18446744073709551615. In1FncErrCnt interface{} // IN0 DROP CNT. The type is interface{} with range: 0..18446744073709551615. In0DropCnt interface{} // IN1 DROP CNT. The type is interface{} with range: 0..18446744073709551615. In1DropCnt interface{} // IN0 CONG CNT. The type is interface{} with range: 0..18446744073709551615. In0CongCnt interface{} // IN1 CONG CNT. The type is interface{} with range: 0..18446744073709551615. In1CongCnt interface{} // IN0 SHUT CNT. The type is interface{} with range: 0..18446744073709551615. In0ShutCnt interface{} // IN1 SHUT CNT. The type is interface{} with range: 0..18446744073709551615. In1ShutCnt interface{} // TAIL DROP MSG CNT. The type is interface{} with range: // 0..18446744073709551615. TailDropMsgCnt interface{} // IN0 PKT CNT. The type is interface{} with range: 0..18446744073709551615. In0PktCnt interface{} // IN1 PKT CNT. The type is interface{} with range: 0..18446744073709551615. In1PktCnt interface{} // DMEM RD CNT. The type is interface{} with range: 0..18446744073709551615. DmemRdCnt interface{} // IN DMEM0 CNT. The type is interface{} with range: 0..18446744073709551615. InDmem0Cnt interface{} // IN DMEM1 CNT. The type is interface{} with range: 0..18446744073709551615. InDmem1Cnt interface{} // OUT PKT CNT. The type is interface{} with range: 0..18446744073709551615. OutPktCnt interface{} // STOP THRSH HIT CNT. The type is interface{} with range: // 0..18446744073709551615. StopThrshHitCnt interface{} // RATE CNT. The type is interface{} with range: 0..18446744073709551615. RateCnt interface{} // calc rate. The type is interface{} with range: 0..18446744073709551615. CalcRate interface{} }
CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_PiCcStats pi cc stats
func (*CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_PiCcStats) GetEntityData ¶
func (piCcStats *CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_PiCcStats) GetEntityData() *types.CommonEntityData
type CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_PiMcStats ¶
type CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_PiMcStats struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // PKT RCV CNT. The type is interface{} with range: 0..18446744073709551615. PktRcvCnt interface{} // PKT SEQ ERR CNT. The type is interface{} with range: // 0..18446744073709551615. PktSeqErrCnt interface{} // INCOMING PKT ERR CNT. The type is interface{} with range: // 0..18446744073709551615. InComingPktErrCnt interface{} // MIN PKT LEN ERR CNT. The type is interface{} with range: // 0..18446744073709551615. MinPktLenErrCnt interface{} // MAX PKT LEN ERR CNT. The type is interface{} with range: // 0..18446744073709551615. MaxPktLenErrCnt interface{} // LINE ERR DRP PKT. The type is interface{} with range: // 0..18446744073709551615. LineErrDrpPkt interface{} // PKT CRC ERR CNT. The type is interface{} with range: // 0..18446744073709551615. PktCrcErrCnt interface{} // PKT CFH CRC ERR CNT. The type is interface{} with range: // 0..18446744073709551615. PktCfhCrcErrCnt interface{} // LINES WRITTEN IN MEM. The type is interface{} with range: // 0..18446744073709551615. LineSWrittenInMem interface{} // TAIL DRP PKT CNT. The type is interface{} with range: // 0..18446744073709551615. TailDrpPktCnt interface{} // DATA MEM0 ECC 1BIT ERR CNT. The type is interface{} with range: // 0..18446744073709551615. DataMem0Ecc1bitErrCnt interface{} // DATA MEM1 ECC 1BIT ERR CNT. The type is interface{} with range: // 0..18446744073709551615. DataMem1Ecc1bitErrCnt interface{} // DATA MEM2 ECC 1BIT ERR CNT. The type is interface{} with range: // 0..18446744073709551615. DataMem2Ecc1bitErrCnt interface{} // DATA MEM0 ECC 2BIT ERR CNT. The type is interface{} with range: // 0..18446744073709551615. DataMem0Ecc2bitErrCnt interface{} // DATA MEM1 ECC 2BIT ERR CNT. The type is interface{} with range: // 0..18446744073709551615. DataMem1Ecc2bitErrCnt interface{} // DATA MEM2 ECC 2BIT ERR CNT. The type is interface{} with range: // 0..18446744073709551615. DataMem2Ecc2bitErrCnt interface{} // DIAG PKT CNT. The type is interface{} with range: 0..18446744073709551615. DiagPktCnt interface{} // PKT SENT TO DISABLED PORT. The type is interface{} with range: // 0..18446744073709551615. PktSentToDisabledPort interface{} // PKT FPOE MATCH HIT CNT. The type is interface{} with range: // 0..18446744073709551615. PktFpoeMatchHitCnt interface{} // PKT NULL POE SENT CNT. The type is interface{} with range: // 0..18446744073709551615. PktNullPoeSentCnt interface{} // PKT FPOE ADDR RNG HIT CNT. The type is interface{} with range: // 0..18446744073709551615. PktFpoeAddrRngHitCnt interface{} // DI HDR LEN ERR PKT CNT. The type is interface{} with range: // 0..18446744073709551615. DiHdrLenErrPktCnt interface{} // DI ERR PKT CNT. The type is interface{} with range: // 0..18446744073709551615. DiErrPktCnt interface{} // FPOE MEM ECC 1BIT ERR CNT. The type is interface{} with range: // 0..18446744073709551615. FpoeMemEcc1bitErrCnt interface{} // FPOE MEM ECC 2BIT ERR CNT. The type is interface{} with range: // 0..18446744073709551615. FpoeMemEcc2bitErrCnt interface{} // PKTS SENT TO MX CNT. The type is interface{} with range: // 0..18446744073709551615. PktsSentToMxCnt interface{} // CPP HEAD DROP PKT FROM MA CNT. The type is interface{} with range: // 0..18446744073709551615. CppHeadDropPktFromMaCnt interface{} // TR HEAD DROP PKT FROM MA CNT. The type is interface{} with range: // 0..18446744073709551615. TrHeadDropPktFromMaCnt interface{} // TR PKT SENT TO MX. The type is interface{} with range: // 0..18446744073709551615. TrPktSentToMx interface{} // STOP THRSH HIT CNT. The type is interface{} with range: // 0..18446744073709551615. StopThrshHitCnt interface{} // RATE CNT. The type is interface{} with range: 0..18446744073709551615. RateCnt interface{} // calc rate. The type is interface{} with range: 0..18446744073709551615. CalcRate interface{} // CRC STOMP PKT CNT. The type is interface{} with range: // 0..18446744073709551615. CrcStompPktCnt interface{} }
CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_PiMcStats pi mc stats
func (*CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_PiMcStats) GetEntityData ¶
func (piMcStats *CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_PiMcStats) GetEntityData() *types.CommonEntityData
type CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_PiStats ¶
type CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_PiStats struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // TOTAL RATE1 CNT. The type is interface{} with range: // 0..18446744073709551615. TotalRate1Cnt interface{} // TOTAL RATE2 CNT. The type is interface{} with range: // 0..18446744073709551615. TotalRate2Cnt interface{} // TOTAL RATE3 CNT. The type is interface{} with range: // 0..18446744073709551615. TotalRate3Cnt interface{} // total calc rate. The type is interface{} with range: // 0..18446744073709551615. TotalCalcRate interface{} }
CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_PiStats pi stats
func (*CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_PiStats) GetEntityData ¶
func (piStats *CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_PiStats) GetEntityData() *types.CommonEntityData
type CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_PiUcStats ¶
type CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_PiUcStats struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // PKT RCV CNT. The type is interface{} with range: 0..18446744073709551615. PktRcvCnt interface{} // PKT SEQ ERR CNT. The type is interface{} with range: // 0..18446744073709551615. PktSeqErrCnt interface{} // INCOMING PKT ERR CNT. The type is interface{} with range: // 0..18446744073709551615. InComingPktErrCnt interface{} // MIN PKT LEN ERR CNT. The type is interface{} with range: // 0..18446744073709551615. MinPktLenErrCnt interface{} // MAX PKT LEN ERR CNT. The type is interface{} with range: // 0..18446744073709551615. MaxPktLenErrCnt interface{} // LINE ERR DRP PKT. The type is interface{} with range: // 0..18446744073709551615. LineErrDrpPkt interface{} // PKT CRC ERR CNT. The type is interface{} with range: // 0..18446744073709551615. PktCrcErrCnt interface{} // PKT CFH CRC ERR CNT. The type is interface{} with range: // 0..18446744073709551615. PktCfhCrcErrCnt interface{} // LINES WRITTEN IN MEM0. The type is interface{} with range: // 0..18446744073709551615. LineSWrittenInMem0 interface{} // LINES WRITTEN IN MEM1. The type is interface{} with range: // 0..18446744073709551615. LineSWrittenInMem1 interface{} // LINES WRITTEN IN MEM2. The type is interface{} with range: // 0..18446744073709551615. LineSWrittenInMem2 interface{} // TAIL DRP PKT CNT. The type is interface{} with range: // 0..18446744073709551615. TailDrpPktCnt interface{} // UC0 DATA MEM ECC 1BIT ERR CNT. The type is interface{} with range: // 0..18446744073709551615. Uc0DataMemEcc1bitErrCnt interface{} // UC1 DATA MEM ECC 1BIT ERR CNT. The type is interface{} with range: // 0..18446744073709551615. Uc1DataMemEcc1bitErrCnt interface{} // UC2 DATA MEM ECC 1BIT ERR CNT. The type is interface{} with range: // 0..18446744073709551615. Uc2DataMemEcc1bitErrCnt interface{} // UC0 DATA MEM ECC 2BIT ERR CNT. The type is interface{} with range: // 0..18446744073709551615. Uc0DataMemEcc2bitErrCnt interface{} // UC1 DATA MEM ECC 2BIT ERR CNT. The type is interface{} with range: // 0..18446744073709551615. Uc1DataMemEcc2bitErrCnt interface{} // UC2 DATA MEM ECC 2BIT ERR CNT. The type is interface{} with range: // 0..18446744073709551615. Uc2DataMemEcc2bitErrCnt interface{} // DIAG PKT CNT. The type is interface{} with range: 0..18446744073709551615. DiagPktCnt interface{} // PKT SENT TO DISABLED PORT CNT. The type is interface{} with range: // 0..18446744073709551615. PktSentToDisabledPortCnt interface{} // PKT NULL POE SENT UA0 CNT. The type is interface{} with range: // 0..18446744073709551615. PktNullPoeSentUa0Cnt interface{} // PKT NULL POE SENT UA1 CNT. The type is interface{} with range: // 0..18446744073709551615. PktNullPoeSentUa1Cnt interface{} // PKT NULL POE SENT UA2 CNT. The type is interface{} with range: // 0..18446744073709551615. PktNullPoeSentUa2Cnt interface{} // PKT FPOE ADDR RNG HIT CNT. The type is interface{} with range: // 0..18446744073709551615. PktFpoeAddrRngHitCnt interface{} // FPOE MEM ECC 1BIT ERR CNT. The type is interface{} with range: // 0..18446744073709551615. FpoeMemEcc1bitErrCnt interface{} // FPOE MEM ECC 2BIT ERR CNT. The type is interface{} with range: // 0..18446744073709551615. FpoeMemEcc2bitErrCnt interface{} // PKTS SENT TO UX0 CNT. The type is interface{} with range: // 0..18446744073709551615. PktsSentToUx0Cnt interface{} // PKTS SENT TO UX1 CNT. The type is interface{} with range: // 0..18446744073709551615. PktsSentToUx1Cnt interface{} // PKTS SENT TO UX2 CNT. The type is interface{} with range: // 0..18446744073709551615. PktsSentToUx2Cnt interface{} // CPP HEAD DROP PKT CNT. The type is interface{} with range: // 0..18446744073709551615. CppHeadDropPktCnt interface{} // TR HEAD DROP PKT CNT. The type is interface{} with range: // 0..18446744073709551615. TrHeadDropPktCnt interface{} // TR PKT SENT TO UX. The type is interface{} with range: // 0..18446744073709551615. TrPktSentToUx interface{} // STOP THRSH HIT CNT. The type is interface{} with range: // 0..18446744073709551615. StopThrshHitCnt interface{} // RATE CNT. The type is interface{} with range: 0..18446744073709551615. RateCnt interface{} // calc rate. The type is interface{} with range: 0..18446744073709551615. CalcRate interface{} // CRC STOMP PKT CNT. The type is interface{} with range: // 0..18446744073709551615. CrcStompPktCnt interface{} }
CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_PiUcStats pi uc stats
func (*CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_PiUcStats) GetEntityData ¶
func (piUcStats *CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_PiUcStats) GetEntityData() *types.CommonEntityData
type CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_Ua0Stats ¶
type CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_Ua0Stats struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // DEST DROP PKT CNT. The type is interface{} with range: // 0..18446744073709551615. DestDropPktCnt interface{} // SRC DEST PKT CNT. The type is interface{} with range: // 0..18446744073709551615. SrcDestPktCnt interface{} // DEST SRC PKT CNT. The type is interface{} with range: // 0..18446744073709551615. DestSrcPktCnt interface{} // RCV PKT CNT. The type is interface{} with range: 0..18446744073709551615. RcvPktCnt interface{} // TX PKT CNT. The type is interface{} with range: 0..18446744073709551615. TxPktCnt interface{} // RX DROP PKT CNT. The type is interface{} with range: // 0..18446744073709551615. RxDropPktCnt interface{} // RX FABRIC TO CNT. The type is interface{} with range: // 0..18446744073709551615. RxFabricToCnt interface{} // ACK WAIT CNT. The type is interface{} with range: 0..18446744073709551615. AckWaitCnt interface{} }
CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_Ua0Stats ua0 stats
func (*CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_Ua0Stats) GetEntityData ¶
func (ua0Stats *CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_Ua0Stats) GetEntityData() *types.CommonEntityData
type CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_Ua1Stats ¶
type CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_Ua1Stats struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // DEST DROP PKT CNT. The type is interface{} with range: // 0..18446744073709551615. DestDropPktCnt interface{} // SRC DEST PKT CNT. The type is interface{} with range: // 0..18446744073709551615. SrcDestPktCnt interface{} // DEST SRC PKT CNT. The type is interface{} with range: // 0..18446744073709551615. DestSrcPktCnt interface{} // RCV PKT CNT. The type is interface{} with range: 0..18446744073709551615. RcvPktCnt interface{} // TX PKT CNT. The type is interface{} with range: 0..18446744073709551615. TxPktCnt interface{} // RX DROP PKT CNT. The type is interface{} with range: // 0..18446744073709551615. RxDropPktCnt interface{} // RX FABRIC TO CNT. The type is interface{} with range: // 0..18446744073709551615. RxFabricToCnt interface{} // ACK WAIT CNT. The type is interface{} with range: 0..18446744073709551615. AckWaitCnt interface{} }
CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_Ua1Stats ua1 stats
func (*CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_Ua1Stats) GetEntityData ¶
func (ua1Stats *CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_Ua1Stats) GetEntityData() *types.CommonEntityData
type CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_Ua2Stats ¶
type CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_Ua2Stats struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // DEST DROP PKT CNT. The type is interface{} with range: // 0..18446744073709551615. DestDropPktCnt interface{} // SRC DEST PKT CNT. The type is interface{} with range: // 0..18446744073709551615. SrcDestPktCnt interface{} // DEST SRC PKT CNT. The type is interface{} with range: // 0..18446744073709551615. DestSrcPktCnt interface{} // RCV PKT CNT. The type is interface{} with range: 0..18446744073709551615. RcvPktCnt interface{} // TX PKT CNT. The type is interface{} with range: 0..18446744073709551615. TxPktCnt interface{} // RX DROP PKT CNT. The type is interface{} with range: // 0..18446744073709551615. RxDropPktCnt interface{} // RX FABRIC TO CNT. The type is interface{} with range: // 0..18446744073709551615. RxFabricToCnt interface{} // ACK WAIT CNT. The type is interface{} with range: 0..18446744073709551615. AckWaitCnt interface{} }
CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_Ua2Stats ua2 stats
func (*CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_Ua2Stats) GetEntityData ¶
func (ua2Stats *CrossBarStats_Nodes_Node_CrossBarTable_Sm15Stats_Sm15Stat_Ua2Stats) GetEntityData() *types.CommonEntityData