This repository has been archived on 2024-04-10. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
elektron/rapl-daemon
Renan DelValle d2680df563
Fixing typo.
2020-01-17 09:22:17 -08:00
..
main.go Delegating percentage check to capNode function. 2020-01-04 18:57:44 -08:00
README.md Fixing typo. 2020-01-17 09:22:17 -08:00
util.go Adding some more coverage for unhappy paths and fixing some values to reflect they are no longer floats. 2020-01-04 18:51:41 -08:00
util_test.go Adding some more coverage for unhappy paths and fixing some values to reflect they are no longer floats. 2020-01-04 18:51:41 -08:00

RAPL Daemon

This runs a server that is capable of changing the percentage at which a node is being throttled to using RAPL. This daemon should be installed on all worker nodes.

Sample payload for testing:

 curl --header "Content-Type: application/json" \
  --request POST \
  --data '{"percentage":75}' \
  http://localhost:9090/powercap