2

I have already installed powertop , pm-utils , laptop-mode-tool , jupitor , also power save with jupitor , cpu-frequency skilling powersave , pm-powersave true but power usage are 1 hour and 20 minutes on 50 percentage of battery , at least 130 minutes in window seven .

Ubuntu 12.04.3 kernel 3.8 ,lenovo z400 ,ivy i5-3230 M ,nvidia 740m with Intel 4000.

Raja G
  • 105,327
  • 107
  • 262
  • 331

1 Answers1

2

Ubuntu having two power tools which can work efficiently through terminal and can give you complete information about your power statistics, they are powetop and powerstat. you can install them with

sudo apt-get install powertop

&

sudo apt-get install powerstat

To run powertop you must be root user , so run it as sudo.I mean

sudo powertop

Then you will see ( captured in my PC , usually No battery :P , just for Idea )

enter image description here

powerstat you can run as normal user also , it will provide the complete status information of the battery.

hope that helps you about Command line power monitoring tools.

Raja G
  • 105,327
  • 107
  • 262
  • 331