Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.71 KB

README.md

File metadata and controls

43 lines (31 loc) · 1.71 KB

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