From owner-freebsd-current@FreeBSD.ORG Tue Jul 20 23:56:44 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 A535A16A4CE; Tue, 20 Jul 2004 23:56:44 +0000 (GMT) Received: from mr01.hansenet.de (mr01.hansenet.de [213.191.74.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id C285F43D5E; Tue, 20 Jul 2004 23:56:42 +0000 (GMT) (envelope-from db@nipsi.de) Received: from mail.nipsi.de (213.39.145.70) by mr01.hansenet.de (6.7.010) id 40E529390003D4E5; Wed, 21 Jul 2004 01:56:41 +0200 Received: from localhost (localhost [127.0.0.1]) (uid 1001) by mail.nipsi.de with local; Wed, 21 Jul 2004 01:56:42 +0200 Date: Wed, 21 Jul 2004 01:56:42 +0200 From: Dennis Berger To: jesk Message-ID: <20040720235642.GA42120@nipsi.home.net> References: <056801c46eb3$bd0e2a40$45fea8c0@turbofresse> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline In-Reply-To: <056801c46eb3$bd0e2a40$45fea8c0@turbofresse> User-Agent: Mutt/1.5.6i cc: freebsd-current@freebsd.org 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:56:44 -0000 On Wed, Jul 21, 2004 at 01:46:12AM +0200, jesk wrote: > 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. yep same thing here, it seems the process ( the "ps" one) doesn't get cputime or something strange. -db > > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"