Skip to main content
Question

Power measurement on Metis

  • February 16, 2026
  • 9 replies
  • 138 views

Hi,

I’m interested to know if there is any way to measure AIPU power usage on Metis-equipped devices. The idea would be to measure yolo inference power usage on AIPU.

 

9 replies

Spanner
Axelera Team
Forum|alt.badge.img+3
  • Axelera Team
  • February 16, 2026

Hi ​@Aimar.gnz

I think axmonitor might be what you’re looking for. It's Voyager’s system monitoring tool that can show core temperature, utilisation, and on supported hardware, power metrics as well.

There's a tutorial in the SDK docs here: https://github.com/axelera-ai-hub/voyager-sdk/blob/HEAD/docs/tutorials/axmonitor.md

Let me know how you get on!


  • Author
  • Cadet
  • February 17, 2026

Hi ​@Spanner , 

The thing is power metrics are only available on 4-Metis PCIe cards, and I only have one, so I was wondering whether there was an alternative way.
I am using a smart plug that gives actual power metrics, but my AIPU is not recognised in the Metis compute board.

Error is:
 The Metis card is visible on PCIe, but during boot the driver reads an invalid firmware header:
      - Invalid hdrv magic 0
      - Fail to get hdrv area

 

Really stuck with this.


Forum|alt.badge.img+2
  • Axelera Team
  • February 18, 2026

Hello ​@Aimar.gnz ,

Regarding the messages that you see (- Invalid hdrv magic 0 - Fail to get hdrv area):

These messages are not an issue and the driver and Metis card are working as expected. 

We are aware that these messages can be confusing to the user, as they do not mean there are any issues. Therefore, I have raised this internally and we will remove these traces in next releases.

 

To sum up, do not worry about those messages, everything is working well.

 

Best,

Victor


  • Cadet
  • May 4, 2026

Hi, we have been trying the new v1.6 of the voyager SDK.
We are currently using PCIe version of the accelerator, and theres no data of power consumption on the axmonitor.

Is this normal? Does this only works for m2 version?

Kindest regards


Spanner
Axelera Team
Forum|alt.badge.img+3
  • Axelera Team
  • May 6, 2026

Hi, we have been trying the new v1.6 of the voyager SDK.
We are currently using PCIe version of the accelerator, and theres no data of power consumption on the axmonitor.

Is this normal? Does this only works for m2 version?

Kindest regards

Hi ​@rozero ,

Likely the other way round, if I recall. AxMonitor's power readings need on-board power telemetry, which the 1-chip PCIe Metis doesn't expose. The 4-chip PCIe card does, and the new M.2 Max will.

So if you've got the 1-chip PCIe, no power data is likely expected behaviour. If it's the 4-chip and you're still seeing nothing, that's worth digging into. 👍

 


AlbertaBeef
Ensign
  • @Aimar.gnz ,

    I have been exploring how to measure the power for M.2 modules which do not have on-board telemetry enabled.  I have documented a solution that works on my personal web site (blog):

    https://mariobergeron.com/posts/edge-ai-power-p03-ina228/

    I hope you find this useful !

    Note that this article currently only mentions Hailo-8 and compares results with Hailo’s on-board telemetry, as a way of validating the methodology.  However, it also works with Axelera Metis.

    I have not yet published an article specific to Axelera Metis, since I have not been able to reproduce the ResNet-50 benchmark of 1756 FPS yet … work in progress … 

    Cheers !

  • Cadet
  • May 7, 2026

Hi, we have been trying the new v1.6 of the voyager SDK.
We are currently using PCIe version of the accelerator, and theres no data of power consumption on the axmonitor.

Is this normal? Does this only works for m2 version?

Kindest regards

Hi ​@rozero ,

Likely the other way round, if I recall. AxMonitor's power readings need on-board power telemetry, which the 1-chip PCIe Metis doesn't expose. The 4-chip PCIe card does, and the new M.2 Max will.

So if you've got the 1-chip PCIe, no power data is likely expected behaviour. If it's the 4-chip and you're still seeing nothing, that's worth digging into. 👍

 

Thank you for replying Spanner.
Just to fully confirm, this PCIe accelerator is a 1-chip then?
 

I may have just confused AI Cores with Chips :/
Best


Spanner
Axelera Team
Forum|alt.badge.img+3
  • Axelera Team
  • May 8, 2026

That’s right, yep. The Metis PCIe has one chip, with four cores.

Although there is also the four chip PCIe card, which, in total, has 16 cores. If that makes sense? 😄 It’s like four of the single chip cards all bundled together.


  • Cadet
  • May 13, 2026

Ty Spanner!.