ProcessInfo

ProcessInfo
ProcessInfo
JSON Example
{
    "current_process_id": "number",
    "current_process_mem_usage": "number",
    "intimation_count": "number",
    "memory_limit": "number",
    "memory_trend_usage": "string",
    "process_mode": "string",
    "threshold_percent": "number"
}
number As double As double
current_process_id
Optional

Current Process ID. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

number As double As double
current_process_mem_usage
Optional

Total memory usage of process in KBs. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

number As double As double
intimation_count
Optional

Number of times the process has been in current ProcessMode. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

number As double As double
memory_limit
Optional

Memory limit for process in KBs. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

string
memory_trend_usage
Optional

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

string
process_mode
Optional

Current mode of 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.

number As double As double
threshold_percent
Optional

Percentage of memory used out of given limits. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.