Powertop & Tuned

Miscellaneous tools
Post Reply
Message
Author
labbe5
Posts: 2159
Joined: Wed 13 Nov 2013, 14:26
Location: Canada

Powertop & Tuned

#1 Post by labbe5 »

Powertop
PowerTOP is a software utility designed to measure, explain and minimise a computer's electrical power consumption. It was released by Intel in 2007 under the GPLv2 license. It works for Intel, AMD, ARM and UltraSPARC processors.

Recommended readings :

http://linuxpitstop.com/install-powertop-on-ubuntu/
https://www.linux.com/learn/powertop-fi ... r-linux-pc
https://askubuntu.com/questions/112705/ ... -permanent
https://hobo.house/2015/12/18/linux-lap ... -powertop/
https://wiki.archlinux.org/index.php/Powertop

To configure PowerTOP on your system, simply calibrate it, enable it, and start it:

powertop --calibrate: This will take a while and do things such as change the brightness of your screen.
systemctl enable powertop: This will enable PowerTOP the next time you reboot.
systemctl start powertop: This will start PowerTOP in auto-tune mode.
From : https://opensource.com/article/17/8/customize-linux


Tuned
Tuned is a dynamic adaptive system-tuning daemon that tunes system settings dynamically depending on usage (also from the man pages). To configure tuned on your system, simply enable it, start it, and pick a performance profile:

systemctl enable tuned
systemctl start tuned
tuned-admin list (shows all the available profiles)
man tuned-profiles (if you want to learn more about each profile)
tuned-admin profile desktop (changes your system’s tuning profile to desktop)

From : https://opensource.com/article/17/8/customize-linux

disciple
Posts: 6984
Joined: Sun 21 May 2006, 01:46
Location: Auckland, New Zealand

#2 Post by disciple »

Umm. Should this be posted in the requests section or something?
Are there even puppies that use systemd?
Do you know a good gtkdialog program? Please post a link here

Classic Puppy quotes

ROOT FOREVER
GTK2 FOREVER

Post Reply