Last updated 6 months ago
Was this helpful?
Retrieve the framebuffer memory usage trend per minute for each GPU.
Cluster Id
Start date for the query
End date for the query
curl -L \ --url '/v1/monitoring-gpu/metric/memory/result/transition?clusterIds=text&start=text&end=text'
[ { "metrics": { "cluster": "gpu-cluster", "gpu": "0", "model": "", "node": "cocktail-gpu-node-1" }, "samples": [ 0, 17, 0 ], "timestamps": [ 1727156220, 1727156280, 1727156340 ], "values": null } ]