InlineApplianceProcessData1
InlineApplianceProcessData1
JSON Example
{
"id": "string",
"name": "string",
"timestamp": 0,
"top_process_by_cpu_count": 0,
"top_process_by_cpu_list": [
{
"command": "string",
"cpu_usage": "number",
"memory_usage": "number",
"nice_value": "string",
"process_id": "string",
"resident_memory_size": "number",
"shared_memory_size": "number",
"user": "string",
"virtual_memory_size": "number"
}
],
"top_process_by_mem_count": 0,
"top_process_by_mem_list": [
"ProcessInformation Object"
]
}
string
id
Optional
Display the Appliance id.
string
name
Optional
Display the appliance name.
integer As int64
As int64
timestamp
Optional
Timestamp of last modification.
integer As int64
As int64
top_process_by_cpu_count
Optional
Display the total count of process.
integer As int64
As int64
top_process_by_mem_count
Optional
Display the total count of process.
array of
ProcessInformation
top_process_by_mem_list
Optional
Display the top process list by memory.