From owner-freebsd-stable@FreeBSD.ORG Sat Mar 6 15:04:53 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC1FB16A4CE for ; Sat, 6 Mar 2004 15:04:53 -0800 (PST) Received: from smtp3.sentex.ca (smtp3.sentex.ca [64.7.153.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A50443D45 for ; Sat, 6 Mar 2004 15:04:53 -0800 (PST) (envelope-from mike@sentex.net) Received: from avscan2.sentex.ca (avscan2.sentex.ca [199.212.134.19]) by smtp3.sentex.ca (8.12.10/8.12.10) with ESMTP id i26N4lOp091919; Sat, 6 Mar 2004 18:04:47 -0500 (EST) (envelope-from mike@sentex.net) Received: from localhost (localhost [127.0.0.1]) by avscan2.sentex.ca (Postfix) with ESMTP id 1FE6059CD1; Sat, 6 Mar 2004 18:04:52 -0500 (EST) Received: from avscan2.sentex.ca ([127.0.0.1]) by localhost (avscan2.sentex.ca [127.0.0.1]) (amavisd-new, port 10024) with SMTP id 10645-15; Sat, 6 Mar 2004 18:04:52 -0500 (EST) Received: from lava.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by avscan2.sentex.ca (Postfix) with ESMTP id E4F0459CC7; Sat, 6 Mar 2004 18:04:51 -0500 (EST) Received: from simian.sentex.net ([192.168.43.27]) by lava.sentex.ca (8.12.9p2/8.12.9) with ESMTP id i26N4oZa071735; Sat, 6 Mar 2004 18:04:50 -0500 (EST) (envelope-from mike@sentex.net) Message-Id: <6.0.3.0.0.20040306180314.08adede0@209.112.4.2> X-Sender: mdtpop@209.112.4.2 (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 6.0.3.0 Date: Sat, 06 Mar 2004 18:05:58 -0500 To: "Marc G. Fournier" , freebsd-stable@freebsd.org From: Mike Tancsa In-Reply-To: <20040306130937.N71806@ganymede.hub.org> References: <20040306130937.N71806@ganymede.hub.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Virus-Scanned: by amavisd-new X-Virus-Scanned: by amavisd-new at (avscan2) sentex.ca Subject: Re: Odd network issue ... *very* slow scp between two servers X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Mar 2004 23:04:54 -0000 At 12:48 PM 06/03/2004, Marc G. Fournier wrote: >the fxp device is running: > media: Ethernet autoselect (100baseTX ) > >the em device is running: > media: Ethernet 100baseTX what does netstat -ni show on both machines for those NICs ? Is the switch managed ? If so, see if there are any errors. Also run the tests where there is little load going on. A load of 7 is going to impact something that needs cpu power (i.e. the ssh encryption) ---Mike