From owner-freebsd-hackers Sun Aug 20 16:44:43 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id QAA28144 for hackers-outgoing; Sun, 20 Aug 1995 16:44:43 -0700 Received: from rah.star-gate.com (rah.star-gate.com [204.188.121.18]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id QAA28138 for ; Sun, 20 Aug 1995 16:44:37 -0700 Received: from rah.star-gate.com (localhost.v-site.net [127.0.0.1]) by rah.star-gate.com (8.6.11/8.6.9) with ESMTP id QAA11053; Sun, 20 Aug 1995 16:44:11 -0700 Message-Id: <199508202344.QAA11053@rah.star-gate.com> X-Mailer: exmh version 1.6.2 7/18/95 To: Brian Tao cc: freebsd-hackers@freebsd.org Subject: Re: Making a FreeBSD NFS server In-reply-to: Your message of "Mon, 21 Aug 1995 07:16:26 +0800." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 20 Aug 1995 16:44:10 -0700 From: "Amancio Hasty Jr." Sender: hackers-owner@freebsd.org Precedence: bulk >>> Brian Tao said: > On Sun, 20 Aug 1995, Amancio Hasty Jr. wrote: > > > > Curious what are the actual numbers for your disk in the system running > > the NFS server? > > Numbers for the disk? You mean like models numbers or performance > numbers or what? They are 2-gig 7200 rpm drives of some sort, and I > get about 6.5MB/sec read/write to one and about 16MB/sec aggregate > read/write to three at once (two controllers in the SGI). Curious then, where is the time being spend in the NFS code? Given that we can drive the ethernet at near capacity and that the disks are very fast . It pretty much leads me to believe that the NFS code or protocol is the bottle neck. Amancio