Documentation ¶
Index ¶
Constants ¶
View Source
const ( Interfaces = iota Nodes Errors Memory Threads )
Index for each TableView. (total of 5 tabs)
View Source
const ( // RowsPerIface represents number of rows in the xtui table per interface RowsPerIface = 11 // RowsPerMemory represents number of rows in the xtui table per memory. RowsPerMemory = 8 )
View Source
const ( NodeStatNodeName = iota NodeStatNodeIndex NodeStatNodeClocks NodeStatNodeVectors NodeStatNodeCalls NodeStatNodeSuspends NodeStatNodeVC )
Mapped node stats fields
View Source
const ( IfaceStatIfaceName = iota IfaceStatIfaceIdx IfaceStatIfaceState IfaceStatIfaceMTUL3 IfaceStatIfaceMTUIP4 IfaceStatIfaceMTUIP6 IfaceStatIfaceMTUMPLS IfaceStatIfaceRxPackets IfaceStatIfaceRxBytes IfaceStatIfaceRxErrors IfaceStatIfaceRxUnicastPackets IfaceStatIfaceRxUnicastBytes IfaceStatIfaceRxMulticastPackets IfaceStatIfaceRxMulticastBytes IfaceStatIfaceRxBroadcastPackets IfaceStatIfaceRxBroadcastBytes IfaceStatIfaceTxPackets IfaceStatIfaceTxBytes IfaceStatIfaceTxErrors IfaceStatIfaceTxUnicastMissPackets IfaceStatIfaceTxUnicastMissBytes IfaceStatIfaceTxMulticastPackets IfaceStatIfaceTxMulticastBytes IfaceStatIfaceTxBroadcastPackets IfaceStatIfaceTxBroadcastBytes IfaceStatIfaceDrops IfaceStatIfacePunts IfaceStatIfaceIP4 IfaceStatIfaceIP6 )
Mapped interface stats fields
View Source
const ( ErrorStatErrorCounter = iota ErrorStatErrorNodeName ErrorStatErrorReason ErrorStatErrorSeverity )
Mapped error stats fields.
View Source
const ( MemoryStatName = iota MemoryStatID MemoryStatSize MemoryStatObjects MemoryStatUsed MemoryStatTotal MemoryStatFree MemoryStatReclaimed MemoryStatOverhead MemoryStatPages MemoryStatPageSize )
View Source
const NoColumn = -1
NoColumn indicates no column should be used.
Variables ¶
View Source
var Defs []api.HandlerDef
VPP API handler definition list determines supported versions - VPPs supported by Ligato VPP-Agent - VPPs supported by the local implementation
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.