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

powerapi-ng/smartwatts-formula

Folders and files

NameName
Last commit message
Last commit date
Jan 27, 2025
Jul 23, 2024
Jan 21, 2025
Dec 14, 2023
May 5, 2023
May 3, 2023
Jun 21, 2024
Sep 20, 2024
Sep 20, 2024
Apr 17, 2023
Oct 15, 2024
Feb 24, 2023
Dec 2, 2024
Jan 28, 2022
May 3, 2023
Dec 2, 2024

Repository files navigation

smartwatts-formula

Join the chat at https://gitter.im/Spirals-Team/powerapi License: BSD-3-Clause GitHub Workflow Status PyPI

SmartWatts is a formula for a self-adaptive software-defined power meter based on the PowerAPI framework.
This project is the implementation of the power meter depicted in the SmartWatts: Self-Calibrating Software-Defined Power Meter for Containers paper published in the 20th IEEE/ACM International Symposium on Cluster, Cloud and Internet Computing (CCGRID).

This project provides a software power meter that estimates the power consumption (CPU/DRAM) of the software containers (i.e. Docker containers, Kubernetes pods, Libvirt virtual machines...) running on a system.

This software power meter is based on Power Models that distribute the total energy consumption across the running containers depending on their resource usage. The Running Average Power Limit (RAPL) feature is used to measure the total energy consumption of the CPU/DRAM components, and the Hardware Performance Counters (HwPC) are used to measure the resource usage of the containers.

To monitor the Hardware Performance Counters (HwPC) of the software containers running on a Linux system, the hwpc-sensor project is the preferred solution. There is currently no support for other client/server platforms such as Windows, MacOS or VMware.

About

SmartWatts is an open-source project developed by the Spirals project-team, a joint research group between the University of Lille and Inria.

The documentation is available on the PowerAPI website.

Mailing list

You can follow the latest news and asks questions by subscribing to our mailing list.

Contributing

If you would like to contribute, you can do so through GitHub by forking the repository and sending a pull request.

When submitting code, please check that it follows the project's rules and that the tests pass.

Installation

There is two ways to install official releases of SmartWatts:

About

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

Topics

Resources

License

Citation

Stars

Watchers

Forks