Quick health check
- The GPU model and count match what you rented (H100 80GB, H200 141GB, or B200 192GB)
- ECC error counts are zero or not climbing
- No GPU is stuck at low clocks or in a fallback power state while idle
GPU diagnostics (DCGM)
NVIDIA’s Data Center GPU Manager runs structured hardware diagnostics:Compute throughput
A large matrix multiplication measures real achievable throughput:Memory bandwidth
Multi-GPU and interconnect
For multi-GPU instances and InfiniBand clusters, verify collective bandwidth with nccl-tests:- On NVLink-connected nodes, bus bandwidth should scale toward the NVLink spec (900 GB/s on H100/H200, 1.8 TB/s on B200) — several hundred GB/s at large sizes is healthy on 8x H100.
- On InfiniBand clusters, run the multi-node variant (via MPI) and confirm inter-node bandwidth is consistent with the cluster’s InfiniBand configuration (up to 3.2 Tb/s).
Storage I/O
If results are below expectations
- Re-run the failing test at least twice to rule out transient load.
- Capture the output of
nvidia-smi -qalongside the benchmark output. - Contact support with the instance ID, region, and the collected outputs.

