openwrt / luci

LuCI - OpenWrt Configuration Interface
Apache License 2.0
6.38k stars 2.53k forks source link

luci-app-nlbwmon: Support for realtime speed/data-transfer-rate per client. #5365

Closed xavier83 closed 2 years ago

xavier83 commented 3 years ago

https://github.com/kiougar/luci-wrtbwmon seems to support it but looks unmaintained :disappointed:

Seems like it is supposed to be a ui/luci level feature? :slightly_smiling_face: https://github.com/jow-/nlbwmon/issues/45

jow- commented 2 years ago

The software architecture of nlbwmon does not support this use case. It regularly polls conntrack for accounting information but that information is not real time unfortunately.

xavier83 commented 2 years ago

@jow- isn't computing "realtime" speed as simple as tracking the change in bandwidth accounting data between every poll over the interval of polling? am I missing something?