Battery performance improvement with powertop and using xidel.
For those of you, who have not heard about powertop, it is a tool to monitor the power consumption on your system. It has a tab which shows the tuneable parameters. Doing the changes suggested in those would improve the life to quite an extent. Here is the description of powertop:
PowerTOP is a tool that finds the software component(s) that makeyour computer use more power than necessary while it is idle.
So, here is something that you can do to quickly apply the changes suggested by tuneable parameters.
First, get the report in html format using
sudo powertop --html
With this you will get powertop.html and now quickly get the xidel binary from sourceforge site. Once you have got that exeute the command
xidel powertop.html -e "css('html body div#tuning table tr td:nth-child(2)')"
This will show you all the tuneable parameters of your system 🙂
Related articles
Related Articles:
- 2011/11/03 using `!#$’ to referance backward-word
- 2011/01/29 bash math
- 2010/07/20 Linux command to repeat a string n times - Super User
- 2012/02/18 xmlwf – Is your xml document well formed?
- 2010/09/15 cURL – Tutorial
Authored By Amit Agarwal
Amit Agarwal, Linux and Photography are my hobbies.Creative Commons Attribution 4.0 International License.