You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 22, 2025. It is now read-only.
VirtualWatts is a software-defined power meter based on the PowerAPI toolkit.
VirtualWatts a configurable software that can estimate the power consumption of
process inside a VM in real-time.
VirtuallWatts is supposed to be used inside a VM. It need to receive two metrics :
The energy consumption of the VM, usually made with
SmartWatts
The cpu usage of the tracked processes and the global cpu usage, as provided
by procfs-sensor.
About
VirtualWatts is an open-source project developed by the Spirals research
group (University of Lille 1 and Inria).
The documentation is not available yet.
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.