From owner-freebsd-fs@FreeBSD.ORG Tue Jun 26 21:14:20 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 CDF7E1065670; Tue, 26 Jun 2012 21:14:20 +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 E8F688FC14; Tue, 26 Jun 2012 21:14:19 +0000 (UTC) Received: from porto.starpoint.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id AAA08727; Wed, 27 Jun 2012 00:14:18 +0300 (EEST) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1Sjd5W-000Iv7-8z; Wed, 27 Jun 2012 00:14:18 +0300 Message-ID: <4FEA2629.4020604@FreeBSD.org> Date: Wed, 27 Jun 2012 00:14:17 +0300 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:13.0) Gecko/20120620 Thunderbird/13.0.1 MIME-Version: 1.0 To: John Baldwin References: <201206251443.41768.jhb@freebsd.org> <4FE9DE92.3040700@FreeBSD.org> <201206261330.07997.jhb@freebsd.org> In-Reply-To: <201206261330.07997.jhb@freebsd.org> X-Enigmail-Version: 1.4.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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: Tue, 26 Jun 2012 21:14:20 -0000 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. -- Andriy Gapon