Re: [Nfdump-discuss] Not showing traffic from one of the network devices
netflow collecting and processing tools
Brought to you by:
phaag
|
From: Phil M. <p.m...@im...> - 2013-09-07 10:15:30
|
On 09/07/2013 05:19 AM, allen chan wrote: > netflow 1606 1 0 Aug13 ? 00:12:27 /opt/netflow/bin/nfcapd > -w -D -p 9997 -u netflow -g apache -B 200000 -S 1 -P > /opt/netflow/data/nfsen/var/run/p9997.pid -z -n CBR-01A 10.12.255.2 > /opt/netflow/data/nfsen/profiles-data/live/CBR-01A -n CDR-01A > 10.12.255.3 /opt/netflow/data/nfsen/profiles-data/live/CDR-01A > Not sure about that command line; -n should be ident,ip,basedir. Is this an artifact of your "ps" or is nfcapd really running like that? You could try using separate port and nfcapd processes for each source; we prefer to do things that way, as one source can't swamp the socket completely for another then. |