Created
December 1, 2015 01:57
-
-
Save andrewgdunn/80f6539afff5d5bf02b3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[agd@enoch ~]$ sudo systemctl enable powertop.service | |
Created symlink from /etc/systemd/system/multi-user.target.wants/powertop.service to /usr/lib/systemd/system/powertop.service. | |
[agd@enoch ~]$ sudo systemctl status powertop.service | |
● powertop.service - PowerTOP autotuner | |
Loaded: loaded (/usr/lib/systemd/system/powertop.service; enabled; vendor preset: disabled) | |
Active: inactive (dead) | |
Nov 30 20:56:17 enoch powertop[12581]: RAPL device for cpu 0 | |
Nov 30 20:56:17 enoch powertop[12581]: RAPL Using PowerCap Sysfs : Domain Mask f | |
Nov 30 20:56:17 enoch powertop[12581]: RAPL device for cpu 0 | |
Nov 30 20:56:17 enoch powertop[12581]: RAPL Using PowerCap Sysfs : Domain Mask f | |
Nov 30 20:56:17 enoch powertop[12581]: RAPL device for cpu 0 | |
Nov 30 20:56:17 enoch powertop[12581]: RAPL Using PowerCap Sysfs : Domain Mask f | |
Nov 30 20:56:17 enoch powertop[12581]: Devfreq not enabled | |
Nov 30 20:56:17 enoch powertop[12581]: unknown op '{' | |
Nov 30 20:56:18 enoch powertop[12581]: Leaving PowerTOP | |
Nov 30 20:56:18 enoch systemd[1]: Started PowerTOP autotuner. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment