powerapi-scala
powerapi-scala copied to clipboard
PowerAPI is a middleware toolkit for building software-defined power meters
Trying to get started with powerapi on Archlinux. I tried this ``` $ cat powerapi-cli.conf powerapi.cpu.tdp = 45 $ docker run \ --rm --privileged --pid=host \ -v $PWD/powerapi-cli.conf:/powerapi/conf/powerapi-cli.conf \ spirals/powerapi-cli:4.2.1...
[Readme.txt](https://github.com/Spirals-Team/powerapi/files/1932574/Readme.txt) I would be be grateful if you would include this maven walkthrough in your wiki.
Hi, I am a student researcher at Carnegie Mellon University and am using PowerAPI to make power measurements on some Tensorflow Python code. I am working on a NVIDIA Jetson...
Hi there! I'm running powerapi v4.2 in 6 different RHEL machines. I created a systemd service that runs powerapi and sends the output to an influxdb database. I noticed a...
add MwgReporter to PowerAPI
(suggested by @dukeboard) We miss a message-based reporter to publish the power reports on a given channel (whose topic can be the PID) as we had in [BitWatts](https://github.com/Spirals-Team/bitwatts/blob/master/bitwatts-core/src/main/scala/org/powerapi/bitwatts/reporter/ThriftDisplay.scala).