We have a custom Netflow sensor that we use to collect 95% Mbps data by IP for client billing (we're a public web host). Each client has two channels assigned, data in and data out, and a matching Include filter. (the include filter is one line that encompasses all of the IPs from all defined channels). Like this:
Channels #1:Client_in (DestinationIP[1.1.1.2] or DestinationIP[1.1.1.3]) #2:Client_out (SourceIP[1.1.1.2] or SourceIP[1.1.1.3]) Incude filter (IP[1.1.1.2] or IP[1.1.1.3])
Our question is, are we hurting or helping machine performance by using the include filter since it is essentially a duplicate of the channel definitions?
Add comment