ColinIanKing / powerstat

Powerstat measures the power consumption of a machine using the battery stats or the Intel RAPL interface. The output is like vmstat but also shows power consumption statistics. At the end of a run, powerstat will calculate the average, standard deviation and min/max of the gathered data.

Home Page:https://github.com/ColinIanKing/powerstat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How do i make this work for AMD processor, -R option is not working

dhajoshi opened this issue · comments

How do i compare with AMD and Intel processor server, i can see for Intel it work but AMD i dont see any power usage.

powerstat -R uses the Intel RAPL interface as provided by the kernel to get power statistics. This data is not available on certain CPUs and is not provided to userspace by the kernel and hence -R won't work.