FpCounters

FpCounters
FpCounters
JSON Example
{
    "rx_bytes": 0,
    "rx_drops": 0,
    "rx_drops_sp": 0,
    "rx_drops_uplink": 0,
    "rx_pkts": 0,
    "rx_pkts_sp": 0,
    "rx_pkts_uplink": 0,
    "tx_bytes": 0,
    "tx_drops": 0,
    "tx_drops_sp": 0,
    "tx_drops_uplink": 0,
    "tx_pkts": 0,
    "tx_pkts_sp": 0,
    "tx_pkts_uplink": 0
}
integer As int64 As int64
rx_bytes
Optional

Count of rx bytes of ENS-Fastpath/FC-lookup.

integer As int64 As int64
rx_drops
Optional

Count of rx packet drops of ENS Fastpath / Not applicable for FC Module.

integer As int64 As int64
rx_drops_sp
Optional

Count of rx pkts drops of slowpath / Not applicable for FC Module.

integer As int64 As int64
rx_drops_uplink
Optional

Count of rx packet drops of ENS Uplink / Not applicable for FC Module.

integer As int64 As int64
rx_pkts
Optional

Count of rx packets of ENS Fastpath / Count of rx packets at FC lookup of vnic.

integer As int64 As int64
rx_pkts_sp
Optional

Count of rx pkt of slowpath / Not applicable for FC Module.

integer As int64 As int64
rx_pkts_uplink
Optional

Count of rx packets of ENS Uplink / Count of rx packets at FC lookup of Uplink.

integer As int64 As int64
tx_bytes
Optional

Count of tx bytes of ENS/FC Fastpath

integer As int64 As int64
tx_drops
Optional

Count of tx packet drops of ENS Fastpath / Count of packets dropped at FC lookup of vnic

integer As int64 As int64
tx_drops_sp
Optional

Count of tx pkts drops by slowpath / Not applicable for FC Module.

integer As int64 As int64
tx_drops_uplink
Optional

Count of tx packet drops of ENS Uplink / Count of packets dropped at FC lookup of Uplink.

integer As int64 As int64
tx_pkts
Optional

Count of tx packets of ENS Fastpath / Count of packets going through FC fastpath at vnic.

integer As int64 As int64
tx_pkts_sp
Optional

Count of tx pkts of ENS/FC slowpath

integer As int64 As int64
tx_pkts_uplink
Optional

Count of tx packets of ENS Uplink / Count of packets going through FC fastpath at Uplink.