NSX-T Data Center REST API
PhysicalPortQueueStats (type)
{ "additionalProperties": false, "description": "Provides the packet statistics for individual queues of a physical port since the port uptime. The statistics will be reset on edge reboot or edge dataplane restart. - Total number of incoming packets in the queue. - Total number of outgoing packets in the queue. - Total number of dropped packets in the queue.", "id": "PhysicalPortQueueStats", "properties": { "id": { "readonly": true, "title": "Queue ID", "type": "integer" }, "rx_bytes": { "description": "The total number of incoming packet bytes received in the queue. The counts are from the time the edge dataplane is UP and will be reset on edge reboot or edge dataplane restart.", "readonly": true, "title": "Bytes in", "type": "integer" }, "rx_errors": { "description": "The total number of erroneous incoming packets received in the queue. The counts are from the time the edge dataplane is UP and will be reset on edge reboot or edge dataplane restart.", "readonly": true, "title": "Rx errors", "type": "integer" }, "rx_packets": { "description": "The total number of incoming packets in the queue. The counts are from the time the edge dataplane is UP and will be reset on edge reboot or edge dataplane restart.", "readonly": true, "title": "Packets in", "type": "integer" }, "tx_bytes": { "description": "The total number of outgoing packet bytes transmitted from the queue. The counts are from the time the edge dataplane is UP and will be reset on edge reboot or edge dataplane restart.", "readonly": true, "title": "Bytes out", "type": "integer" }, "tx_drops": { "description": "The total number of outgoing packets dropped due to buffer overflow. The counts are from the time the edge dataplane is UP and will be reset on edge reboot or edge dataplane restart.", "readonly": true, "title": "Tx drops", "type": "integer" }, "tx_packets": { "description": "The total number of outgoing packets transmitted from the queue. The counts are from the time the edge dataplane is UP and will be reset on edge reboot or edge dataplane restart.", "readonly": true, "title": "Packets out", "type": "integer" } }, "title": "Physical port queue statistics", "type": "object" }