nProbe
nProbe copied to clipboard
handle different sampling rates for ipfix
Hello, Following https://lists.gt.net/ntop/users/48067 It would be nice if nprobe could handle different sampling rates for IPFIX flows coming on the same ZMQ socket. Regards
did you consider setting up one nProbe per sampling rate. For example:
nprobe -i none -n none -S 1:1000:1 --collector-port 2055 ...
nprobe -i none -n none -S 1:4000:2 --collector-port 2056 ...
So that all the exporters that sample @1/1000 export on 2055, and all the exporters that sample @1/4000 export on 2056 and so on?
Is there planned support for learning sample rates from exporters via NF9/IPFIX templates?