From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 09:27:23 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9C0516A420 for ; Mon, 20 Feb 2006 09:27:23 +0000 (GMT) (envelope-from xnooby@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 022A043D45 for ; Mon, 20 Feb 2006 09:27:22 +0000 (GMT) (envelope-from xnooby@gmail.com) Received: by nproxy.gmail.com with SMTP id p46so600648nfa for ; Mon, 20 Feb 2006 01:27:21 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=Cy8np+2XFNKphalo6JG2f4HbLib17Xzigai6S6y+gqlfr6UCZEBTEzMIW0Qc+6V8gRIoFHQL1oLSW+OPcFbGG5GWs+OlOFVhJluS+gV/Q/wjEj89zOWozql+WkkjzSjJemo9C8ngs1mAWjdFR7hE2+//3R9eC0vSwezhHyd17So= Received: by 10.49.10.15 with SMTP id n15mr894102nfi; Mon, 20 Feb 2006 01:27:21 -0800 (PST) Received: by 10.48.211.7 with HTTP; Mon, 20 Feb 2006 01:27:21 -0800 (PST) Message-ID: Date: Mon, 20 Feb 2006 04:27:21 -0500 From: "Xn Nooby" To: "Andrew Pantyukhin" In-Reply-To: MIME-Version: 1.0 References: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: WinSCP mega-slowness 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, 20 Feb 2006 09:27:23 -0000 Well, it's good to know I'm not the only one seing this. Right now both machines are running FreeBSD, since I gave up on waiting for Windows to cop= y the files. The CPU load on Window when sending 1 meg per second is usuall= y about 30%, while the Unix box is only at 1-2%. When I have 2 Unix boxes sending/receiving, I think the load is like 4-5% on both. I'm building a bunch of packages right now, so I can't get the exact number. I could try the openssh patch later in the week, that would be great if there was a unix-side fix for this. Of course as I run FreeBSD more, and Windows less, the problem will go away, too. thanks! On 2/20/06, Andrew Pantyukhin wrote: > > On 2/20/06, Xn Nooby wrote: > > For about a year I have noticed that whenever my Windows boxes talk to > my > > Unix boxes, they communicate at about 1/10 normal speed. I copy lots > (300GB) > > of large files back and forth between machines as I try different OS's, > and > > I always see this. > > > > Specifically, if I copy from FreeBSD to FreeBSD, files transfer at 11 > megs > > per second. Between FreeBSD and Linux, at about 8 megs per > second. Between > > FreeBSD and Windows, about 1 megabyte per second. This is on identical > > hardware. I've told other people about this, and they usually say I > must be > > doing something wrong, but recently a friend of mine upgraded a Windows > box > > to SP2, and now they are getting this same slowness. When I copy from > > Windows to WIndows (XP or W2k), I get 11 megs per second. > > > > My machines are two P4's with gigabit NICs, and I'm using WinSCP and > > (somtimes) pscp.exe on WIndows to talk to sshd on FreeBSD. It's always > a > > shock when I have to copy my data to WIndows, and it takes 30 hours > instead > > of 3. > > > > Does anyone else ever see this slowness when copying files between > FreeBSD > > and Windows? > > > > Is Windows maybe capping the transfer speed when it talks to Unix? > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > > > > It is very certainly a known issue. Not that its specifics and > origins are clearly known, but most of us stumble upon it > sooner or later. You can usually achieve wire speed only > between two OSes of a kind. TCP/IP optimizations are > very important here: if they differ, performance plummets. > Depends on a multitude of things from quality of NICs to > weather in your area. I've never been able to get more > than 70Mbit/s between FreeBSD and Windows XP. I > always get 90-100Mbit/s between two BSDs or two Win's. > > As for your case, 1MB/s is a serious limit. What can you > tell us about CPU load? Interrupts? Can you try this: > http://www.psc.edu/networking/projects/hpn-ssh/ >