From owner-freebsd-questions@FreeBSD.ORG Sat Aug 21 16:32:53 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 73EEE106567A for ; Sat, 21 Aug 2010 16:32:53 +0000 (UTC) (envelope-from jcw@speakeasy.net) Received: from mail4.sea5.speakeasy.net (mail4.sea5.speakeasy.net [69.17.117.48]) by mx1.freebsd.org (Postfix) with ESMTP id 0B1CB8FC1D for ; Sat, 21 Aug 2010 16:32:52 +0000 (UTC) Received: (qmail 19557 invoked from network); 21 Aug 2010 16:32:52 -0000 Received: from dsl081-163-120.sea1.dsl.speakeasy.net (HELO w20.stradamotorsports.com) (jcw@[64.81.163.120]) (envelope-sender ) by mail4.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 21 Aug 2010 16:32:52 -0000 Message-ID: <4C6FFFB4.5020105@speakeasy.net> Date: Sat, 21 Aug 2010 09:32:52 -0700 From: "Jason C. Wells" User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.10) Gecko/20100808 Lightning/1.0b1 Thunderbird/3.0.5 MIME-Version: 1.0 To: perryh@pluto.rain.com References: <4C55E4B5.7000201@speakeasy.net> <8627B125-F3BB-42B2-98CF-600E21A93A2D@hiwaay.net> <5628C9CD-0F16-4C0E-8B89-B4ECCA35C933@hiwaay.net> <4C5F7141.9030203@speakeasy.net> <4c5f8dc6.IUSZ/egsTlgYHE/G%perryh@pluto.rain.com> In-Reply-To: <4c5f8dc6.IUSZ/egsTlgYHE/G%perryh@pluto.rain.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Typical Network Performance X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Aug 2010 16:32:53 -0000 On 08/08/10 22:10, perryh@pluto.rain.com wrote: > "Jason C. Wells" wrote: > >> By process of elimination (swap cables, swap ports, try different >> host pairs) I was able to discover that a single server on my home >> LAN was getting about 1.6% performance compared to other servers >> getting 94% >> > ... > >> What would be the next step to figuring out why this host's network >> performance is slow? >> > My next step would be to check whether this host and its hub/switch > port agree on speed and duplex -- occasionally some combination > of netcard phy and switch type gets the negotiation wrong. Duplex > mismatch, in particular, can have huge performance impact. > I needed a windows utility to connect to my switch. Instead I just added a realtek NIC to my server to replace the Marvell on-board NIC. After this, network load using 'nc' to pipe 1MiB gives 98% transfer rate. Even though I don't know what the problem was, I consider the problem solved. Thanks. Jason