13

Since I have moved from Windows XP to Ubuntu 12.10, I have been constantly blamed for increased electricity bills.(That may be true, but I think the reason is increase in the time I use my computer, because it is more productive now).

Is there any software that would calculate how much power my computer actually uses?

Note that I use a Desktop and the Powertop, Powerstat, and Power Statistics programs referenceed here only work for laptops. The answer suggests that for desktop the only solution "then" is to use a electronic watt-meter. Has the situation changed in last 2 years?

Registered User
  • 9,631
  • 14
  • 53
  • 85

3 Answers3

4

We have created a terminal tool to monitor CPU frequency/utilization/Temperature. It now also supports monitoring power on Intel CPUs newer than Sandy-Bridge.
You can see the power graph in watts on the bottom as well as on the side bar.
This only reads total CPU power, not per process and not including other components. enter image description here

amanusk
  • 1,576
1

The simple answer is: You can't by software

powertop seems to be fair in this situation

Use an electronic watt-meter

In instance check this link from intel

kiri
  • 28,246
  • 16
  • 81
  • 118
kamil
  • 7,355
  • 7
  • 40
  • 61
-1

powerstat: Power Consumption Calculator for Ubuntu Linux

For that, open your Terminal and enter the below commands.

sudo apt-add-repository ppa:colin-king/powermanagement
sudo apt-get update
sudo apt-get install powerstat

enter image description here

This should handle your request...

For more information and how to use check this

Maythux
  • 84,289