From owner-freebsd-questions Wed Jun 12 04:48:36 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA27139 for questions-outgoing; Wed, 12 Jun 1996 04:48:36 -0700 (PDT) Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id EAA27134 for ; Wed, 12 Jun 1996 04:48:34 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by Root.COM (8.7.5/8.6.5) with SMTP id EAA00840; Wed, 12 Jun 1996 04:48:39 -0700 (PDT) Message-Id: <199606121148.EAA00840@Root.COM> X-Authentication-Warning: implode.Root.COM: Host localhost [127.0.0.1] didn't use HELO protocol To: bill@twwells.com (T. William Wells) cc: freebsd-questions@FreeBSD.ORG Subject: Re: weird transfer rates In-reply-to: Your message of "12 Jun 1996 01:55:31 EDT." <4plm4j$3k6@twwells.com> From: David Greenman Reply-To: davidg@Root.COM Date: Wed, 12 Jun 1996 04:48:39 -0700 Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >I have three machines, ux1, admin, and news, all on the same >ethernet. Ux1 is running 2.1-RELEASE and is our shell account >server; it also runs a web server (wn). Admin is used for general >administrative functions and also serves as a mail gateway. News >is for our news machine. Admin and news are our primary and >secondary nameservers. Ux1 and news are running 2.1-release; >admin is running the first 2.1-stable. None of these machines are >horribly loaded. (Disk rates are reasonable and load averages >rarely above 2.) > >Transfers between ux1 and admin are normal. >Transfers between news and admin are normal. >FTP *from* ux1 to news is normal. >FTP *to* ux1 from news is slow, like <10k/sec. > >The question is: since it isn't a matter of load, where should I >begin looking to find the problem? It sounds like input packets are getting dropped on ux1. What type of ethernet card is in that machine? What do the TCP statistics (netstat -s) have to say about the problem? How about the interface stats (netstat -i)? -DG David Greenman Core-team/Principal Architect, The FreeBSD Project