DpuStatusProperties

DpuStatusProperties
DpuStatusProperties

Data processing unit status properties

JSON Example
{
    "cpu_cores": 0,
    "dpu_alias": "string",
    "dpu_id": "string",
    "load_average": [
        "number"
    ],
    "mem_cache": 0,
    "mem_total": 0,
    "mem_used": 0
}
integer As int64 As int64
cpu_cores
Optional

The number of CPU cores on the system.

string
dpu_alias
Optional

DPU alias

string
dpu_id
Optional

Data processing unit ID

array of number
load_average
Optional

One, five, and fifteen minute load averages for the system.

integer As int64 As int64
mem_cache
Optional

Amount of RAM on the system that can be flushed out to disk, in kilobytes.

integer As int64 As int64
mem_total
Optional

System Amount of RAM allocated to the system, in kilobytes.

integer As int64 As int64
mem_used
Optional

Amount of RAM in use on the system, in kilobytes.