NSX-T Data Center REST API

EdgeTransportNodeDatapathMemoryUsage (type)

{
  "additionalProperties": false,
  "description": "Detailed view of the datapath memory usage. Details out the heap and per memory pool point in time usage.",
  "id": "EdgeTransportNodeDatapathMemoryUsage",
  "module_id": "ApplianceStats",
  "properties": {
    "datapath_heap_usage": {
      "description": "Percentage of heap memory in use.",
      "readonly": true,
      "title": "Percentage of heap memory in use",
      "type": "number"
    },
    "datapath_mem_pools_usage": {
      "items": {
        "$ref": "EdgeTransportNodeDatapathMemoryPoolUsage",
        "description": "Per memory pool percentage in use.",
        "readonly": true,
        "title": "Per memory pool percentage in use"
      },
      "type": "array"
    },
    "highest_datapath_mem_pool_usage": {
      "description": "Highest percentage usage value among datapath memory pools.",
      "readonly": true,
      "title": "Highest percentage usage value among datapath memory pools",
      "type": "number"
    },
    "highest_datapath_mem_pool_usage_names": {
      "items": {
        "description": "List of datapath memory pool(s) with highest usage.",
        "readonly": true,
        "title": "Datapath memory pool(s) with highest usage",
        "type": "string"
      },
      "type": "array"
    }
  },
  "title": "Detailed view of the datapath memory usage. Details out the heap and per memory pool usage",
  "type": "object"
}