From owner-freebsd-performance@FreeBSD.ORG Sun Jan 21 09:30:45 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 A8A3816A401 for ; Sun, 21 Jan 2007 09:30:45 +0000 (UTC) (envelope-from mefystofel@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.234]) by mx1.freebsd.org (Postfix) with ESMTP id 6FC1E13C44B for ; Sun, 21 Jan 2007 09:30:45 +0000 (UTC) (envelope-from mefystofel@gmail.com) Received: by wx-out-0506.google.com with SMTP id s18so956773wxc for ; Sun, 21 Jan 2007 01:30:44 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=IdfvDvRhmS9ReJLPVOVibuIRu7dWzxlz1VXInUzW2IIaYoTgR6v5nkIQWxUsAYoc6Mb/h7AF78tC3AImuc3QHQChPq4Jy9KnjOdcu9CncqbpO/Jx8Px2LtXnQ7SuxlEszhG7bBeeCcDvD0aAF6ZlHUK34piDmRR+8nuP4FSZaMM= Received: by 10.90.78.9 with SMTP id a9mr4953115agb.1169370212930; Sun, 21 Jan 2007 01:03:32 -0800 (PST) Received: by 10.90.66.16 with HTTP; Sun, 21 Jan 2007 01:03:32 -0800 (PST) Message-ID: Date: Sun, 21 Jan 2007 14:03:32 +0500 From: "Roman Serbski" To: freebsd-performance@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Slow network performance (em0 & catalyst 2950) 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: Sun, 21 Jan 2007 09:30:45 -0000 Hello list, I am facing with really slow network performance (nfs/ftp) under FreeBSD 6.2-PRERELEASE with em0 NIC connected to Cisco Catalyst 2950 switch. The transfer speed is ~150-200kbps for nfs, ftp and httpd. Here is more information about my setup: em0: port 0xdc00-0xdc3f mem 0xfcfa0000-0xfcfbffff irq 54 at device 4.0 on pci3 %ifconfig em0: flags=8843 mtu 1500 options=b inet 192.168.1.5 netmask 0xfffffff0 broadcast 192.168.1.15 ether 00:04:23:c7:61:3a media: Ethernet autoselect (100baseTX ) status: active The server is connected to Cisco Catalyst 2950 switch (latest IOS) with 'auto' set for duplex and speed. 'sh int' shows 100baseTX and full-duplex. I googled two threads with the similar symptoms: http://www.daemonnews.org/mailinglists/FreeBSD/freebsd-performance/msg01732.html http://unix.derkeiler.com/Mailing-Lists/FreeBSD/performance/2003-06/0014.html Tried everything mentioned there, but it didn't help. I tried to set 100baseTX and full-duplex both on FreeBSD and Cisco - same slow throughput. Also tried to play with sysctl - no luck. netstat -i doesn't show anything suspicious: Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll em0 1500 00:04:23:c7:61:3a 21401 0 31364 0 0 Anyone with the similar problem? I am ready to provide more detailed information and I would highly appreciate your assistance! Thank you in advance.