From owner-freebsd-stable@FreeBSD.ORG Tue May 10 10:46:05 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E179516A4CE for ; Tue, 10 May 2005 10:46:05 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A12243D76 for ; Tue, 10 May 2005 10:46:05 +0000 (GMT) (envelope-from michael.schuh@gmail.com) Received: by rproxy.gmail.com with SMTP id a41so934356rng for ; Tue, 10 May 2005 03:46:05 -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:mime-version:content-type:content-transfer-encoding:content-disposition; b=VWl4JXM2NVswWd3CPLIz4K705fckGdbnPKoVM3gQdRnohKioQFVjCj7Us0uriD8QAGhP3mmJ4aadt2+UwchbQwvI169yZceOIqRGtPjJAsNlikqCwQ1rT2sg8otJDAnwzrORqTDQjcu6cJZqppXnk/lH7zRV4uETYo0oR1pzMG8= Received: by 10.38.151.37 with SMTP id y37mr2009042rnd; Tue, 10 May 2005 03:46:05 -0700 (PDT) Received: by 10.38.207.79 with HTTP; Tue, 10 May 2005 03:46:05 -0700 (PDT) Message-ID: <1dbad315050510034688a7fb@mail.gmail.com> Date: Tue, 10 May 2005 12:46:05 +0200 From: Michael Schuh To: freebsd-stable@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Disk-Performace issue? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Michael Schuh List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 May 2005 10:46:06 -0000 Hello, i have the following Problemdescription. I work on an AMD 2000+ with 2*160GB-Disks The Diskperformance tested with bonnie or great filewrites/reads with dd from /dev/zero or /dev/urandom gaves me an Value from 40-55 MBytes/s. Now i have 2 Directories with ~500.000-600.000 files with an size of ~5kByt= e. by copying the files from one disk to another or an direktory on the same d= isk (equal behavior), i can see this behavior: on an PIII 866 the first ~100.000 - 150.000 files on an AMDK6II450 the first ~100.000 - 120.000 files on the AMD2000+ the first ~200.000 - 220.000 files are copied with an relative good performance. After this count of files are copied, the system-load get higher, cppustate ist 0,0% idle and the system uses ~80-90%cpu-load, rest goin to intr and user.... As base i use RELENG_4. Can anyone explain me from where this behavior can come? Come thie eventually from the filesytem, or from my disks, so that these are to hot? (I think not) I have tried out following commands to copy: tar -cf - . | ( cd ; tar -xf .) #the fastest and my lovely :-) find ./ -type f |cpio -pm # half-performace as tar rsync -av / / # smarter then tar but bad performace mv or any other are not testet while i surely run in to the "too many Arguments" Problem.... thank you for your suggestions regards michael