From owner-freebsd-performance@FreeBSD.ORG Thu Mar 22 21:31:34 2007 Return-Path: X-Original-To: freebsd-performance@freebsd.org Delivered-To: freebsd-performance@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8E69416A401 for ; Thu, 22 Mar 2007 21:31:34 +0000 (UTC) (envelope-from freebsd@sopwith.solgatos.com) Received: from schitzo.solgatos.com (pool-71-245-104-192.ptldor.fios.verizon.net [71.245.104.192]) by mx1.freebsd.org (Postfix) with ESMTP id 5664513C489 for ; Thu, 22 Mar 2007 21:31:34 +0000 (UTC) (envelope-from freebsd@sopwith.solgatos.com) Received: from schitzo.solgatos.com (localhost.home.localnet [127.0.0.1]) by schitzo.solgatos.com (8.13.8/8.13.6) with ESMTP id l2MLBkXG030653 for ; Thu, 22 Mar 2007 14:11:46 -0700 Received: from sopwith.solgatos.com (uucp@localhost) by schitzo.solgatos.com (8.13.8/8.13.4/Submit) with UUCP id l2MLBkVf030648 for freebsd-performance@freebsd.org; Thu, 22 Mar 2007 14:11:46 -0700 Received: from localhost by sopwith.solgatos.com (8.8.8/6.24) id VAA29654; Thu, 22 Mar 2007 21:02:20 GMT Message-Id: <200703222102.VAA29654@sopwith.solgatos.com> To: freebsd-performance@freebsd.org Date: Thu, 22 Mar 2007 14:02:20 +0100 From: Dieter X-Mailman-Approved-At: Thu, 22 Mar 2007 21:33:33 +0000 Subject: Re: Slow on heavy I/O operations. X-BeenThere: freebsd-performance@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd@sopwith.solgatos.com List-Id: Performance/tuning List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Mar 2007 21:31:34 -0000 > But what I can't understand - why such non-critical(as it seems to me) > disk activity, cause 100% busyness for disk? Others have pointed out the effect of seeking. It would be very useful if there was a way to nice I/O up or down the way we can nice CPU usage up or down. Then non-critical disk activity could be niced down and not impact critical I/O so much.