EdgeTransportNodeDatapathMemoryUsage
EdgeTransportNodeDatapathMemoryUsage
Detailed view of the datapath memory usage. Details out the heap and per memory pool point in time usage.
JSON Example
{
"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"
]
}
number
datapath_heap_usage
Optional
Percentage of heap memory in use.
datapath_mem_pools_usage
Optional
datapath_mem_pools_usage
number
highest_datapath_mem_pool_usage
Optional
Highest percentage usage value among datapath memory pools.
array of
string
highest_datapath_mem_pool_usage_names
Optional
List of datapath memory pool(s) with highest usage.