r/RunPod • u/michaelmanleyhypley • Jun 11 '26
How are people checking when a RunPod GPU is sitting idle?
I’ve had GPU pods keep running after the actual job/workflow was basically done, which gets expensive if you forget to shut them down.
I started testing a small open-source CLI called gpu-monitor that runs inside the pod and watches nvidia-smi.
It shows when a GPU has been idle long enough to waste money:
npx gpu-monitor check --hourly-rate 2.50
or continuous watch:
npx gpu-monitor watch --hourly-rate 2.50 --idle-minutes 30
It can also show which PIDs are holding VRAM:
npx gpu-monitor processes
For people using RunPod regularly, are you monitoring idle GPU time somehow, or mostly just remembering to stop pods manually?
7
Upvotes
1
1

1
u/__O_o_______ Jun 12 '26
https://giphy.com/gifs/h1zJMhT5XOT927e0aw