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

ARM Support #14

Closed karianna closed 1 year ago

karianna commented 1 year ago

Hi there,

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

adelnoureddine commented 1 year ago

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.

karianna commented 1 year ago

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