DfwHeapMemoryUsage
DfwHeapMemoryUsage
Distributed Firewall heap memory utilization.
JSON Example
{
"description": "string",
"name": "string",
"total_mb": 0,
"usage_pct": "number",
"used_mb": 0
}
string
description
Optional
Description of the DFW module.
string
name
Optional
Name of the DFW heap on specified host.
integer As int64
As int64
total_mb
Optional
Total size of heap for the specified heap in mb units.
number
usage_pct
Optional
Percentage of heap utilized for specific heap.
integer As int64
As int64
used_mb
Optional
Utilized size of heap for the specified heap in mb units.