DpuStatusProperties (type)

{
  "id": "DpuStatusProperties", 
  "module_id": "ApplianceStats", 
  "properties": {
    "cpu_cores": {
      "description": "The number of CPU cores on the system.", 
      "readonly": true, 
      "title": "CPU core count", 
      "type": "integer"
    }, 
    "dpu_id": {
      "readonly": true, 
      "title": "Data processing unit ID", 
      "type": "string"
    }, 
    "load_average": {
      "description": "One, five, and fifteen minute load averages for the system.", 
      "items": {
        "type": "number"
      }, 
      "readonly": true, 
      "title": "System load average", 
      "type": "array"
    }, 
    "mem_cache": {
      "description": "Amount of RAM on the system that can be flushed out to disk, in kilobytes.", 
      "readonly": true, 
      "title": "Cached RAM size in kilobytes", 
      "type": "integer"
    }, 
    "mem_total": {
      "description": "System Amount of RAM allocated to the system, in kilobytes.", 
      "readonly": true, 
      "title": "Total RAM size in kilobytes", 
      "type": "integer"
    }, 
    "mem_used": {
      "description": "Amount of RAM in use on the system, in kilobytes.", 
      "readonly": true, 
      "title": "Used RAM size in kilobytes", 
      "type": "integer"
    }
  }, 
  "title": "Data processing unit status properties", 
  "type": "object"
}