GPU Framebuffer Memory Usage
Retrieve the framebuffer memory usage rate for each GPU.
Query parameters
clusterIdsstringRequired
Cluster Id
Responses
200
OK
*/*
get
/v1/monitoring-gpu/metric/memory-rate/result/currentGET /v1/monitoring-gpu/metric/memory-rate/result/current?clusterIds=text HTTP/1.1
Host: 
Accept: */*
200
OK
[
  {
    "metrics": {
      "cluster": "gpu-cluster",
      "node": "cocktail-gpu-node-1u"
    },
    "timestamp": 1727158980,
    "value": 0
  }
]Last updated
Was this helpful?
