Last updated 2 months ago
Retrieve the framebuffer memory usage rate for each GPU.
OK
Target Metrics
Timestamp
1727158980
GPU Framebuffer memory usage rate
0
const response = await fetch('/v1/monitoring-gpu/metric/memory-rate/result/current?clusterIds=text', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "metrics": { "cluster": "gpu-cluster", "node": "cocktail-gpu-node-1u" }, "timestamp": 1727158980, "value": 0 } ]