From owner-freebsd-fs@FreeBSD.ORG Tue Jun 26 01:31:59 2012 Return-Path: Delivered-To: fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B47DC106568D; Tue, 26 Jun 2012 01:31:59 +0000 (UTC) (envelope-from araujobsdport@gmail.com) Received: from mail-yw0-f44.google.com (mail-yw0-f44.google.com [209.85.213.44]) by mx1.freebsd.org (Postfix) with ESMTP id 4DF668FC18; Tue, 26 Jun 2012 01:31:59 +0000 (UTC) Received: by yhq56 with SMTP id 56so3787481yhq.17 for ; Mon, 25 Jun 2012 18:31:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=xmkK0wCEvwFWSCpbEPRjYUlh1/K2gqqdb8xoFW+yOjQ=; b=O9634i0Px22MsTvo/hh8p8/wAQgzAyTZLehxqGV6Z0I3E8L/0qCd1P7F8jfR+qfBrr oIQU/dEH24dDxQTeUHRWW7VYP7dxQKZY5I2C9m2nHuarmjtqxLNnn/+JukF4A7AWEc0a V2gJC1XiSYRuphaMuXowery/H+7xnXJpT4/zXaMH/Ek8r3CPB7eD4ef59uVO+huoiCj5 KS/MCydol+nkf3yWgFxThGZOM1JFz3ortYqNxyGjgAbX8tpKulCaXz5bqumb9yYDy/vk hq/FSJrdjXWHSs4lX2C9WuCsQCpCUeecS0fh6wyuXO+z36DRFtN7Qs8Z2lO7sLgj5tyA rB6A== MIME-Version: 1.0 Received: by 10.60.170.38 with SMTP id aj6mr14249578oec.51.1340674313175; Mon, 25 Jun 2012 18:31:53 -0700 (PDT) Received: by 10.76.68.74 with HTTP; Mon, 25 Jun 2012 18:31:53 -0700 (PDT) In-Reply-To: <201206251443.41768.jhb@freebsd.org> References: <201206251443.41768.jhb@freebsd.org> Date: Tue, 26 Jun 2012 09:31:53 +0800 Message-ID: From: Marcelo Araujo To: John Baldwin Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: fs@freebsd.org Subject: Re: [PATCH] Simple ARC stats in top X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: araujo@FreeBSD.org List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Jun 2012 01:31:59 -0000 It is very useful, special when we talk about ZFS. 2012/6/26 John Baldwin > I have some patches based on a script I got from avg@ that add some > simplistic > ARC stats to top so that one can see how much of wired memory is set aside > for > ARC, and how that memory is split up. The patch is against 8-stable: > http://www.FreeBSD.org/~jhb/patches/top_arc.patch > > Sample output: > > Mem: 1245M Active, 1393M Inact, 21G Wired, 309M Buf, 23G Free > ARC: 19G Total, 1381M MRU, 17G MFU, 272K Anon, 232M Header, 442M Other > Swap: 8192M Total, 8192M Free > > Comments, etc.? > > -- > John Baldwin > _______________________________________________ > freebsd-fs@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-fs > To unsubscribe, send any mail to "freebsd-fs-unsubscribe@freebsd.org" > -- Marcelo Araujo araujo@FreeBSD.org