Adel Noureddine

Results 46 comments of Adel Noureddine

Hi @jgoldverg, Currently, JoularJX exports its data to files on runtime, but the agent can be modified to export or send the data somewhere else. We do have a project...

Thanks @patricgruber for this suggestion. Indeed, if we have multiple processors, we need to calculate their entire energy consumption. However, this also means that we need to measure energy per...

Thanks for the proposition. If you have an AMD GPU, and would like to contribute with an initial POC, it would be great. I'll see what I can do, but...

@Looong01, can you display what does this command show in the terminal: ```amd-smi --showpower```. Ideally, if we can get a simple float value of the power consumption every second, then...

Thanks @Looong01. This means we need to read this line and extract the energy value as a double/real variable. Is there any other way to show power consumption only (without...

Other output examples: ``` amd-smi --showpower =========================== GPU Temp AvgPwr SCLK MCLK Fan Perf PwrCap VRAM% GPU% =========================== 0 50°C 120W 1800Mhz 1750Mhz 45% P0 200W 30% 75% ``` And:...

Hi, from the terminal snipped you provided (on Windows and using AMD), it seems energy data aren't collected. The RAPL driver we're using si the same as Scaphandre ([provided by...

I think part of the issue is that the address for the MSR is different between AMD and Intel. Might be an issue with our use of the driver.

Hiu @iamimpulse08, we're rewriting Power Monitor in Rust, and we have a first alpha version. Could you test it on AMD ? The develop branch of WinPowerMonitor is the Rust...