From owner-freebsd-fs@FreeBSD.ORG Wed Jun 27 12:22:50 2012 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4B5F110657B0; Wed, 27 Jun 2012 12:22:50 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigknife-pt.tunnel.tserv9.chi1.ipv6.he.net [IPv6:2001:470:1f10:75::2]) by mx1.freebsd.org (Postfix) with ESMTP id 1F3B88FC15; Wed, 27 Jun 2012 12:22:50 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 68D83B97D; Wed, 27 Jun 2012 08:22:49 -0400 (EDT) From: John Baldwin To: Andriy Gapon Date: Wed, 27 Jun 2012 08:08:05 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p17; KDE/4.5.5; amd64; ; ) References: <201206251443.41768.jhb@freebsd.org> <201206261330.07997.jhb@freebsd.org> <4FEA2629.4020604@FreeBSD.org> In-Reply-To: <4FEA2629.4020604@FreeBSD.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201206270808.05493.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Wed, 27 Jun 2012 08:22:49 -0400 (EDT) Cc: freebsd-fs@freebsd.org, Mark Felder Subject: Re: [PATCH] Simple ARC stats in top X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Jun 2012 12:22:50 -0000 On Tuesday, June 26, 2012 5:14:17 pm Andriy Gapon wrote: > on 26/06/2012 20:30 John Baldwin said the following: > > Hmm, I think for top I should just use hdr_size + l2_hdr_size for "Headers"? > > I don't think we have room for more types. > > > > I've updated top_arc.patch to take that approach. > > I think that this is a good approach for top with its limited real estate and > very general overview of a system. > ZFS-specific tools can provide more detailed views. Ok. I definitely think top should just give a general overview (only 1 line). -- John Baldwin