NSX-T Data Center REST API

PlatformCpuUsageDebugStats (type)

{
  "id": "PlatformCpuUsageDebugStats", 
  "module_id": "ObservabilityCounters", 
  "properties": {
    "host_net_thread_nioc": {
      "$ref": "PlatformNetworkThreadCpuStats, 
      "description": "NIOC platform network thread and cpu stats.", 
      "required": false
    }, 
    "host_net_thread_rx": {
      "$ref": "PlatformNetworkThreadCpuStats, 
      "description": "Received platform network thread and cpu stats.", 
      "required": false
    }, 
    "host_net_thread_tx": {
      "$ref": "PlatformNetworkThreadCpuStats, 
      "description": "Transmitted platform network thread and cpu stats.", 
      "required": false
    }, 
    "host_pcpu": {
      "$ref": "PlatformCpuStats, 
      "description": "Platform physical cpu stats.", 
      "required": false
    }, 
    "host_vcpu": {
      "$ref": "PlatformCpuStats, 
      "description": "Platform virtual cpu stats.", 
      "required": false
    }, 
    "last_update_timestamp": {
      "$ref": "EpochMsTimestamp, 
      "description": "Timestamp when the data was last updated; unset if data source has never updated the data.", 
      "readonly": true, 
      "required": false
    }
  }, 
  "type": "object"
}