luci-app-nlbwmon: new package 1259/head
authorJo-Philipp Wich <jo@mein.io>
Fri, 28 Jul 2017 13:57:44 +0000 (15:57 +0200)
committerJo-Philipp Wich <jo@mein.io>
Fri, 28 Jul 2017 14:26:42 +0000 (16:26 +0200)
commit0fe93fc3a3c9402a5d0af4415ed140df20f14953
tree0ee17eefdec9efc455ccb896f171f1bc73cc3a25
parentee6110b3ac9433484045b61604a86f9917d8f279
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]