New JetPack 5.0 how to measure power consumption of CPU/GPU Soc

Jetson AGX Xavier NX Series
The Jetson AGX Xavier series modules have two 3-channel INA3221 power monitors at I2C addresses 0x40 and 0x41. The sysfs nodes to read for rail names, voltage, current, power, and instantaneous and average current limit are at:
In JetPack4.6 The power consumption can be measured throught the readout value in /sys/bus/i2c/drivers/ina3221x/1-0040/iio:device0. (Reference Link)

Examples

•To read INA3221 at 0x40, the channel-1 rail name, enter the command:

$ cat /sys/bus/i2c/drivers/ina3221x/1-0040/iio:device0/rail_name_1

•To read channel-1 voltage, current, and power, enter the commands:

$ cat /sys/bus/i2c/drivers/ina3221x/1-0040/iio:device0/in_current1_input

$ cat /sys/bus/i2c/drivers/ina3221x/1-0040/iio:device0/in_voltage1_input

$ cat /sys/bus/i2c/drivers/ina3221x/1-0040/iio:device0/in_power1_input

•To read the channel‑1 instantaneous current limit, enter the command:

$ cat /sys/bus/i2c/drivers/ina3221x/1-0040/iio:device0/crit_current_limit_0

But Now in New JetPack 5.0, this directory doesnot exist any more.
How could I measure power consumption through the command line or C program?

I think I find the answer to the question?> Jetson Xavier NX Series and Jetson AGX Xavier Series — Jetson Linux<br/>Developer Guide 34.1 documentation
However, there are 4 current value (from curr0_input to curr3_input) and 7 different volatage values (from in1_input to in7_input). Their meanings are not very clear to me.

Can somebody answer this?
This post probably should be moved to AGX Xavier ?

I’m closing this topic due to there is no update from you for a period, assuming this issue was resolved.
If still need the support, please open a new topic. Thanks

@gxtzhuxi1

Your topic was posted in the wrong category. I am moving this to the Jetson Xavier NX category for visibility.

Is this still an issue to support? Any result can be shared? Thanks