prod-inference-a
Inference + training · telemetry refreshes every 1.5 s
GPU utilization
—
Sparkline of the last 30 utilization samples (simulated).Tokens / s
—
Sparkline of the last 30 throughput samples (simulated).P95 latency
—
Sparkline of the last 30 latency samples (simulated).Requests queued
—
Sparkline of the last 30 inference request-queue samples (simulated).Cost today
—
Sparkline of accumulated spend since midnight (simulated).Healthy nodes
47 / 48
Sparkline of the healthy node count over the last 30 checks (simulated).Nodes
- Online
- Busy
- Idle
- Error
- cordoned / draining
Alerts
gpu-17 at 91 °C — throttling
SM clocks down 32 %. The three chat-v3 replicas on this node answer 40 % slower.
- gpu-17 thermal alarm14:02 · paging on-call
- chat-v3 p95 above 400 ms14:05 · SLO burn 2.1×
- gpu-05 XID 79 — fell off the bus13:41 · cordoned automatically
- embed-e5 v2.4 rollout complete12:20 · 8 / 8 replicas
Job queue
4 running · 2 queued| Job | Owner | Type | GPUs | Progress | ETA | Action |
|---|---|---|---|---|---|---|
| train-llama-70b-sft | Ada L. | train | 16 | 2 h 10 m | ||
| infer-chat-v3 | Jian D. | infer | 12 | serving | ||
| eval-mmlu-nightly | Mira K. | eval | 4 | 41 m | ||
| train-vision-dpo | Sam O. | train | 8 | 5 h 02 m | ||
| eval-humaneval | Ada L. | eval | 2 | queued | blocked · Ada L. at GPU quota | |
| infer-embed-e5 | Jian D. | infer | 4 | queued | waits on 4 contiguous GPUs |
Ops copilot canned replies
- healthychat-v312 / 12 replicas · 3 on gpu-17
- healthystableembed-e58 / 8 replicas · v2.4.0
- scalingrerank-bge5 / 6 replicas · scaling up
- idleidlewhisper-large0 / 2 replicas · scaled to zero
| Model | Version | Size | P50 | Action |
|---|---|---|---|---|
| chat-v3 | v3.2.1 | 70 B | 212 ms | |
| embed-e5 | v2.4.0 | 1.3 B | 18 ms | |
| rerank-bge | v1.9.0 | 0.6 B | 9 ms |
deploy/chat-v3.yaml +2 −2
@@ -12,4 +12,4 @@ autoscaling:
metric: queue_depth
- min_replicas: 6
+ min_replicas: 8
- max_replicas: 24
+ max_replicas: 32
Runbook RB-14 thermal throttling
1 · Confirm throttling
Check
nvidia-smi -q -d PERFORMANCE for HW Slowdown: Active. Above 85 °C with fans at 100 % it is a cooling fault, not a workload spike.2 · Drain, do not reboot
Cordon the node, then drain with
reschedule: true so inference replicas migrate before training shards checkpoint. A reboot on a hot node re-triggers the alarm within minutes.3 · Open a facilities ticket
Two thermal events on one rack in seven days means airflow, not silicon. Ticket the rack and keep the node cordoned until the fix is confirmed.
Last reviewed 6 days ago
Template with simulated telemetry. No backend — every number on this page is generated in the browser by a seeded random walk (identical on every load), and the copilot replies are canned. Swap the walk for your metrics API and the composer for your inference endpoint.