joular / joularjx

JoularJX is a Java-based agent for software power monitoring at the source code level.
https://www.noureddine.org/research/joular/joularjx
GNU General Public License v3.0
71 stars 17 forks source link

Cloud support? #13

Closed emreyokur closed 1 year ago

emreyokur commented 1 year ago

Hi,

Does JoularJx have a support for containered applications running on cloud platforms such as Kubernetes or Cloud Foundry?

adelnoureddine commented 1 year ago

We currently use RAPL through powercap on x86/64 Linux, which requires direct access to the server. So we can't provide power data when running on containers and virtual machines. If we can get power data of the container/CM, then maybe we can build something on.