InlineNodeStatusProperties1

InlineNodeStatusProperties1
InlineNodeStatusProperties1
JSON Example
{
    "load_average": [
        "number"
    ],
    "swap_used": 0,
    "mem_used": 0,
    "swap_total": 0,
    "system_time": 0,
    "cpu_cores": 0,
    "uptime": 0,
    "mem_cache": 0,
    "mem_total": 0,
    "file_systems": [
        {
            "mount": "string",
            "total": 0,
            "type": "string",
            "file_system": "string",
            "used": 0
        }
    ],
    "source": "string"
}
array of number
load_average
Optional

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

integer As int64 As int64
swap_used
Optional

Amount of swap disk in use, 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
swap_total
Optional

Amount of disk available for swap, in kilobytes

integer As int64 As int64
system_time
Optional

Current time expressed in milliseconds since epoch

integer As int64 As int64
cpu_cores
Optional

Number of CPU cores on the system

integer As int64 As int64
uptime
Optional

Milliseconds since system start

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

file_systems
Optional

File systems configured on the system

string
source
Optional

Source of status data.

Possible values are : realtime, cached,