NSX-T Data Center REST API

DfwHeapMemoryUsage (type)

{
  "additionalProperties": false,
  "description": "Distributed Firewall heap memory utilization.",
  "id": "DfwHeapMemoryUsage",
  "module_id": "ApplianceStats",
  "properties": {
    "description": {
      "description": "Description of the DFW module.",
      "readonly": true,
      "title": "Description of the DFW module",
      "type": "string"
    },
    "ever_time": {
      "description": "Time duration when last peak ever was observed for specific heap.",
      "readonly": true,
      "title": "Ever time for specific heap",
      "type": "string"
    },
    "name": {
      "description": "Name of the DFW heap on specified host.",
      "readonly": true,
      "title": "Name of the DFW module",
      "type": "string"
    },
    "peak_ever": {
      "description": "Number of times peak threshold reached for specific heap.",
      "readonly": true,
      "title": "Peak ever for specific heap",
      "type": "number"
    },
    "total_mb": {
      "description": "Total size of heap for the specified heap in mb units.",
      "readonly": true,
      "title": "Total size of heap for the specified heap in mb units",
      "type": "integer"
    },
    "usage_pct": {
      "description": "Percentage of heap utilized for specific heap.",
      "readonly": true,
      "title": "Percentage of heap utilized for specific heap",
      "type": "number"
    },
    "used_mb": {
      "description": "Utilized size of heap for the specified heap in mb units.",
      "readonly": true,
      "title": "Utilized size of heap for the specified heap in mb units",
      "type": "integer"
    }
  },
  "title": "DFW heap memory usage",
  "type": "object"
}