-
Notifications
You must be signed in to change notification settings - Fork 34
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
Feature: Turn on/off (performance consuming) services with a switch #773
Comments
It there a specific kind of performance-gap you found / referencing to? IMHO it will be hard to find a universal setup of services an advanced user don't want in his individual setup. |
@znrR see: #769 (comment) if everything runs "normal" and box has nothing to do CPU load is around 0-5% for single core boxes running vanilla OpenWrt: https://openwrt.org/toh/astoria/arv752dpw22#hardware_highlights -> EasyBox803 -> 333MHz https://openwrt.org/toh/tp-link/cpe210#hardware_highlights -> TP-Link CPE210/CPE220 -> 650 MHz Freifunk adds some services - more then 10% CPU spikes are unusual if box idles see: http://monitor.berlin.freifunk.net/ -> system loads or some testing - EasyBox803 doing mesh, wifi RaLink RT3062F is not full supported and EasyBox hardware "a bit crappy" http://monitor.berlin.freifunk.net/detail.php?p=load&t=load&h=cottbus-lausi36-2&s=86400 if its about slow web interface LuCI -> try faster development builds ;) |
OK - that's really interesting! I have a few examples to provide (although i don't know how to collect the data) where a nanostation m2 loco or an TP-Link TL-WR1043N/ND v1 get so slow (by luci?!) that even tcp/ip traffic slows down dramatically, sometimes even crash. Perry helped me with the m2 loco and set a scheduled task to |
why yes, for instance, there are situations where I want routers to only mesh, to not provide ap functionality. I am using this for some older 1043 nodes, they do serve well as mesh nodes. Also a common practice are 24h reboots of routers by a cronjob, let's add a switch for that as well.
in terms of general stability I prefer to disable uhttpd as described here:
Not sure if this one-way switch makes sense, if so, i'd call it a TOUGHSwitch lol. I'd use it tho. |
You are aware, that those devices are 32MB RAM only? There is the 4/32-warning of OpenWrt and discouraging their general support and use. Please see also #666. @kls0e your special configurations are probably also a candidate for a "tiny" imagetype. |
a tiny image type would be a great solution! I put it in for discussion for later today! |
As an advanced and pro user I want to turn off/on (performance consuming) services such as DHCP, IPV6 and others [needs further spec] per Interface with one switch, without the need to switch on/off that services at various spots.
Solution Idea: Realised via scripts that turn off that services at all required spots and an overview of services in menu services to "Interfaces" in "Networks". To identify which services consume a lot of performance a hint in that overview would be great.
The text was updated successfully, but these errors were encountered: