From owner-freebsd-performance@FreeBSD.ORG Tue Apr 19 13:14:45 2005 Return-Path: Delivered-To: freebsd-performance@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D579116A4CE for ; Tue, 19 Apr 2005 13:14:45 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57A2143D41 for ; Tue, 19 Apr 2005 13:14:45 +0000 (GMT) (envelope-from kometen@gmail.com) Received: by rproxy.gmail.com with SMTP id a41so1268546rng for ; Tue, 19 Apr 2005 06:14:44 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Z6qnvX3ImmXAEnOTZRvnxuygkXtwY6IrzTiuX80RwocVAXkYqQIscT2llNwdR4AhK358/W6NNAx5JJBhqn/jn09xy/nZtAPRhyZmjFtDwLovHsTB/2JahzrlZzt247b1j/s9GIXdYAJSMePc8r9nfjcxOf3w4YrtHGbwyymDkrE= Received: by 10.38.67.66 with SMTP id p66mr4912819rna; Tue, 19 Apr 2005 06:14:44 -0700 (PDT) Received: by 10.38.149.53 with HTTP; Tue, 19 Apr 2005 06:14:44 -0700 (PDT) Message-ID: Date: Tue, 19 Apr 2005 15:14:44 +0200 From: Claus Guttesen To: Eric Anderson In-Reply-To: <4264F8A8.3080405@centtech.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <4264EC60.3020600@centtech.com> <4264EF40.3060900@centtech.com> <4264F8A8.3080405@centtech.com> cc: freebsd-performance@freebsd.org Subject: Re: some simple nfs-benchmarks on 5.4 RC2 X-BeenThere: freebsd-performance@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Claus Guttesen List-Id: Performance/tuning List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Apr 2005 13:14:46 -0000 > What does gstat look like on the server when you are doing this? > Also - does a dd locally on the server give the same results? You should= get > about double that I would estimate locally direct to disk. What about a = dd over > NFS? dd-command: dd if=3D/dev/zero of=3D/nfssrv/dd.tst bs=3D1024 count=3D1048576 on client: 1073741824 bytes transferred in 24.787112 secs (43318553 bytes/sec) gstat showed approx. 30.000-52.000 KB/s. on nfs-server: 1073741824 bytes transferred in 23.368815 secs (45947637 bytes/sec) gstat showed approx. 45.000-46.000 KB/s. The funny thing is that the outputrate fluxuates more dd'ing from the client (remote) and is more consistent dd'ing on the server (locally). > What is the server spending its time doing? (top?) nfsd. > If you are looking for the best performance, you might try a RAID 0+1 (or= 10 > possibly) instead of RAID 5. I chosed raid 5 to maximize space. regards Claus