NSX-T Data Center REST API
PhysicalPortQueueStats (schema)
Physical port queue statistics
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.
Name | Description | Type | Notes |
---|---|---|---|
id | Queue ID | integer | Readonly |
rx_bytes | Bytes in 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. |
integer | Readonly |
rx_errors | Rx errors 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. |
integer | Readonly |
rx_packets | Packets in 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. |
integer | Readonly |
tx_bytes | Bytes out 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. |
integer | Readonly |
tx_drops | Tx drops 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. |
integer | Readonly |
tx_packets | Packets out 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. |
integer | Readonly |