NSX-T Data Center REST API
NodeInterfaceStatisticsProperties (schema)
Node network interface statistics
Provides statistics of the specified network interface on a transport node
since the time the system has been UP. The statistics will be reset on transport
node restart. It includes the following information:
- Incoming packet count.
- Outgoing packet count.
- Dropped packet count.
- Error/Failure reason for the dropped packet.
Name | Description | Type | Notes |
---|---|---|---|
_links | References related to this resource The server will populate this field when returing the resource. Ignored on PUT and POST. |
array of ResourceLink | Readonly |
_schema | Schema for this resource | string | Readonly |
_self | Link to this resource | SelfResourceLink | Readonly |
interface_id | Interface ID | string | |
rx_bytes | Bytes in The total number of bytes received on the interface since the uptime. This will be reset on transport node restart. |
integer | |
rx_drop_no_match | Rx drop no match 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 | |
rx_dropped | Total packets dropped since the uptime | integer | |
rx_errors | Rx errors The total number of erroneous incoming packets received on the interface since the uptime. This will be reset on transport node restart. |
integer | |
rx_frame | Total framing error packets since the uptime Total framing error packets since the uptime. Available only for Host Transport Node. |
integer | |
rx_misses | Rx misses 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 | |
rx_nombufs | Rx no mBufs 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 | |
rx_packets | Packets in The total number of incoming packets on the interface since the uptime. This will be reset on transport node restart. |
integer | |
source | Source of status data. | DataSourceType | |
tx_bytes | Tx Bytes The total number of bytes transmitted from the interface since the uptime. This will be reset on transport node restart. |
integer | |
tx_carrier | Total packets for carrier losses detected on transmit Total packets for carrier losses detected on transmit. Available only for Host Transport Node. |
integer | |
tx_colls | Total packets for collisions detected on transmit Total packets for collisions detected on transmit. Available only for Host Transport Node. |
integer | |
tx_dropped | Total packets dropped on transmit since the uptime | integer | |
tx_drops | Tx drops 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 | |
tx_errors | Tx errors The total number of erroneous packets failed to be transmitted since the uptime. This will be reset on transport node restart. |
integer | |
tx_packets | Packets out The total number of outgoing packets transmitted from the interface since the uptime. This will be reset on transport node restart. |
integer |