NSX-T Data Center REST API

PlatformNetworkThreadCpuStats (type)

{
  "id": "PlatformNetworkThreadCpuStats", 
  "module_id": "ObservabilityCounters", 
  "properties": {
    "hist_0_pct": {
      "description": "Number of network threads in the group with CPU utilization between 0% and 25%.", 
      "required": false, 
      "type": "int"
    }, 
    "hist_25_pct": {
      "description": "Number of network threads in the group with CPU utilization between 25% and 50%.", 
      "required": false, 
      "type": "int"
    }, 
    "hist_50_pct": {
      "description": "Number of network threads in the group with CPU utilization between 50% and 70%.", 
      "required": false, 
      "type": "int"
    }, 
    "hist_70_pct": {
      "description": "Number of network threads in the group with CPU utilization between 70% and 80%.", 
      "required": false, 
      "type": "int"
    }, 
    "hist_80_pct": {
      "description": "Number of network threads in the group with CPU utilization between 80% and 85%.", 
      "required": false, 
      "type": "int"
    }, 
    "hist_85_pct": {
      "description": "Number of network threads in the group with CPU utilization between 85% and 90%.", 
      "required": false, 
      "type": "int"
    }, 
    "hist_90_pct": {
      "description": "Number of network threads in the group with CPU utilization between 90% and 95%.", 
      "required": false, 
      "type": "int"
    }, 
    "hist_95_pct": {
      "description": "Number of network threads in the group with CPU utilization between 95% and 97%.", 
      "required": false, 
      "type": "int"
    }, 
    "hist_97_pct": {
      "description": "Number of network threads in the group with CPU utilization between 97% and 99%.", 
      "required": false, 
      "type": "int"
    }, 
    "hist_99_pct": {
      "description": "Number of network threads in the group with CPU utilization > 99%.", 
      "required": false, 
      "type": "int"
    }, 
    "max_cpu": {
      "description": "Maximum CPU utilization of network threads in the group.", 
      "required": false, 
      "type": "number"
    }, 
    "min_cpu": {
      "description": "Minimum CPU utilization of network threads in the group.", 
      "required": false, 
      "type": "number"
    }, 
    "num_threads": {
      "description": "Number of network threads in the group.", 
      "required": false, 
      "type": "int"
    }, 
    "total_cpu": {
      "description": "Sum of CPU utilization of network threads in the group.", 
      "required": false, 
      "type": "number"
    }
  }, 
  "type": "object"
}