我正在研究如何调整 Ubuntu 上的功耗性能。当我运行 Powertop 时,输出看起来很奇怪,与我在网上看到的任何屏幕截图都不太一样。最近的版本更改可能解释了这一点,但有一点似乎不对:关键的“唤醒次数/秒”数字是 0.0。这是正确的吗?
以下是“概述”的输出:
Summary: 0.0 wakeups/second, 0.0 GPU ops/second and 0.0 VFS ops/sec
Usage Events/s Category Description
24.1 ms/s 0.0 Process /usr/lib/nspluginwrapper/i386/linux/npviewer.bin --plugin /usr/lib/flashplugin-
10.8 ms/s 0.0 Process /usr/lib/firefox-7.0.1/plugin-container /var/lib/flashplugin-installer/npwrappe
9.3 ms/s 0.0 Process /usr/bin/X :0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
7.7 ms/s 0.0 Process powertop
5.2 ms/s 0.0 Process /usr/bin/gnome-shell
3.4 ms/s 0.0 Process /usr/lib/firefox-7.0.1/firefox
2.6 ms/s 0.0 Process gnome-terminal
1.9 ms/s 0.0 Interrupt [47] i915
1.9 ms/s 0.0 Timer hrtimer_wakeup
1.7 ms/s 0.0 Process /usr/lib/udisks/udisks-daemon
[etc, etc]
空闲状态统计如下:
Package | Core | CPU 0 CPU 1
POLL 0.0% | POLL 0.0% | POLL 0.0% 0.0 ms 0.0% 0.0 ms
C1-SNB 0.9% | C1-SNB 1.2% | C1-SNB 1.4% 0.4 ms 1.0% 0.4 ms
C3-SNB 0.5% | C3-SNB 0.7% | C3-SNB 0.8% 0.6 ms 0.6% 0.6 ms
C6-SNB 0.1% | C6-SNB 0.1% | C6-SNB 0.1% 0.6 ms 0.0% 0.8 ms
C7-SNB 96.0% | C7-SNB 94.5% | C7-SNB 93.7% 3.0 ms 95.4% 5.2 ms
| Core | CPU 2 CPU 3
| POLL 0.0% | POLL 0.0% 0.0 ms 0.0% 0.0 ms
| C1-SNB 0.7% | C1-SNB 0.6% 0.5 ms 0.7% 0.4 ms
| C3-SNB 0.3% | C3-SNB 0.2% 0.2 ms 0.4% 0.5 ms
| C6-SNB 0.1% | C6-SNB 0.0% 0.6 ms 0.1% 0.9 ms
| C7-SNB 97.4% | C7-SNB 97.6% 6.3 ms 97.2% 7.1 ms
频率统计数据显示所有内容均为 0.0%,而设备统计数据似乎显示负载为 100%
Usage Device name
5.7% CPU use
86.7% Display backlight
65.1% Display backlight
100.0% USB device: xHCI Host Controller
100.0% USB Device: usb-device-8087-0024
100.0% PCI Device: Intel Corporation Centrino Advanced-N 6230
100.0% Radio device: Sony Notebook Control Driver
100.0% USB device: EHCI Host Controller
100.0% PCI Device: NEC Corporation uPD720200 USB 3.0 Host Controller
100.0% Radio device: iwlagn
100.0% PCI Device: Realtek Semiconductor Co., Ltd. RTS5116 PCI Express Card Reader
100.0% USB device: xHCI Host Controller
[etc, etc]
所以,我的问题是:有什么问题吗?我猜 powertop 误报了一些信息,对吧?我使用的是 Sony Vaio,它们以难以处理 Linux 硬件而臭名昭著……
答案1
这似乎是 PowerTop 中的一个错误(我在我的 Ubuntu 11.10 64 位系统上看到了同样的行为)。Launchpad 中已经报告了这个问题:
https://bugs.launchpad.net/ubuntu/+source/powertop/+bug/834725
如果您有兴趣跟踪修复此问题的进度,我建议您订阅错误报告。
答案2
我发现我需要一个额外的库,而且那里有一些我不需要的库,但为了以防万一,我只是把它们弹出到终端中。我编写了一个小脚本来安装所有这些库,安装 powertop 1.13 并运行它,但在运行时你需要验证自己的身份。
只需将以下脚本复制并粘贴到文本编辑器中,并以 .sh 结尾保存,例如PTopScript.sh
,然后在终端中使用 运行它sh PTopScript.sh
。或者如果你这样做sudo sh PTopScript.sh
,那么我认为它将消除验证自己的需要。顺便说一句,我不认为自己是 Linux 的资深用户,尽管我尝试过几个不同的发行版,可以用命令行做基本的事情。所以如果我犯了错误,请原谅我。:)
wget http://www.lesswatts.org/projects/powertop/download/powertop-1.13.tar.gz
tar -xvf powertop-1.13.tar.gz
sudo apt-get install libncurses5 libncurses5-dev libncursesw5 libncursesw5-dev gettext
cd powertop-1.13
make
sudo make install
sudo powertop
答案3
感谢 James 向我指出 ubuntu 打包版本中报告的错误。
我下载了最新版本,从源代码编译,一切看起来都比较正常。以下是一些说明,供任何想要破解的人参考(包括我遇到的几个依赖项)
安装两个依赖项:
sudo apt-get install libncurses5-dev
sudo apt-get install libncursesw5
获取最新版本http://www.lesswatts.org/projects/powertop/download.php。
按照他们的指示
对我来说,结果是这样的:
wget http://www.lesswatts.org/projects/powertop/download/powertop-1.13.tar.gz
tar -xvf powertop-1.13.tar.gz
cd powertop-1.13
sudo apt-get install libncurses5-dev
sudo apt-get install libncursesw5
make
sudo make install
现在我的 Powertop 输出看起来更加正常了!
Cn Avg residency P-states (frequencies)
C0 (cpu running) ( 7.6%) Turbo Mode 5.5%
polling 2.3ms ( 0.0%) 2.71 Ghz 0.3%
C1 mwait 0.3ms ( 1.2%) 1.80 Ghz 0.1%
C2 mwait 0.6ms ( 0.9%) 1000 Mhz 0.2%
C3 mwait 1.0ms ( 0.1%) 800 Mhz 93.5%
C4 mwait 3.5ms (90.0%)
Wakeups-from-idle per second : 312.1 interval: 10.0s
no ACPI power usage estimate available
Top causes for wakeups:
38.9% (456.2) [Rescheduling interrupts] <kernel IPI>
12.2% (143.0)D kworker/0:1
10.0% (117.0) [i915] <interrupt>
8.5% ( 99.1) npviewer.bin
7.2% ( 84.1) [kernel scheduler] Load balancing tick
7.2% ( 84.0) kworker/0:0
3.6% ( 42.7) [iwlagn] <interrupt>
2.8% ( 32.8) fingerprint-pol
2.2% ( 26.2)D firefox
2.2% ( 25.9) [Function call interrupts] <kernel IPI>
[etc]