luci-app-nlbwmon: new package
authorJo-Philipp Wich <jo@mein.io>
Fri, 28 Jul 2017 13:57:44 +0000 (15:57 +0200)
committerJo-Philipp Wich <jo@mein.io>
Sat, 5 Aug 2017 12:27:26 +0000 (14:27 +0200)
commit51a9b0df486869b3060cb9a6910b3a6e8b18f3a3
tree39bd95bd799fddb463128fc4a84d232ed2c920c9
parent580f012cf48d441c52c55fedcf6f64a5f34d9d4d
luci-app-nlbwmon: new package

This commit introduces luci-app-nlbwmon, a frontend for nlbwmon, the
lightweight NetLink BandWidth Montor.

The nlbwmon daemon gathers per-host traffic statistics by querying netlink
accounting data. Due to this approach, the executable is very small and does
not rely on libpcap and CPU intensive raw sockets to monitor traffic.

Depends on PR https://github.com/openwrt/packages/pull/4646

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
applications/luci-app-nlbwmon/Makefile [new file with mode: 0644]
applications/luci-app-nlbwmon/luasrc/controller/nlbw.lua [new file with mode: 0644]
applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua [new file with mode: 0644]
applications/luci-app-nlbwmon/luasrc/view/nlbw/backup.htm [new file with mode: 0644]
applications/luci-app-nlbwmon/luasrc/view/nlbw/display.htm [new file with mode: 0644]
applications/luci-app-nlbwmon/root/etc/uci-defaults/40_luci-nlbwmon [new file with mode: 0644]