All Projects → powerapi-ng → powerapi-scala

powerapi-ng / powerapi-scala

Licence: AGPL-3.0 license
PowerAPI is a middleware toolkit for building software-defined power meters

Programming Languages

scala
5932 projects

Projects that are alternatives of or similar to powerapi-scala

powerapi
PowerAPI is a Python framework for building software-defined power meters.
Stars: ✭ 95 (+35.71%)
Mutual labels:  energy, powerapi, inria
tracebase
The tracebase appliance-level power consumption data set
Stars: ✭ 33 (-52.86%)
Mutual labels:  energy, power, consumption
ioBroker.sourceanalytix
Detailed analysis of your Energy, gas and liquid consumptions
Stars: ✭ 61 (-12.86%)
Mutual labels:  energy, power, consumption
Pcm
Processor Counter Monitor
Stars: ✭ 1,240 (+1671.43%)
Mutual labels:  energy, power
Iobroker.sourceanalytix
Detailed analysis of your Energy, gas and liquid consumptions
Stars: ✭ 40 (-42.86%)
Mutual labels:  energy, power
homeassistant-powercalc
Custom component to calculate estimated power consumption of lights and other appliances
Stars: ✭ 261 (+272.86%)
Mutual labels:  power, consumption
linky
🔌 Easily retrieve your Linky™ power consumption
Stars: ✭ 131 (+87.14%)
Mutual labels:  power, consumption
Windpowerlib
The windpowerlib is a library to model the output of wind turbines and farms.
Stars: ✭ 170 (+142.86%)
Mutual labels:  energy, power
raplcap
RAPL power capping C interface with multiple implementations
Stars: ✭ 23 (-67.14%)
Mutual labels:  rapl, intel-rapl
pem-dataset1
Proton Exchange Membrane (PEM) Fuel Cell Dataset
Stars: ✭ 48 (-31.43%)
Mutual labels:  energy, power
linky-cli
⛔️ DEPRECATED - A CLI tool to retrieve your Linky power consumption
Stars: ✭ 19 (-72.86%)
Mutual labels:  power, consumption
pitmp-maven-plugin
Maven plugin to handle multi module projects for PiTest
Stars: ✭ 36 (-48.57%)
Mutual labels:  inria
nact
nact ⇒ node.js + actors ⇒ your services have never been so µ
Stars: ✭ 1,003 (+1332.86%)
Mutual labels:  akka
jwt-akka-http
An example how to implement a very simple authentication and authorization with Akka HTTP. Related to https://blog.codecentric.de/en/2017/09/jwt-authentication-akka-http
Stars: ✭ 23 (-67.14%)
Mutual labels:  akka
glaes
Geospatial Land Availability for Energy Systems
Stars: ✭ 27 (-61.43%)
Mutual labels:  energy
eAnalytics
Dynamic Web-based Analytics for the Energy Industry
Stars: ✭ 28 (-60%)
Mutual labels:  energy
akka-log4j
Logging backend for Akka based on Log4j
Stars: ✭ 28 (-60%)
Mutual labels:  akka
inspector-metrics
Typescript metrics / monitoring library
Stars: ✭ 19 (-72.86%)
Mutual labels:  meters
akkordeon
training neural networks with akka
Stars: ✭ 51 (-27.14%)
Mutual labels:  akka
generator-jvm
Generate JVM (java, kotlin, scala) project with gradle / maven / sbt build systems and docker / docker-compose for rapid development
Stars: ✭ 40 (-42.86%)
Mutual labels:  akka

Powerapi

Join the chat at https://gitter.im/Spirals-Team/powerapi

License: AGPL v3 Build Status Coverage Status

PowerAPI is a middleware toolkit for building software-defined power meters. Software-defined power meters are configurable software libraries that can estimate the power consumption of software in real-time. PowerAPI supports the acquisition of raw metrics from a wide diversity of sensors (eg., physical meters, processor interfaces, hardware counters, OS counters) and the delivery of power consumptions via different channels (including file system, network, web, graphical). As a middleware toolkit, PowerAPI offers the capability of assembling power meters «à la carte» to accommodate user requirements.

About

PowerAPI is an open-source project developed by the Spirals research group (University of Lille 1 and Inria) and fully managed with sbt.

The documentation is available here.

Mailing list

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

Contributing

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

When submitting code, please make every effort to follow existing conventions and style in order to keep the code as readable as possible.

Publications

Use Cases

PowerAPI is used in a variety of projects to address key challenges of GreenIT:

  • GenPack provides a Docker Swarm strategy to minimize the energy footprint of Docker containers deployed in a cluster
  • BitWatts provides process-level power estimation of applications running in virtual machines
  • Web Energy Archive ranks popular websites based on the energy footpring they imposes to browsers
  • Greenspector optimises the power consumption of software by identifying potential energy leaks in the source code.

Acknowledgments

We all stand on the shoulders of giants and get by with a little help from our friends. PowerAPI is written in Scala (version 2.12.1 under 3-clause BSD license) and built on top of:

License

This software is licensed under the GNU Affero General Public License, quoted below.

Copyright (C) 2011-2017 Inria, University of Lille 1.

PowerAPI is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

PowerAPI is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with PowerAPI. If not, please consult http://www.gnu.org/licenses/agpl-3.0.html.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].