InlineNodeInterfaceStatisticsProperties1
{
"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
}
Interface ID
The total number of bytes received on the interface since the uptime. This will be reset on transport node restart.
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.
Total packets dropped since the uptime
The total number of erroneous incoming packets received on the interface since the uptime. This will be reset on transport node restart.
Total framing error packets since the uptime. Available only for Host Transport Node.
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.
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.
The total number of incoming packets on the interface since the uptime. This will be reset on transport node restart.
Source of status data.
The total number of bytes transmitted from the interface since the uptime. This will be reset on transport node restart.
Total packets for carrier losses detected on transmit. Available only for Host Transport Node.
Total packets for collisions detected on transmit. Available only for Host Transport Node.
Total packets dropped on transmit since the uptime
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.
The total number of erroneous packets failed to be transmitted since the uptime. This will be reset on transport node restart.
The total number of outgoing packets transmitted from the interface since the uptime. This will be reset on transport node restart.