From owner-freebsd-questions@FreeBSD.ORG Tue Jan 4 17:29:14 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8893916A4CE for ; Tue, 4 Jan 2005 17:29:14 +0000 (GMT) Received: from smtp807.mail.sc5.yahoo.com (smtp807.mail.sc5.yahoo.com [66.163.168.186]) by mx1.FreeBSD.org (Postfix) with SMTP id 102ED43D48 for ; Tue, 4 Jan 2005 17:29:14 +0000 (GMT) (envelope-from sp0ng3b0b@sbcglobal.net) Received: from unknown (HELO ?10.1.1.25?) (joe?stevensen@69.107.45.115 with plain) by smtp807.mail.sc5.yahoo.com with SMTP; 4 Jan 2005 17:29:13 -0000 Message-ID: <41DAD26C.9010500@sbcglobal.net> Date: Tue, 04 Jan 2005 09:29:16 -0800 From: sp0ng3b0b User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: James Kilton References: <20050102152416.65565.qmail@web51904.mail.yahoo.com> In-Reply-To: <20050102152416.65565.qmail@web51904.mail.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: TCPDUMP performance X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jan 2005 17:29:14 -0000 James Kilton wrote: > Hello, > > We've installed some FreeBSD machines as Gigabit sniffers, and I'm > wondering if there are any things I can tweak (e.g., buffer size) to help > TCPDUMP capture better (we often see packets dropped by the kernel). > > Any advice would be appreciated. > > Thanks, > James > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > Enable device polling. Add the following options to your kernel config, and then compile and install the new kernel: options DEVICE_POLLING options HZ=1000 After reboot, enable polling mode on with: sysctl kern.polling.enable=1