From owner-freebsd-performance@FreeBSD.ORG Fri Jan 12 15:43:13 2007 Return-Path: X-Original-To: freebsd-performance@freebsd.org Delivered-To: freebsd-performance@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2539216A412 for ; Fri, 12 Jan 2007 15:43:13 +0000 (UTC) (envelope-from gofp-freebsd-performance@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id D8A8613C455 for ; Fri, 12 Jan 2007 15:43:12 +0000 (UTC) (envelope-from gofp-freebsd-performance@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1H5OYZ-0005At-0v for freebsd-performance@freebsd.org; Fri, 12 Jan 2007 16:43:03 +0100 Received: from lara.cc.fer.hr ([161.53.72.113]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 12 Jan 2007 16:43:03 +0100 Received: from ivoras by lara.cc.fer.hr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 12 Jan 2007 16:43:03 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-performance@freebsd.org From: Ivan Voras Date: Fri, 12 Jan 2007 16:42:48 +0100 Lines: 24 Message-ID: References: <379658.99357.qm@web30309.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: lara.cc.fer.hr User-Agent: Thunderbird 1.5.0.4 (X11/20060625) In-Reply-To: <379658.99357.qm@web30309.mail.mud.yahoo.com> Sender: news Subject: Re: network perf : em driver ? X-BeenThere: freebsd-performance@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Performance/tuning List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Jan 2007 15:43:13 -0000 R. B. Riddick wrote: > We had that problem before: Some HTTP server implementations just dont bring > it... :-) thttpd is quite efficient, I have heard... This is a red herring. The OP reports he transfers a single file - http server performance cannot even approach to influence the performance in his case (and he's using apache!). There's absolutely no reason to replace apache here. > You can try > 2. increase MTU (ifconfig em0 mtu 65536 or so; never tried that myself) Don't do that. His ifconfig output lists his card doesn't support jumbo frames, and most ethernet card's will wedge if you use MTU > 1500, let alone a nonstandard one as 65536. Even in 1999, standard 1500 byte frames could yield 400 Mbit/s (http://sd.wareonearth.com/~phil/jumbo.html) > 3. ports/benchmarks/tcpblast I've found iperf to be more useful.