PhysicalPortStats (type)

{
  "additionalProperties": false, 
  "id": "PhysicalPortStats", 
  "properties": {
    "name": {
      "readonly": true, 
      "title": "Name", 
      "type": "string"
    }, 
    "queues": {
      "items": {
        "$ref": "PhysicalPortQueueStats
      }, 
      "title": "List of statistics per queue", 
      "type": "array"
    }, 
    "rx_bytes": {
      "readonly": true, 
      "title": "Number of received bytes", 
      "type": "integer"
    }, 
    "rx_errors": {
      "readonly": true, 
      "title": "Number of receive errors", 
      "type": "integer"
    }, 
    "rx_misses": {
      "readonly": true, 
      "title": "Number of receive misses", 
      "type": "integer"
    }, 
    "rx_nombufs": {
      "readonly": true, 
      "title": "Number of received packets dropped due to lack of mbufs", 
      "type": "integer"
    }, 
    "rx_packets": {
      "readonly": true, 
      "title": "Number of received packets", 
      "type": "integer"
    }, 
    "tx_bytes": {
      "readonly": true, 
      "title": "Number of transmitted bytes", 
      "type": "integer"
    }, 
    "tx_drops": {
      "readonly": true, 
      "title": "Number of transmit drops", 
      "type": "integer"
    }, 
    "tx_errors": {
      "readonly": true, 
      "title": "Number of transmit errors", 
      "type": "integer"
    }, 
    "tx_packets": {
      "readonly": true, 
      "title": "Number of transmitted packets", 
      "type": "integer"
    }
  }, 
  "title": "Physical port statistics", 
  "type": "object"
}