joular / joularjx

JoularJX is a Java-based agent for software power monitoring at the source code level.

Home Page:https://www.noureddine.org/research/joular/joularjx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ARM Support

karianna opened this issue · comments

Hi there,

Are there plans to support the Aarch64 (Arm) platform?

Currently, we support various Raspberry Pi devices and soon Asus Tinker Board (#11), both under Linux on an ARM distribution.
For aarch64, we support Raspberry Pi 4 and Raspberry Pi 400.

JoularJX itself can run fine on aarch64 with the appropriate Java version, and we use our own regression power model (from our research paper, and published in this repo).
So when we build new models, or other models are available, I'll be glad to integrate them to JoularJX.

OK, I'll close this and raise specific platforms as needed, thank you!