InlineNodeInterfaceStatisticsProperties1

InlineNodeInterfaceStatisticsProperties1
InlineNodeInterfaceStatisticsProperties1
JSON Example
{
    "interface_id": "string",
    "rx_bytes": 0,
    "rx_drop_no_match": 0,
    "rx_dropped": 0,
    "rx_errors": 0,
    "rx_frame": 0,
    "rx_misses": 0,
    "rx_nombufs": 0,
    "rx_packets": 0,
    "source": "string",
    "tx_bytes": 0,
    "tx_carrier": 0,
    "tx_colls": 0,
    "tx_dropped": 0,
    "tx_drops": 0,
    "tx_errors": 0,
    "tx_packets": 0
}
string
interface_id
Optional

Interface ID

integer As int64 As int64
rx_bytes
Optional

The total number of bytes received on the interface since the uptime. This will be reset on transport node restart.

integer As int64 As int64
rx_drop_no_match
Optional

The total number of packets dropped on the edge transport node interface since the uptime due to one of the below reasons.

  • MAC lookup failure.
  • If logical service interface receives a packet which is not destined for the service.

This will be reset on edge reboot or edge dataplane restart.

integer As int64 As int64
rx_dropped
Optional

Total packets dropped since the uptime

integer As int64 As int64
rx_errors
Optional

The total number of erroneous incoming packets received on the interface since the uptime. This will be reset on transport node restart.

integer As int64 As int64
rx_frame
Optional

Total framing error packets since the uptime. Available only for Host Transport Node.

integer As int64 As int64
rx_misses
Optional

The Total number of incoming packets dropped on the edge transport node interface since the uptime.For DPDK interface this could be due to Rx buffer overflow or busy Fast Path(FP) core. This will be reset on edge reboot or edge dataplane restart.

integer As int64 As int64
rx_nombufs
Optional

The total number of incoming packets dropped on the edge transport node interface since the uptime due to Rx mBuf allocation failure. This will be reset on edge reboot or edge dataplane restart.

integer As int64 As int64
rx_packets
Optional

The total number of incoming packets on the interface since the uptime. This will be reset on transport node restart.

string
source
Optional

Source of status data.

Possible values are : realtime, cached,
integer As int64 As int64
tx_bytes
Optional

The total number of bytes transmitted from the interface since the uptime. This will be reset on transport node restart.

integer As int64 As int64
tx_carrier
Optional

Total packets for carrier losses detected on transmit. Available only for Host Transport Node.

integer As int64 As int64
tx_colls
Optional

Total packets for collisions detected on transmit. Available only for Host Transport Node.

integer As int64 As int64
tx_dropped
Optional

Total packets dropped on transmit since the uptime

integer As int64 As int64
tx_drops
Optional

The total number of outgoing packets dropped on the DPDK interface of the edge transport node due to Tx buffer overflow since the uptime. The vmxnet3 backend or physical NIC is not able to process all the packets that edge is attempting to send out. This will be reset on edge reboot or edge dataplane restart.

integer As int64 As int64
tx_errors
Optional

The total number of erroneous packets failed to be transmitted since the uptime. This will be reset on transport node restart.

integer As int64 As int64
tx_packets
Optional

The total number of outgoing packets transmitted from the interface since the uptime. This will be reset on transport node restart.