NSX-T Data Center REST API

EdgeTransportNodeMemoryUsage (type)

{
  "additionalProperties": false,
  "description": "Point in time usage of system, datapath, swap and cache memory in edge node.",
  "id": "EdgeTransportNodeMemoryUsage",
  "module_id": "ApplianceStats",
  "properties": {
    "cache_usage": {
      "description": "Percentage of RAM on the system that can be flushed out to disk.",
      "readonly": true,
      "title": "Percentage of RAM on the system that can be flushed out to disk",
      "type": "number"
    },
    "datapath_mem_usage_details": {
      "$ref": "EdgeTransportNodeDatapathMemoryUsage",
      "description": "Detailed view of the datapath memory usage. Details out the heap and per memory pool point in time usage.",
      "readonly": true,
      "title": "Detailed view of the datapath memory usage. Details out the heap and per memory pool usage"
    },
    "datapath_total_usage": {
      "description": "Percentage of memory in use by datapath processes which includes RES and hugepage memory.",
      "readonly": true,
      "title": "Percentage of memory in use by datapath processes",
      "type": "number"
    },
    "swap_usage": {
      "description": "Percentage of swap disk in use.",
      "readonly": true,
      "title": "Percentage of swap disk in use",
      "type": "number"
    },
    "system_mem_usage": {
      "description": "Percentage of RAM in use on edge node.",
      "readonly": true,
      "title": "Percentage of RAM in use on edge node",
      "type": "number"
    }
  },
  "title": "Memory usage details of edge node",
  "type": "object"
}