A Quality of Experience and Smart Queue Management system for ISPs. Leverage CAKE to improve network responsiveness, enforce bandwidth plans, and reduce bufferbloat.
Add a server-side ringbuffer for the last 5 minutes of throughput data. This is loaded in full when the dashboard opens, preserving state (and anything missing while you were elsewhere). Subsequent updates query the ringbuffer's most recent value, avoiding downloading large amounts of state.
Fixes #317
Add a server-side ringbuffer for the last 5 minutes of throughput data. This is loaded in full when the dashboard opens, preserving state (and anything missing while you were elsewhere). Subsequent updates query the ringbuffer's most recent value, avoiding downloading large amounts of state.