PhysicalPortQueueStats

PhysicalPortQueueStats
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.
JSON Example
{
    "id": 0,
    "rx_bytes": 0,
    "rx_errors": 0,
    "rx_packets": 0,
    "tx_bytes": 0,
    "tx_drops": 0,
    "tx_packets": 0
}
integer As int64 As int64
id
Optional

Queue ID

integer As int64 As int64
rx_bytes
Optional

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 As int64 As int64
rx_errors
Optional

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 As int64 As int64
rx_packets
Optional

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 As int64 As int64
tx_bytes
Optional

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 As int64 As int64
tx_drops
Optional

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 As int64 As int64
tx_packets
Optional

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.