bpfcountd: add initial package
authorLinus Lüssing <linus.luessing@c0d3.blue>
Sun, 27 Nov 2022 09:55:37 +0000 (10:55 +0100)
committerTianling Shen <cnsztl@gmail.com>
Fri, 2 Dec 2022 20:08:51 +0000 (04:08 +0800)
commit865412cd046d22f53573d5cf640d5c14bc6571ea
tree9af2adde86fc7269c0259cb8f312c2f53ae6c4b4
parent8d2d6c46d61dee6e5b909add58859cfc5a5875a1
bpfcountd: add initial package

bpfcountd was created to obtain packet statistics in larger networks
without stressing the cpu resources. bpfcountd will count the amount
of packages and bytes over time (for each defined rule). The rules
are defined using the tcpdump filter syntax (bpf). The collected
data is provided on a unix socket in plaintext.

Signed-off-by: Linus Lüssing <linus.luessing@c0d3.blue>
net/bpfcountd/Makefile [new file with mode: 0644]
net/bpfcountd/files/etc/bpfcountd.filters [new file with mode: 0644]
net/bpfcountd/files/etc/config/bpfcountd [new file with mode: 0644]
net/bpfcountd/files/etc/init.d/bpfcountd [new file with mode: 0755]