Endpoint
By default the endpoint returns the entire execution at 15-second resolution. Narrow the window or change the step when you’re zooming into a specific phase.
Available series
GPU (via DCGM)
System
Example
What it’s good for
- Confirming GPU utilisation, if
gpuUtilizationPercentis consistently low during the heavy phase of a run, you’re likely bottlenecked on data loading or CPU pre-processing - Diagnosing OOMs,
gpuMemoryUtilizationPercentclimbing to 100% just before a crash points to a memory issue rather than a code bug - Power and thermal investigations,
gpuPowerWattagainstgpuPowerLimitWattandgpuTemperatureCelsiusshow whether the GPU is throttling - Cost attribution, combined with the run’s wall-clock time, the metrics let you compute cost per GPU-hour-of-actual-work

