CpuStats (type)

{
  "additionalProperties": false, 
  "id": "CpuStats", 
  "properties": {
    "core": {
      "description": "CPU id", 
      "readonly": true, 
      "title": "core id", 
      "type": "string"
    }, 
    "cpu_type": {
      "default": "controlpath_core", 
      "description": "cpu type, one of datapath_core, controlpath_core and service_core", 
      "enum": [
        "datapath_core", 
        "controlpath_core", 
        "service_core"
      ], 
      "readonly": true, 
      "title": "cpu type", 
      "type": "string"
    }, 
    "crypto": {
      "description": "CPU crypto usage(pps)", 
      "readonly": true, 
      "title": "CPU crypto usage", 
      "type": "string"
    }, 
    "intercore": {
      "description": "CPU intercore usage(pps)", 
      "readonly": true, 
      "title": "CPU intercore usage", 
      "type": "string"
    }, 
    "kni": {
      "description": "CPU kni usage(pps)", 
      "readonly": true, 
      "title": "CPU kni usage", 
      "type": "string"
    }, 
    "mega_flowcachestats": {
      "$ref": "FlowCacheStatistics, 
      "description": "Mega Flow cache statistics. All flow cache stats would be reset on Datapath restart.", 
      "readonly": true, 
      "title": "Flow cache stats", 
      "type": "object"
    }, 
    "micro_flowcachestats": {
      "$ref": "FlowCacheStatistics, 
      "description": "Micro Flow cache statistics. All flow cache stats would be reset on Datapath restart.", 
      "readonly": true, 
      "title": "Flow cache stats", 
      "type": "object"
    }, 
    "packet_processing_usage": {
      "description": "Datapath CPU packet processing usage(%)", 
      "readonly": true, 
      "title": "Datapath CPU packet processing usage", 
      "type": "string"
    }, 
    "rx": {
      "description": "CPU rx usage(pps)", 
      "readonly": true, 
      "title": "CPU rx usage", 
      "type": "string"
    }, 
    "slowpath": {
      "description": "CPU slowpath usage(pps)", 
      "readonly": true, 
      "title": "CPU slowpath usage", 
      "type": "string"
    }, 
    "tx": {
      "description": "CPU tx usage(pps)", 
      "readonly": true, 
      "title": "CPU tx usage", 
      "type": "string"
    }, 
    "usage": {
      "description": "CPU usage(%)", 
      "readonly": true, 
      "title": "CPU usage", 
      "type": "string"
    }
  }, 
  "type": "object"
}