LibreQoE / LibreQoS

A Quality of Experience and Smart Queue Management system for ISPs. Leverage CAKE to improve network responsiveness, enforce bandwidth plans, and reduce bufferbloat.
https://libreqos.io/
GNU General Public License v2.0
464 stars 50 forks source link

Add scaling control to lqosd startup #423

Open thebracket opened 1 year ago

thebracket commented 1 year ago

Still needs research, but there are reports that running this reduces softirq impact:

echo "performance" | sudo tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
interduo commented 10 months ago

Softirqs? Cpu governor controls cpu frequency. "Performance" governor sets cpu freq on higest possible lvl. If I dont set it - i got latency issues on busy instance.