wiki.archlinux.de

PowerTOP ist ein Tool von Intel, mit dem sich Informationen über Programme und Prozesse anzeigen lassen kann, welche den Computer daran hindern, in tiefere Stromsparzustände zu wechseln.

Installation

PowerTOP ist als powertop in extra verfügbar, und kann von dort mittels Pacman installiert werden.

pacman -S powertop

Mit der Version 2.0 wurde die Oberfläche komplett neu gestaltet. Oben ist jetzt ein Menü, welches entsprechende Register enthält. Siehe Beispiel: Unter "Tunables" werden mögliche Parameter genannt zwecks besserer Energieverwaltung.

Benutzung

PowerTOP bitte als root ausführen, um Zugriff auf alle Informationen zu erhalten.

powertop

Es lassen sich auch Reports erstellen, siehe:

powertop --help
Usage: powertop [OPTIONS]
--html[=FILENAME] 	 generate a html report
--csv[=FILENAME] 	 generate a csv report
For more help please refer to the README

Beispiel:

powertop
PowerTOP v2.0     |Overview|   Idle stats   Frequency stats   Device stats
Tunables
Summary: 210.4 wakeups/second,  0.0 GPU ops/second, 0.0 VFS ops/sec and 5.1% CPU use
                Usage       Events/s    Category       Description
            100.0%                      Device         Audio codec hwC0D0: Realtek
              1.8 ms/s      52.1        Interrupt      [6] tasklet(softirq)
             22.5 ms/s      14.7        Process        /usr/bin/gnome-shell
              1.7 ms/s      13.8        Process        firefox
              5.0 ms/s       5.9        Process        gnome-terminal
              2.1 ms/s       6.9        Process        /usr/bin/X -nolisten tcp :0 -auth /tmp/serverauth.IdNSQDhqWx
              8.8 ms/s       2.0        Process        powertop
             57.9 µs/s       3.9        Interrupt      [7] sched(softirq)
             42.2 µs/s       2.9        Timer          rh_timer_func
              6.9 µs/s       2.0        Timer          clocksource_watchdog
              […]

Weblinks

Read the original on wiki.archlinux.de ↗