measure power consumption on desktop/server machines
Install the excellent scaphandre https://github.com/hubblo-org/scaphandre?tab=readme-ov-file
On Fedora 42
- install rust/cargo via rustup
- install openssl-devel package
- run "cargo --disable-default-features" to avoid an issue with the riemann client
Note: if you need support for prometheus or json enable it again with '--features "json prometheus"'