InlineNodeStatusProperties1

InlineNodeStatusProperties1
InlineNodeStatusProperties1
JSON Example
{
    "cpu_cores": 0,
    "cpu_sockets": 0,
    "cpu_usage": {
        "avg_cpu_core_usage_dpdk": "number",
        "avg_cpu_core_usage_non_dpdk": "number",
        "highest_cpu_core_usage_dpdk": "number",
        "highest_cpu_core_usage_non_dpdk": "number"
    },
    "dfw_heap_memory_usage": [
        "DfwHeapMemoryUsage Object"
    ],
    "disk_space_total": 0,
    "disk_space_used": 0,
    "dpdk_cpu_cores": 0,
    "dpus": [
        "DpuStatusProperties Object"
    ],
    "edge_mem_usage": "EdgeTransportNodeMemoryUsage Object",
    "file_systems": [
        "NodeFileSystemProperties Object"
    ],
    "hostname": "string",
    "load_average": [
        "number"
    ],
    "mem_cache": 0,
    "mem_total": 0,
    "mem_used": 0,
    "non_dpdk_cpu_cores": 0,
    "remote_logging_server_configured": false,
    "source": "string",
    "swap_total": 0,
    "swap_used": 0,
    "system_time": 0,
    "uptime": 0
}
integer As int64 As int64
cpu_cores
Optional

Number of CPU cores on the system

integer As int64 As int64
cpu_sockets
Optional

Number of CPU sockets on the system

cpu_usage
Optional

CPU usage of DPDK and non-DPDK cores

dfw_heap_memory_usage
Optional

dfw_heap_memory_usage

integer As int64 As int64
disk_space_total
Optional

Amount of disk space available on the system, in kilobytes.

integer As int64 As int64
disk_space_used
Optional

Amount of disk space in use on the system, in kilobytes

integer As int64 As int64
dpdk_cpu_cores
Optional

Number of DPDK cores on Edge Node which are used for packet IO processing.

dpus
Optional

Data processing units on the system

edge_mem_usage
Optional

Point in time usage of system, datapath, swap and cache memory in edge node.

file_systems
Optional

File systems configured on the system

string
hostname
Optional

Host name of the system

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

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

integer As int64 As int64
non_dpdk_cpu_cores
Optional

Number of non-DPDK cores on Edge Node.

boolean
remote_logging_server_configured
Optional

Indicates if remote logging server is configured.

string
source
Optional

Source of status data.

Possible values are : realtime, cached,
integer As int64 As int64
swap_total
Optional

Amount of disk available for swap, in kilobytes

integer As int64 As int64
swap_used
Optional

Amount of swap disk in use, in kilobytes

integer As int64 As int64
system_time
Optional

Current time expressed in milliseconds since epoch

integer As int64 As int64
uptime
Optional

Milliseconds since system start