PhysicalPortQueueStats
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": 0,
"rx_bytes": 0,
"rx_errors": 0,
"rx_packets": 0,
"tx_bytes": 0,
"tx_drops": 0,
"tx_packets": 0
}
Queue ID
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.
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.
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.
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.
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.
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.