Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Dec 2007 11:00:35 +0200
From:      "Vlad GALU" <dudu@dudu.ro>
To:        "Robert Watson" <rwatson@freebsd.org>
Cc:        freebsd-net@freebsd.org, Peter Losher <Peter_Losher@isc.org>
Subject:   Re: Aggregating many ports into one for tcpdump server.
Message-ID:  <ad79ad6b0712050100p90a1917w5440e06a94f816e7@mail.gmail.com>
In-Reply-To: <20071205021851.V87930@fledge.watson.org>
References:  <4755EFDD.8070609@isc.org> <20071205021851.V87930@fledge.watson.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 12/5/07, Robert Watson <rwatson@freebsd.org> wrote:
>
> On Tue, 4 Dec 2007, Peter Losher wrote:
>
> > I am currently working on a tcpdump collector where we have multiple feeds
> > coming in (via bge{0-8}).  Since tcpdump can only poll one interface per
> > process, I was hoping to aggregate the traffic onto one pseudo-interface for
> > tcpdump to hold onto and to poll.
> >
> > Looking thru the archives, it seems ng_one2many (in this case 'many2one') is
> > what I am looking for.  Am I barking the right tree here?
>
> Depending on the configuration of the system (number of interfaces, number of
> CPUs, etc), you may find that running many tcpdump sessions results on greater
> throughput due to making better use of parallelism.  For example, if you have
> eight cores and four interfaces, then you can end up running with one ithread
> and one tcpdump session, each on their own CPU, per interface.  Of course, if
> you have many more interfaces than CPUs/pairs, then you just end up with much
> more context-switching, which will hurt performance.  BTW, if you find you're
> getting packet loss in BPF processing at high rates, we should have you try
> the zero-copy BPF patches.  Finally, another configuration you might consider
> is a single 10gbps card configured as a vlan trunk attached to a switch
> serving the various vlans to various switch ports.  I'm not sure if that will
> be faster or lower, but it would be different. :-)

   I would like to try the aforementioned patches too. Can you please
point me to a link?

>
> Robert N M Watson
> Computer Laboratory
> University of Cambridge
> _______________________________________________
> freebsd-net@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-net
> To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"
>


-- 
Mahnahmahnah!



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ad79ad6b0712050100p90a1917w5440e06a94f816e7>