powerapi-scala icon indicating copy to clipboard operation
powerapi-scala copied to clipboard

PowerAPI is a middleware toolkit for building software-defined power meters

Results 7 powerapi-scala issues
Sort by recently updated
recently updated
newest added

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...

Fix the broken CPU sampling module

bug

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).