-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TP-Link CPE210/220: high CPU load: rssileds #769
Comments
This should be addressed upstream e.g. in the OpenWRT default configuration. Could you test the current behaviour with image from the OpenWRT development branch? |
OpenWrt SNAPSHOT, r12706-1fb3c003d6 (25.03.2020) -> CPU load seems okay
|
Openwrt 19.07.02 (29.02.2020), r10947-65030d81f3 -> CPU load seems okay -> tested wifi uplink
|
Can you compare (diff) the led-settings in /etc/config/system between vanilla OpenWrt and the config causing 10% load? |
setting:
to:
-> CPU load gets "normal" (box needs reboot) -> quirk: if set
-> if wlan0-dhcp-2 or wlan0-mesh-2 is enabled again -> reproducible:
stock Openwrt 19.07.02 and master rssi sections are identical:
|
think the relates to #509 |
To make it short: having a non-existing interface specified in "config rssid" will cause high CPU-load and as per #509 not working LEDs. Right? |
Exactly. strange is -> vanilla OpenWrt -> suggest: |
This bug got fixed by freifunk-berlin/falter-packages#169 Maybe you want to adopt this solution. |
What is the problem?
rssileds cause average of ~10% CPU load
What is the expected behaviour?
should be less to almost zero %
Firmware Version:
should be all supporting CPE210/220, tested master_branch (12.03.2020) freifunk-berlin-development-572abd8:
CPU load: CPU: 6% usr 21% sys 0% nic 70% idle 0% io 0% irq 1% sirq
Workaround 1
disable rssileds -> frei.funk -> administration -> system -> startup -> stop rssileds / disable (at boot) -> idle gets around 95% :)
Workaround 2
remove package rssileds -> /firmware/configs -> ath79-generic.config -> CONFIG_PACKAGE_rssileds=n
CPU load been addressed in past, see:
openwrt/openwrt#169
freifunk-gluon/gluon@9c0a089
IMHO
-> signal strength leds are nice - average of 10% CPU not,
-> think moste usecases adjusting antenna for fine tuning people log in to box and use values shown in LuCI
-> would disable it or tune led signal refresh intervalThe text was updated successfully, but these errors were encountered: