Last updated 1 month ago
Retrieve the Tensor Core usage trend per minute for each GPU.
OK
Target Metrics
GPU Tensor Core usage by timestamp
Timestamps per time interval
const response = await fetch('/v1/monitoring-gpu/metric/tensor/result/transition?clusterIds=text&start=text&end=text', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "metrics": { "cluster": "gpu-cluster", "gpu": "0", "model": "", "node": "cocktail-gpu-node-1" }, "samples": [ 0, 0, 0 ], "timestamps": [ 1727156220, 1727156280, 1727156340 ], "values": null } ]