Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jan 2007 16:42:48 +0100
From:      Ivan Voras <ivoras@fer.hr>
To:        freebsd-performance@freebsd.org
Subject:   Re: network perf : em driver ?
Message-ID:  <eo8a9o$4bm$1@sea.gmane.org>
In-Reply-To: <379658.99357.qm@web30309.mail.mud.yahoo.com>
References:  <EA725AB8-39F4-4A34-A683-82A7DE968A0C@patpro.net> <379658.99357.qm@web30309.mail.mud.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?eo8a9o$4bm$1>