Skip to main content
Use this page to map common GPU, node, Slurm, InfiniBand, and container symptoms to scoped dashboard checks and queries. Replace $cluster and $node with actual values or use dashboard template variables.

Low GPU utilization

Compare GPU utilization, power, CPU pressure, I/O pressure, and memory pressure.

GPU throttling

Check GPU temperature, HBM temperature, and thermal violation counters.

ECC and XID errors

Identify uncorrectable errors, row remap failures, and critical XID codes.

InfiniBand bandwidth

Review throughput, transmit wait, link rate, and fabric congestion discards.

Slurm node mapping

Map Slurm node names to Kubernetes hostnames.

Escalation

Collect support context and identify immediate escalation triggers.

Check low GPU utilization

Determine whether GPUs are idle or bottlenecked elsewhere.
Grafana CPU utilization and CPU pressure panels for cluster nodes and workloads.

CPU pressure and utilization panels help separate workload bottlenecks from shared host pressure.

Grafana CPU panels showing CPU usage by bin, CPU temperature, load average, context switches, CPU throttling, processes, and CPU pressure.

CPU panels show per-bin CPU usage, socket temperature, load average, context switches, throttling, process count, and CPU pressure.

Idle GPUs draw ~70-100W; active H100s draw 500-700W.
If GPU utilization is low but power draw is near TDP and PSI metrics are clean, the bottleneck is likely application-side: synchronization, gradient accumulation, or communication overlap.

Check GPU throttling

Throttle threshold: 83 °C.
HBM throttle threshold: 95 °C.
Sustained thermal throttling reduces clock speeds and power budget. Report the node if this persists; it may indicate a cooling failure.

Check ECC errors

Any nonzero uncorrectable (DBE) value indicates a faulty GPU.
Correctable error rate >10/hr is concerning.
Row remap failure means the GPU needs replacement. Uncorrectable errors trigger GPUUncorrectableEccErrors. If DBE errors are present and the node is still scheduling jobs, escalate immediately.

XID errors

XID errors are GPU fault codes from the NVIDIA driver. Common critical XIDs:
NVLink errors degrade multi-GPU training such as AllReduce and tensor parallelism. PCIe replay errors indicate link instability between GPU and CPU or switch. More than 50 replays in 15 minutes is concerning.

Node CPU and memory

Grafana node drilldown panels showing CPU, process, memory, OOM, HugePages, and EDAC signals.

Compute and memory panels show load, CPU pressure, memory, OOM, HugePages, and EDAC signals for a selected node.

Grafana memory panels showing system memory usage, OOM kills, HugePages, memory detail, EDAC memory errors, swap usage, and memory pressure.

Memory panels show system memory usage, OOM kills, HugePages, detailed memory accounting, EDAC memory errors, swap usage, and memory pressure.

Per-NUMA breakdown helps identify asymmetric CPU load.
Any OOM kill increase warrants investigation.

Check InfiniBand bandwidth

Grafana RDMA and InfiniBand panels showing port state and physical state for selected interfaces.

RDMA and InfiniBand panels confirm whether high-speed network ports stayed active during distributed workload issues.

Grafana RDMA panels showing per-port throughput, management throughput, congestion transmit wait, TX discards, RX errors, and symbol errors.

RDMA throughput and error panels show per-port throughput, congestion transmit wait, TX discards, RX errors, and symbol errors.

Grafana RDMA and InfiniBand overview showing port state, physical state, aggregate throughput, and port utilization.

RDMA and InfiniBand overview panels summarize port state, physical state, aggregate throughput, and port utilization.

TX bandwidth in Gbps.
Transmit wait in ms/s. Any value >0 indicates congestion.
50GB/s = NDR/400G link.
Fabric-level congestion discards.

Slurm to Kubernetes node mapping

Slurm uses names like h200-reserved-145-019. Kubernetes uses names like andromeda25-wk45. To map between them:
The Slurm node name matches the Kubernetes pod name for that compute instance. kube_pod_info provides the node label (Kubernetes hostname).

Tenant capacity

Readiness ratio should be 1.0.

Container resource usage

Grafana I/O panels showing disk throughput, disk I/O utilization, disk usage, and I/O pressure.

I/O panels show disk throughput, disk I/O utilization, disk usage, and I/O pressure for checkpointing or data-loading symptoms.

Working set is the metric that determines OOM kills.

Prepare a support request

Include the following in any support request:
  1. Cluster name and time range (absolute, not relative)
  2. Affected nodes (Slurm names and/or Kubernetes hostnames)
  3. Job IDs if Slurm jobs are involved
  4. Dashboard link with the time range pinned
  5. Observed behavior vs expected behavior
Escalate immediately if any of the following are true:
  • Uncorrectable ECC errors on a node that is still scheduling
  • tenant:slurm_nodes:ready at 0 with nonzero assigned
  • XID 79 (GPU fallen off bus) on any node
  • An alert chain where the expected consequence did not fire. See Alerts.