CPU performance management for LuCI (OpenWrt webUI)
Find a file
2026-04-14 17:16:34 +03:00
htdocs/luci-static/resources/view UI changes. 2025-11-02 17:33:19 +03:00
po Fixed typos. 2026-04-14 17:16:34 +03:00
root v0.6. Cpufreq policies instead of per-CPU settings. Added EAS and PCIe ASPM options. 2025-10-05 17:19:03 +03:00
screenshots UI changes. 2025-11-02 17:33:19 +03:00
LICENSE Initial commit 2022-02-26 18:55:10 +03:00
Makefile UI changes. 2025-11-02 17:33:19 +03:00
README.md README.md. 2025-12-25 01:08:36 +03:00

luci-app-cpu-perf

CPU performance management for LuCI (OpenWrt webUI).

OpenWrt >= 22.03.

Dependences: ucode, ucode-mod-fs.

Installation notes

OpenWrt >= 25.12:

wget --no-check-certificate -O /tmp/luci-app-cpu-perf-0.6.1-r1.apk https://github.com/gSpotx2f/packages-openwrt/raw/master/25.12/luci-app-cpu-perf-0.6.1-r1.apk
apk --allow-untrusted add /tmp/luci-app-cpu-perf-0.6.1-r1.apk
rm /tmp/luci-app-cpu-perf-0.6.1-r1.apk
service rpcd restart
service cpu-perf start

i18n-ru:

wget --no-check-certificate -O /tmp/luci-i18n-cpu-perf-ru-0.6.1-r1.apk https://github.com/gSpotx2f/packages-openwrt/raw/master/25.12/luci-i18n-cpu-perf-ru-0.6.1-r1.apk
apk --allow-untrusted add /tmp/luci-i18n-cpu-perf-ru-0.6.1-r1.apk
rm /tmp/luci-i18n-cpu-perf-ru-0.6.1-r1.apk

OpenWrt <= 24.10:

wget --no-check-certificate -O /tmp/luci-app-cpu-perf_0.6.1-r1_all.ipk https://github.com/gSpotx2f/packages-openwrt/raw/master/24.10/luci-app-cpu-perf_0.6.1-r1_all.ipk
opkg install /tmp/luci-app-cpu-perf_0.6.1-r1_all.ipk
rm /tmp/luci-app-cpu-perf_0.6.1-r1_all.ipk
service rpcd restart
service cpu-perf start

i18n-ru:

wget --no-check-certificate -O /tmp/luci-i18n-cpu-perf-ru_0.6.1-r1_all.ipk https://github.com/gSpotx2f/packages-openwrt/raw/master/24.10/luci-i18n-cpu-perf-ru_0.6.1-r1_all.ipk
opkg install /tmp/luci-i18n-cpu-perf-ru_0.6.1-r1_all.ipk
rm /tmp/luci-i18n-cpu-perf-ru_0.6.1-r1_all.ipk

Screenshots:

CPU load: https://github.com/gSpotx2f/luci-app-cpu-status, https://github.com/gSpotx2f/luci-app-cpu-status-mini. Temperature: https://github.com/gSpotx2f/luci-app-temp-status.