Software to find desktop power usage?

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?

5

3 Answers

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

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

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

4

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like