From owner-freebsd-hackers Sat Apr 26 15:54:37 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA15159 for hackers-outgoing; Sat, 26 Apr 1997 15:54:37 -0700 (PDT) Received: from root.com (implode.root.com [198.145.90.17]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA15132; Sat, 26 Apr 1997 15:54:30 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by root.com (8.8.5/8.6.5) with SMTP id PAA25437; Sat, 26 Apr 1997 15:55:28 -0700 (PDT) Message-Id: <199704262255.PAA25437@root.com> X-Authentication-Warning: implode.root.com: localhost [127.0.0.1] didn't use HELO protocol To: dennis cc: "Michael K. Sanders" , Christopher Sedore , freebsd-hackers@FreeBSD.ORG, isp@FreeBSD.ORG Subject: Re: Router statistics In-reply-to: Your message of "Sat, 26 Apr 1997 12:30:10 EDT." <3.0.32.19970426123001.00b16380@etinc.com> From: David Greenman Reply-To: dg@root.com Date: Sat, 26 Apr 1997 15:55:28 -0700 Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Now I assume that this machine has a rather heavy overhead with all of the >users >and disk activity....do you have any estimates of the impact of this on the >overall >networking throughput? Obviously the SCSI activity is going to suck up much >bus bandwidth..... The numbers are packet sends/receives to user processes throught the TCP/IP stack. I would expect the packet forwording capability to be much greater. The majority of the CPU time is spent doing file related things, not networking. >As for the Intel Pro/100B ...is this a 10/100MB device? Does it have separate >TP connectors, or 1? Are there any clones that are supported, or any versions >of it that are not supported? 10/100, one connection, one vendor. The one vendor is a good thing, however, because the design isn't "pot luck" and the device driver is much less complicated as well. Or in other words, good for users, bad for Intel haters. The chip is available from Intel for people if they want to make clone cards, however. -DG David Greenman Core-team/Principal Architect, The FreeBSD Project