WeSearch

I found 146W of "ghost power" on NVIDIA A100 at 0% utilization. Here's my API to detect it

·1 min read · 0 reactions · 0 comments · 19 views
#gpu#energy#monitoring
I found 146W of "ghost power" on NVIDIA A100 at 0% utilization. Here's my API to detect it
TL;DR · WeSearch summary

A recent study revealed that NVIDIA A100 GPUs consume significant power even at 0% utilization, a phenomenon termed 'ghost power.' The tests showed that while standard monitoring tools indicate idle status, the GPUs can draw between 67 to 146 watts. This unnoticed power consumption could lead to substantial financial waste across data centers globally.

Key facts
About this source

DEV.to (Top) files mainly under programming. We currently carry 4,877 of its stories.

Original article
DEV.to (Top)
Read full at DEV.to (Top) →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3935300) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } mikebains41-debug Posted on May 16 I found 146W of "ghost power" on NVIDIA A100 at 0% utilization. Here's my API to detect it #api #infrastructure #monitoring #showdev I ran 35 controlled energy tests on NVIDIA A100 and H100 GPUs on RunPod. Standard monitoring tools missed something critical. When nvidia-smi reports 0% GPU utilization, data center operators assume the GPU is idle. Billing stops. Cost tracking stops. The power draw does not stop.

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)