kiddin9-packages/luci-app-cpu-perf
github-actions[bot] 47d1eda88e 🌈 Sync 2024-07-02 17:42:43
2024-07-02 17:42:43 +08:00
..
htdocs/luci-static/resources/view 🌈 Sync 2024-07-02 17:42:43 2024-07-02 17:42:43 +08:00
po 🌈 Sync 2024-07-02 17:42:43 2024-07-02 17:42:43 +08:00
root 🌈 Sync 2024-07-02 17:42:43 2024-07-02 17:42:43 +08:00
screenshots 🌈 Sync 2024-07-02 17:42:43 2024-07-02 17:42:43 +08:00
LICENSE 🌈 Sync 2024-07-02 17:42:43 2024-07-02 17:42:43 +08:00
Makefile 🌈 Sync 2024-07-02 17:42:43 2024-07-02 17:42:43 +08:00
README.md 🌈 Sync 2024-07-02 17:42:43 2024-07-02 17:42:43 +08:00

luci-app-cpu-perf

CPU performance information and management for LuCI (OpenWrt webUI).

OpenWrt >= 19.07.5.

Dependences: lua, luci-lib-nixio, luci-lib-jsonc.

Installation notes

OpenWrt >= 19.07.5:

wget --no-check-certificate -O /tmp/luci-app-cpu-perf_0.4.0-r1_all.ipk https://github.com/gSpotx2f/packages-openwrt/raw/master/current/luci-app-cpu-perf_0.4.0-r1_all.ipk
opkg install /tmp/luci-app-cpu-perf_0.4.0-r1_all.ipk
rm /tmp/luci-app-cpu-perf_0.4.0-r1_all.ipk
/etc/init.d/rpcd restart
/etc/init.d/cpu-perf start

i18n-ru:

wget --no-check-certificate -O /tmp/luci-i18n-cpu-perf-ru_0.4.0-r1_all.ipk https://github.com/gSpotx2f/packages-openwrt/raw/master/current/luci-i18n-cpu-perf-ru_0.4.0-r1_all.ipk
opkg install /tmp/luci-i18n-cpu-perf-ru_0.4.0-r1_all.ipk
rm /tmp/luci-i18n-cpu-perf-ru_0.4.0-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.