From owner-freebsd-current@FreeBSD.ORG Tue Jul 20 23:46:28 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BE5316A4CE; Tue, 20 Jul 2004 23:46:28 +0000 (GMT) Received: from gundel.de.clara.net (gundel.de.clara.net [212.82.225.86]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FC3F43D41; Tue, 20 Jul 2004 23:46:27 +0000 (GMT) (envelope-from jesk@killall.org) Received: from port-212-202-54-113.dynamic.qsc.de ([212.202.54.113] helo=turbofresse) by gundel.de.clara.net with smtp (Exim 4.30; FreeBSD) id 1Bn4T0-000MdI-T0; Wed, 21 Jul 2004 01:56:14 +0200 Message-ID: <056801c46eb3$bd0e2a40$45fea8c0@turbofresse> From: "jesk" To: Date: Wed, 21 Jul 2004 01:46:12 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 cc: Robert Watson Subject: Re: I/O or Threading Suffer X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 23:46:28 -0000 hi, i figured out that the performanceloss only really occur if the process is heavily writing on the filesystem. dd if=/dev/zero of=/dev/null bs=128k doesnt hurt much in responsetime of parallel processes, but when dd operates on the filesystem with of=foo every process will be affect in executiontime. a simple ps or ls meanwhile dding onto the disk will be hang for dozen of seconds. i tested it with 4BSD and ULE with and without Preemption.