From owner-freebsd-questions@FreeBSD.ORG Mon Feb 18 09:57:28 2008 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 9CB4D16A417 for ; Mon, 18 Feb 2008 09:57:28 +0000 (UTC) (envelope-from norgaard@locolomo.org) Received: from bifrost.locolomo.org (97.pool85-48-194.static.orange.es [85.48.194.97]) by mx1.freebsd.org (Postfix) with ESMTP id 5449E13C455 for ; Mon, 18 Feb 2008 09:57:27 +0000 (UTC) (envelope-from norgaard@locolomo.org) Received: from Home.local (32.Red-80-37-158.staticIP.rima-tde.net [80.37.158.32]) by bifrost.locolomo.org (Postfix) with ESMTP id B35DF39822; Mon, 18 Feb 2008 10:57:25 +0100 (CET) Message-ID: <47B9567F.2080803@locolomo.org> Date: Mon, 18 Feb 2008 10:57:19 +0100 From: Erik Norgaard User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: Boldra References: <47B94EAE.3050002@boldra.com> In-Reply-To: <47B94EAE.3050002@boldra.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: network not performing - where to start? 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: Mon, 18 Feb 2008 09:57:28 -0000 Boldra wrote: > I think ifconfig -a is saying that the os thinks the card is 100Mbit: > > ed1: flags=8843 mtu 1500 > inet 192.168.1.5 netmask 0xffffff00 broadcast 192.168.1.255 > ether 00:a0:0c:40:32:a3 > media: Ethernet autoselect (100baseTX ) > status: active > > > So my questions are: > How do I check the network performance from within freebsd? > What other tools can I use to check for network problems? > How can I check the network card is configured and working correctly? It is not irrelevant which protocol you use to copy large files. Some protocols has less overhead. Also, you may experience better performance between bsd stations, if you can try set up two bsd stations to test performance on different protocols, ftp, http, tftp, whatever. I think the best I have had on a 10Mbit/s was 1Mbyte/s - that is about 80% is actually effective payload. Another thing you can do to get more correct numbers is to use the packet filtering statistics. Cheers, Erik