NSX-T Data Center REST API
NodeInterfaceStatisticsProperties (type)
{ "additionalProperties": false, "description": "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.", "extends": { "$ref": "Resource }, "id": "NodeInterfaceStatisticsProperties", "module_id": "ApplianceStats", "properties": { "_links": { "description": "The server will populate this field when returing the resource. Ignored on PUT and POST.", "items": { "$ref": "ResourceLink }, "readonly": true, "title": "References related to this resource", "type": "array" }, "_schema": { "readonly": true, "title": "Schema for this resource", "type": "string" }, "_self": { "$ref": "SelfResourceLink, "readonly": true, "title": "Link to this resource" }, "interface_id": { "title": "Interface ID", "type": "string" }, "rx_bytes": { "description": "The total number of bytes received on the interface since the uptime. This will be reset on transport node restart.", "title": "Bytes in", "type": "integer" }, "rx_drop_no_match": { "description": "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.", "title": "Rx drop no match", "type": "integer" }, "rx_dropped": { "title": "Total packets dropped since the uptime", "type": "integer" }, "rx_errors": { "description": "The total number of erroneous incoming packets received on the interface since the uptime. This will be reset on transport node restart.", "title": "Rx errors", "type": "integer" }, "rx_frame": { "description": "Total framing error packets since the uptime. Available only for Host Transport Node.", "title": "Total framing error packets since the uptime", "type": "integer" }, "rx_misses": { "description": "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.", "title": "Rx misses", "type": "integer" }, "rx_nombufs": { "description": "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.", "title": "Rx no mBufs", "type": "integer" }, "rx_packets": { "description": "The total number of incoming packets on the interface since the uptime. This will be reset on transport node restart.", "title": "Packets in", "type": "integer" }, "source": { "$ref": "DataSourceType, "title": "Source of status data." }, "tx_bytes": { "description": "The total number of bytes transmitted from the interface since the uptime. This will be reset on transport node restart.", "title": "Tx Bytes", "type": "integer" }, "tx_carrier": { "description": "Total packets for carrier losses detected on transmit. Available only for Host Transport Node.", "title": "Total packets for carrier losses detected on transmit", "type": "integer" }, "tx_colls": { "description": "Total packets for collisions detected on transmit. Available only for Host Transport Node.", "title": "Total packets for collisions detected on transmit", "type": "integer" }, "tx_dropped": { "title": "Total packets dropped on transmit since the uptime", "type": "integer" }, "tx_drops": { "description": "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.", "title": "Tx drops", "type": "integer" }, "tx_errors": { "description": "The total number of erroneous packets failed to be transmitted since the uptime. This will be reset on transport node restart.", "title": "Tx errors", "type": "integer" }, "tx_packets": { "description": "The total number of outgoing packets transmitted from the interface since the uptime. This will be reset on transport node restart.", "title": "Packets out", "type": "integer" } }, "title": "Node network interface statistics", "type": "object" }