mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-05-20 09:23:27 +00:00
- Add power.go with Intel RAPL and AMD energy driver support - Read CPU package, core, and DRAM power consumption in watts - Sample energy counters over 100ms interval to calculate power - Add PowerWatts field to Sensors struct for API reporting - Integrate power collection into host agent sensor gathering - Add comprehensive tests for power collection module Supports Intel CPUs (Sandy Bridge+) via RAPL and AMD Ryzen/EPYC via the amd_energy kernel module. Closes community-scripts/ProxmoxVE#9575 |
||
|---|---|---|
| .. | ||
| agent.go | ||
| agent_buffering_test.go | ||
| agent_flushbuffer_test.go | ||
| agent_new_test.go | ||
| agent_sensors_test.go | ||
| agent_test.go | ||
| command_client_test.go | ||
| commands.go | ||
| commands_connect_test.go | ||
| commands_execute_test.go | ||
| commands_registration_test.go | ||
| proxmox_setup.go | ||
| proxmox_setup_test.go | ||
| send_report_test.go | ||
| version.go | ||