Adel Noureddine
Adel Noureddine
Hi, we build regression models for all Raspberry Pi devices ARM processors we have (RPi zero to 4) with a very small margin of error. We'll be publishing the models...
Our research paper is still in the process of publication but I've already integrated the RPi CPU power models in PowerJoular. You can have a look in [our repository](https://gitlab.com/joular/powerjoular/-/blob/main/powermodels/powerjoular_models.json) for...
Thanks @da-ekchajzer. I think Energizta can benefit from our benchmarking architecture as we built one quite effective and we have a proof of concept implementation. The paper is about the...
Quick update, our paper is [published now](https://www.sciencedirect.com/science/article/abs/pii/S2210537922001688) (we'll post preprints soon). And the benchmark tool we built and used to generate models for Raspberry Pis is also published on our...
Initial support in commit bd1cd87
Additional support in commit 9e0ad02
A first suggestion by @benjaminantunes is proposed in PR #36.
Thanks @benjaminantunes , I'll have a look to your code quite soon, but it is quite an interesting feature to add.
Hi @benjaminantunes, I'll merge your PR, but add this feature (monitoring PID using TIDs instead of PID directly) behind an experimental flag (```-k```). I am still not sure that TID...
Idea: - Measure VM power consumption in real time and write power to a file - This file is shared or can be read from inside the guest OS, and...