内核 4.5.2 没有性能(linux-tools)

内核 4.5.2 没有性能(linux-tools)

当我第一次安装 16.04 LTS,内核为 4.4.0 时,我的电池续航时间平均约为 3 小时,但我升级到 4.5.2 以解决挂起问题和其他一些问题,现在不到 1.40 小时,即使在低亮度下。

然后,比较两个内核的 TLP 输出,我注意到在 4.5.2 中,sudo tlp stat 说:

/sys/devices/system/cpu/intel_pstate/min_perf_pct      = 18
/sys/devices/system/cpu/intel_pstate/max_perf_pct      = 100
/sys/devices/system/cpu/intel_pstate/no_turbo          = 0

x86_energy_perf_policy: program for your kernel not installed

当我尝试安装 linux-tools 时,正如 TLP 的故障排除网站所解释的,该网站说

tlp-stat -p shows "x86_energy_perf_policy: program [for your kernel] not installed."

Depending on the distro your mileage may vary:

Ubuntu: install the meta-package linux-tools (or linux-tools-lts-* for HWE stack kernels), no package available for mainline kernels.

我得到:

Package linux-tools is a virtual package provided by:
      linux-tools-virtual 4.4.0.21.22
      linux-tools-lowlatency 4.4.0.21.22
      linux-tools-generic 4.4.0.21.22
    You should explicitly select one to install.

所以没有适用于 4.5.2 内核的工具,即没有性能。安装 sudo apt-get install linux-tools-generic,仅提供 4.4.0* 内核工具。

perf 与电池寿命有关吗?我可以以某种方式将其安装到内核 4.5.2 吗?

在 Ubuntu 16.04 LTS 上使用 Lenovo z51-70、i5、AMD 和 Intel 显卡。

相关内容