PowerTOP

PowerTOP is a Linux tool to diagnose issues with power consumption and power management.

In addition to being a diagnostic tool, PowerTOP also has an interactive mode where the user can experiment various power management settings for cases where the Linux distribution has not enabled these settings.

User guide can be found Here

The utility shows you power usage for various hardware and drivers. But it also displays interesting numbers like how many times your system wakes up each second. (Processors are so fast that they often sleep for the majority of a second of uptime.)

To install:

[james@Jadelinux ~]$ sudo dnf install powertop
1

Enter your password.

2

Type "y" to continue.

3

To start PowerTOP type:

[james@Jadelinux ~]$ sudo powertop
4

PowerTop is now loaded, you can use Tab/Shift keys to navigate between pages. (overview)

5

Shift and Tab, (Idle stats)

6

Shift and Tab, (Frequency stats)

7

Shift and Tab, (Device stats)

8

Shift and Tab, (tunables)

9

Hit the ESC key to exit PowerTOP.

10

The powertop package also provides a service that automatically sets all tunables to "Good" for optimal power saving. To use it, run this command:

[james@Jadelinux ~]$ sudo systemctl start powertop.service
11

To run automatically at boot, run this command:

[james@Jadelinux ~]$ sudo systemctl enable powertop.service
12

Service and tunables: Certain tunables may course your hardware to act funny or even data lost. So be careful when adding powertop to start up.

13

I hope this has been informative, Thank you for reading.