MemoryBalancerInfo

MemoryBalancerInfo
MemoryBalancerInfo
JSON Example
{
    "child": [
        {
            "memory": 0,
            "pid": 0
        }
    ],
    "controller_memory": 0,
    "controller_memory_usage_percent": "number",
    "debug_message": "string",
    "limit": 0,
    "memory_used": 0,
    "pid": 0,
    "process": "string",
    "process_mode": "string",
    "process_trend": "string",
    "task_queue_length": 0,
    "threshold_percent": "number"
}
child
Optional

Child process information. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

integer As int32 As int32
controller_memory
Optional

Current controller memory (in GB) usage. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

number As double As double
controller_memory_usage_percent
Optional

Percent usage of total controller memory. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

string
debug_message
Optional

Holder for debug message. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

integer As uint32 As uint32
limit
Optional

Limit on the memory (in KB) for the Process. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

integer As uint32 As uint32
memory_used
Optional

Amount of memory (in KB) used by the Process. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

integer As uint32 As uint32
pid
Optional

PID of the Process. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

string
process
Optional

Name of the Process. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

string
process_mode
Optional

Current mode of the process. Enum options - REGULAR, DEBUG, DEGRADED, STOP. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

string
process_trend
Optional

Current usage trend of the process. Enum options - UPWARD, DOWNWARD, NEUTRAL. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

integer As uint64 As uint64
task_queue_length
Optional

Size of the task queue usage. Field introduced in 30.2.1, 31.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

number As double As double
threshold_percent
Optional

Percent usage of the process limit. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

Property Of