EdgeTransportNodeMemoryUsage
EdgeTransportNodeMemoryUsage
Point in time usage of system, datapath, swap and cache memory in edge node.
JSON Example
{
"cache_usage": "number",
"datapath_mem_usage_details": {
"datapath_heap_usage": "number",
"datapath_mem_pools_usage": [
{
"description": "string",
"name": "string",
"usage": "number"
}
],
"highest_datapath_mem_pool_usage": "number",
"highest_datapath_mem_pool_usage_names": [
"string"
]
},
"datapath_total_usage": "number",
"swap_usage": "number",
"system_mem_usage": "number"
}
number
cache_usage
Optional
Percentage of RAM on the system that can be flushed out to disk.
datapath_mem_usage_details
Optional
Detailed view of the datapath memory usage. Details out the heap and per memory pool point in time usage.
number
datapath_total_usage
Optional
Percentage of memory in use by datapath processes which includes RES and hugepage memory.
number
swap_usage
Optional
Percentage of swap disk in use.
number
system_mem_usage
Optional
Percentage of RAM in use on edge node.