Mission Center, the popular Linux system monitor and task manager app, released new 1.1.0 version today.
The new release of this free open-source app improved CPU monitoring support. It can now display the amount of electrical energy that CPU consumes in watts.
It works by reading /sys/class/powercap/intel-rapl*/energy_uj for CPU power draw. The file is however unreadable by default for security reason. Meaning user needs to grant read access permission by running the command below in terminal:
sudo chmod a+r /sys/class/powercap/intel-rapl*/energy_uj