From owner-freebsd-current@FreeBSD.ORG Sat Jul 30 20:18:48 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 E347D16A41F for ; Sat, 30 Jul 2005 20:18:48 +0000 (GMT) (envelope-from phk@phk.freebsd.dk) Received: from haven.freebsd.dk (haven.freebsd.dk [130.225.244.222]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88D1B43D45 for ; Sat, 30 Jul 2005 20:18:48 +0000 (GMT) (envelope-from phk@phk.freebsd.dk) Received: from phk.freebsd.dk (unknown [192.168.48.2]) by haven.freebsd.dk (Postfix) with ESMTP id 97DA6BC66; Sat, 30 Jul 2005 20:18:46 +0000 (UTC) To: Julian Elischer From: "Poul-Henning Kamp" In-Reply-To: Your message of "Sat, 30 Jul 2005 12:47:36 PDT." <42EBD958.6040402@elischer.org> Date: Sat, 30 Jul 2005 22:18:46 +0200 Message-ID: <5502.1122754726@phk.freebsd.dk> Sender: phk@phk.freebsd.dk Cc: FreeBSD Current , Brian Candler Subject: Re: Apparent strange disk behaviour in 6.0 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 30 Jul 2005 20:18:49 -0000 In message <42EBD958.6040402@elischer.org>, Julian Elischer writes: >> If you know your queue-theory, you also know why busy% is >> a pointless measurement: It represents the amount of time >> where the queue is non-empty. It doesn't say anything about >> how quickly the queue drains or fills. > >exactly.. I'm trying to work out why teh read and write queues are empty for so >much time in a transaction that SHOULD be disk bound.... I am very confident that the disk statistics collected in GEOM don't lie: your disks are idle because nobody submits I/O requests. Look at your scheduler... -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence.