From owner-freebsd-stable@FreeBSD.ORG Thu Nov 25 16:38:14 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ABFCC106564A for ; Thu, 25 Nov 2010 16:38:14 +0000 (UTC) (envelope-from avg@freebsd.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 019A08FC1D for ; Thu, 25 Nov 2010 16:38:13 +0000 (UTC) Received: from odyssey.starpoint.kiev.ua (alpha-e.starpoint.kiev.ua [212.40.38.101]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id SAA07388; Thu, 25 Nov 2010 18:38:09 +0200 (EET) (envelope-from avg@freebsd.org) Message-ID: <4CEE90F0.6040701@freebsd.org> Date: Thu, 25 Nov 2010 18:38:08 +0200 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.12) Gecko/20101029 Lightning/1.0b2 Thunderbird/3.1.6 MIME-Version: 1.0 To: jhell References: <4CEE88D9.4070200@DataIX.net> In-Reply-To: <4CEE88D9.4070200@DataIX.net> X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Adam Vande More , freebsd-stable@freebsd.org Subject: Re: top io mode X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Nov 2010 16:38:14 -0000 on 25/11/2010 18:03 jhell said the following: > On 11/25/2010 06:28, Adam Vande More wrote: >> top io doesn't seem to display stats when dealing direct with a block device >> like so: >> >> dd if=/dev/ada0 of=/dev/null >> >> However if dd runs on a regular file eg >> >> dd if=test.file of=/dev/null >> >> then stats are reported in top. >> >> Is this the expected behavior? >> > > Is this on ZFS ? > > If that is the case it is a known problem that needs the following patch > to fix the issue. > > http://people.freebsd.org/~avg/zfs-ru.diff > > I believe it is planned to be MFC'd but am not quite sure so I have CC'd > Andriy and he should be able to advise further. I think that you got confused :-) Read Adam's report again :-) -- Andriy Gapon