I use netstats command on broctl ,find that the dropped packets is about 80% of the total packets
[BroControl] > netstats
worker - 1 - 1: 1542761937.244889 recvd=117848801 dropped=509235620 link=117848801
worker - 1 - 2: 1542761937.600276 recvd=145398921 dropped=481697589 link=145398921
I had installed pf_ring, the node configuration is as follows:
bro/etc/node.cfg:
[worker-1]
type=worker
host=’’
interface=eno2
lb_method=pf_ring
lb_procs=2
Does anybody have the same problem as me?How is it solved