Skip to content

CPU utilization info for the LuCI status page (OpenWrt webUI)

License

Notifications You must be signed in to change notification settings

gSpotx2f/luci-app-cpu-status

Repository files navigation

luci-app-cpu-status

CPU utilization info for the LuCI status page (OpenWrt webUI).

OpenWrt >= 19.07.

Lite version: luci-app-cpu-status-mini.

Installation notes

OpenWrt >= 21.02:

wget --no-check-certificate -O /tmp/luci-app-cpu-status_0.4-3_all.ipk https://github.com/gSpotx2f/packages-openwrt/raw/master/current/luci-app-cpu-status_0.4-3_all.ipk
opkg install /tmp/luci-app-cpu-status_0.4-3_all.ipk
rm /tmp/luci-app-cpu-status_0.4-3_all.ipk
/etc/init.d/rpcd reload

i18n-ru:

wget --no-check-certificate -O /tmp/luci-i18n-cpu-status-ru_0.4-3_all.ipk https://github.com/gSpotx2f/packages-openwrt/raw/master/current/luci-i18n-cpu-status-ru_0.4-3_all.ipk
opkg install /tmp/luci-i18n-cpu-status-ru_0.4-3_all.ipk
rm /tmp/luci-i18n-cpu-status-ru_0.4-3_all.ipk

OpenWrt 19.07:

wget --no-check-certificate -O /tmp/luci-app-cpu-status_0.3-1_all.ipk https://github.com/gSpotx2f/packages-openwrt/raw/master/19.07/luci-app-cpu-status_0.3-1_all.ipk
opkg install /tmp/luci-app-cpu-status_0.3-1_all.ipk
rm /tmp/luci-app-cpu-status_0.3-1_all.ipk
/etc/init.d/rpcd reload

i18n-ru:

wget --no-check-certificate -O /tmp/luci-i18n-cpu-status-ru_0.3-1_all.ipk https://github.com/gSpotx2f/packages-openwrt/raw/master/19.07/luci-i18n-cpu-status-ru_0.3-1_all.ipk
opkg install /tmp/luci-i18n-cpu-status-ru_0.3-1_all.ipk
rm /tmp/luci-i18n-cpu-status-ru_0.3-1_all.ipk

Screenshots:

Related LuCI applications:

CPU performance: https://github.com/gSpotx2f/luci-app-cpu-perf.