[GH-ISSUE #9575] Proxmox Machine Power Consumption #2104

Closed
opened 2026-02-26 12:51:19 +03:00 by kerem · 6 comments
Owner

Originally created by @cianiandreadev on GitHub (Dec 2, 2025).
Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/9575

🌟 Briefly describe the feature

Proxmox Machine Power Consumption UI

📝 Detailed description

Hi All,

Now sure the feasibility of this, but I guess many would be happy to have a UI/Exporter for the power consumption of the Proxmox machine (not VMs, but machine itself).

I had a research and I notices is everything but easy to obtain, but many some of you have some idea.

I try to open this topic, maybe is utopistic, but who knows.

Andrea

💡 Why is this useful?

Many of the users use this scripts for self hosted racks at home and I believe would be very useful for many to know the power consumption (in Watt or other ways) of their machines.
If the system has an exporter (for Prometheus/Grafana) would unleash the possibilities for integration for many users.

Originally created by @cianiandreadev on GitHub (Dec 2, 2025). Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/9575 ### 🌟 Briefly describe the feature Proxmox Machine Power Consumption UI ### 📝 Detailed description Hi All, Now sure the feasibility of this, but I guess many would be happy to have a UI/Exporter for the power consumption of the Proxmox machine (not VMs, but machine itself). I had a research and I notices is everything but easy to obtain, but many some of you have some idea. I try to open this topic, maybe is utopistic, but who knows. Andrea ### 💡 Why is this useful? Many of the users use this scripts for self hosted racks at home and I believe would be very useful for many to know the power consumption (in Watt or other ways) of their machines. If the system has an exporter (for Prometheus/Grafana) would unleash the possibilities for integration for many users.
kerem 2026-02-26 12:51:19 +03:00
Author
Owner

@tremor021 commented on GitHub (Dec 2, 2025):

Proxmox itself don't track power consumption. If your server has IPMI (Supermicro, Dell, HP, Lenovo, etc.) then you can use ipmitool to get such metric.

https://github.com/prometheus-community/ipmi_exporter

There is a exporter for Prometheus for ipmi

<!-- gh-comment-id:3601102620 --> @tremor021 commented on GitHub (Dec 2, 2025): Proxmox itself don't track power consumption. If your server has IPMI (Supermicro, Dell, HP, Lenovo, etc.) then you can use ipmitool to get such metric. https://github.com/prometheus-community/ipmi_exporter There is a exporter for Prometheus for ipmi
Author
Owner

@MickLesk commented on GitHub (Dec 2, 2025):

Or maybe add as request to pulse / @rcourtman

<!-- gh-comment-id:3601222346 --> @MickLesk commented on GitHub (Dec 2, 2025): Or maybe add as request to pulse / @rcourtman
Author
Owner

@cianiandreadev commented on GitHub (Dec 2, 2025):

Hi @tremor021 ,

Yes, I know. That was the feature request about. Maybe with a plugin can be added? Not sure. Just asking.
@MickLesk I would guess inside a VM/LXC is impossible to know this. Isn't it?

<!-- gh-comment-id:3601285685 --> @cianiandreadev commented on GitHub (Dec 2, 2025): Hi @tremor021 , Yes, I know. That was the feature request about. Maybe with a plugin can be added? Not sure. Just asking. @MickLesk I would guess inside a VM/LXC is impossible to know this. Isn't it?
Author
Owner

@MickLesk commented on GitHub (Dec 2, 2025):

since some releases he have "agent" and "host-agent" in the release files, idk what they do. But maybe it is the right?

<!-- gh-comment-id:3601309675 --> @MickLesk commented on GitHub (Dec 2, 2025): since some releases he have "agent" and "host-agent" in the release files, idk what they do. But maybe it is the right?
Author
Owner

@rcourtman commented on GitHub (Dec 25, 2025):

Thanks @MickLesk for the ping!

Hi Andrea, I just added power consumption monitoring to Pulse!

It reads power data from:

  • Intel RAPL (/sys/class/powercap/intel-rapl/) - Works on most Intel CPUs since Sandy Bridge
  • AMD Energy (amd_energy kernel module) - For AMD Ryzen/EPYC

Reports CPU package, core, and DRAM power in watts. This will be in the next release.

If you're looking for a Proxmox monitoring solution that includes temps, fans, disk health, and now power consumption - feel free to check it out!

Cheers 🎄

<!-- gh-comment-id:3691738382 --> @rcourtman commented on GitHub (Dec 25, 2025): Thanks @MickLesk for the ping! Hi Andrea, I just added power consumption monitoring to [Pulse](https://github.com/rcourtman/Pulse)! It reads power data from: - **Intel RAPL** (`/sys/class/powercap/intel-rapl/`) - Works on most Intel CPUs since Sandy Bridge - **AMD Energy** (`amd_energy` kernel module) - For AMD Ryzen/EPYC Reports CPU package, core, and DRAM power in watts. This will be in the next release. If you're looking for a Proxmox monitoring solution that includes temps, fans, disk health, and now power consumption - feel free to check it out! Cheers 🎄
Author
Owner

@cianiandreadev commented on GitHub (Jan 8, 2026):

@rcourtman this is insane! Thanks!!!

Can you also point out a guide or advise me (or anyone who is gonna read this) about how to expose those values to the LXC/VM from the host machine?

Thanks so much for your work!

<!-- gh-comment-id:3723082241 --> @cianiandreadev commented on GitHub (Jan 8, 2026): @rcourtman this is insane! Thanks!!! Can you also point out a guide or advise me (or anyone who is gonna read this) about how to expose those values to the LXC/VM from the host machine? Thanks so much for your work!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE#2104
No description provided.