Skip to content

SmartWatts is a formula for a self-adaptive software-defined power meter based on the PowerAPI framework.

License

Notifications You must be signed in to change notification settings

PierreRustOrange/smartwatts-formula

 
 

Repository files navigation

SmartWatts is a software-defined power meter based on the PowerAPI toolkit. SmartWatts is a configurable software that can estimate the power consumption of software in real-time. SmartWatts need to receive several metrics provided by hwpc-sensor :

  • The Running Average Power Limit (RAPL)
  • TSC
  • APERF
  • MPERF
  • CPU_CLK_THREAD_UNHALTED:REF_P
  • CPU_CLK_THREAD_UNHALTED:THREAD_P
  • LLC_MISSES
  • INSTRUCTIONS_RETIRED

The reasons of those metrics are described in SmartWatts: Self-Calibrating Software-Defined Power Meter for Containers

About

SmartWatts is an open-source project developed by the Spirals research group (University of Lille 1 and Inria).

The documentation is available here.

Contributing

If you would like to contribute code you can do so through GitHub by forking the repository and sending a pull request. You should start by reading the contribution guide

When submitting code, please check that it is conform by using pylint and flake8 with the configurations files at the root of the project.

Publications

Acknowledgments

SmartWatts is written in Python (under PSF license) and built on top of PowerAPI

About

SmartWatts is a formula for a self-adaptive software-defined power meter based on the PowerAPI framework.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.4%
  • Shell 0.6%