<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: mikebains41-debug</title>
    <description>The latest articles on DEV Community by mikebains41-debug (@mikebains41debug).</description>
    <link>https://dev.to/mikebains41debug</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3935300%2Fe33f16ab-f6fc-4f58-9f66-b356775a2ca6.png</url>
      <title>DEV Community: mikebains41-debug</title>
      <link>https://dev.to/mikebains41debug</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mikebains41debug"/>
    <language>en</language>
    <item>
      <title>I found 146W of "ghost power" on NVIDIA A100 at 0% utilization. Here's my API to detect it</title>
      <dc:creator>mikebains41-debug</dc:creator>
      <pubDate>Sat, 16 May 2026 18:19:15 +0000</pubDate>
      <link>https://dev.to/mikebains41debug/i-found-146w-of-ghost-power-on-nvidia-a100-at-0-utilization-heres-my-api-to-detect-it-ogc</link>
      <guid>https://dev.to/mikebains41debug/i-found-146w-of-ghost-power-on-nvidia-a100-at-0-utilization-heres-my-api-to-detect-it-ogc</guid>
      <description>&lt;p&gt;I ran 35 controlled energy tests on NVIDIA A100 and H100 GPUs on RunPod.&lt;/p&gt;

&lt;p&gt;Standard monitoring tools missed something critical.&lt;/p&gt;

&lt;p&gt;When &lt;code&gt;nvidia-smi&lt;/code&gt; reports 0% GPU utilization, data center operators assume the GPU is idle. Billing stops. Cost tracking stops.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The power draw does not stop.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;On A100 SXM, I consistently measured &lt;strong&gt;67–146W while utilization reported 0%&lt;/strong&gt;. I call it &lt;em&gt;ghost power&lt;/em&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Key findings
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;A100 idle floor:&lt;/strong&gt; 67.1W — never drops lower
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Peak ghost power:&lt;/strong&gt; 146.7W at 0% utilization — sustained 11 minutes
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;H100 SXM:&lt;/strong&gt; zero ghost power detected across 11 tests
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;FP16 draws 60% more power than FP32&lt;/strong&gt; at same matrix size
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Power capping blocked at hypervisor level&lt;/strong&gt; on RunPod — tenants cannot fix this
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;$58.70 per GPU per year&lt;/strong&gt; in pure idle waste
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;At 1 million GPUs globally&lt;/strong&gt; — $58M/year invisible waste&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Live API &amp;amp; Interactive Docs
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Base API URL:&lt;/strong&gt; &lt;code&gt;https://ai-gpu-brain-v3.onrender.com&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Interactive Swagger docs (try it in your browser):&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
👉 &lt;a href="https://ai-gpu-brain-v3.onrender.com/docs" rel="noopener noreferrer"&gt;https://ai-gpu-brain-v3.onrender.com/docs&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Try it yourself (curl)
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;
bash
curl https://ai-gpu-brain-v3.onrender.com/detect/a100/13
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

</description>
      <category>api</category>
      <category>infrastructure</category>
      <category>monitoring</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
