NSX-T Data Center REST API

AdfMetricsData (type)

{
  "additionalProperties": false, 
  "id": "AdfMetricsData", 
  "properties": {
    "cpu_hit_rate": {
      "description": "Metrics applicable for CPU cache hit rate (DPDK cores only)", 
      "items": {
        "$ref": "AdfMetricsItem
      }, 
      "title": "CPU Hit Rate Metrics", 
      "type": "array"
    }, 
    "cpu_pps": {
      "description": "Metrics applicable for CPU packets per second (DPDK cores only)", 
      "items": {
        "$ref": "AdfMetricsItem
      }, 
      "title": "CPU PPS Metrics", 
      "type": "array"
    }, 
    "cpu_usage": {
      "description": "Metrics applicable for CPU usage (all DPDK and non-DPDK cores)", 
      "items": {
        "$ref": "AdfMetricsItem
      }, 
      "title": "CPU Usage Metrics", 
      "type": "array"
    }, 
    "phy_port_stats": {
      "description": "Metrics applicable for physical port statistics (all ports)", 
      "items": {
        "$ref": "AdfMetricsItem
      }, 
      "title": "Physical Port Stats Metrics", 
      "type": "array"
    }, 
    "phy_port_throughput": {
      "description": "Metrics applicable for physical port throughput (all ports)", 
      "items": {
        "$ref": "AdfMetricsItem
      }, 
      "title": "Physical Port Throughput Metrics", 
      "type": "array"
    }
  }, 
  "title": "Dataplane metrics organized by chart type", 
  "type": "object"
}