From owner-freebsd-stable@FreeBSD.ORG Wed Feb 17 03:56:13 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 19706106566B for ; Wed, 17 Feb 2010 03:56:13 +0000 (UTC) (envelope-from jhellenthal@gmail.com) Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.24]) by mx1.freebsd.org (Postfix) with ESMTP id B63F98FC08 for ; Wed, 17 Feb 2010 03:56:12 +0000 (UTC) Received: by qw-out-2122.google.com with SMTP id 8so924909qwh.7 for ; Tue, 16 Feb 2010 19:56:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:date:from:to:cc :subject:in-reply-to:message-id:references:user-agent :x-openpgp-key-id:x-openpgp-key-fingerprint:mime-version :content-type; bh=IRvNQkl3vmURcQZcqq0wR5lzstls4luzO4gzBll4fXU=; b=SWQJnCIjuXN7mSn6oHUZQl1lmQeRe/dbVyj150kCGGMD0IBN3xBBDuaaSfH91CS+tP XvTnESiVqgcYJHeIoXUUxdvFlfsLAjb2ArvoE07UqFjfYhzY+wSLXiZnHhulaUlRmx3X 17zJYHRLlopwYKgkSSE/zhze2T00gbgfssOFI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:date:from:to:cc:subject:in-reply-to:message-id:references :user-agent:x-openpgp-key-id:x-openpgp-key-fingerprint:mime-version :content-type; b=lDf6YiObvaWzMbEVGPjPEC3r9Jm4FCz7ZTR/40yBQfOBQThuYDFmZ2YiyU3a4rwLlX 9L6/ZEJo/zX7SC1gTsRf5nfbH77CpwoC6l/gQyIxE8adFMX+oRO3YP7SW8xQt7R/0e1w iZxtSxcgQzd3Sw5kzCeN3TEpdJYz0WfCAnwig= Received: by 10.229.96.82 with SMTP id g18mr3726361qcn.82.1266378971756; Tue, 16 Feb 2010 19:56:11 -0800 (PST) Received: from ppp-22.151.dialinfree.com (ppp-22.151.dialinfree.com [209.172.22.151]) by mx.google.com with ESMTPS id 20sm5574348qyk.9.2010.02.16.19.56.07 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 16 Feb 2010 19:56:10 -0800 (PST) Sender: "J. Hellenthal" Date: Tue, 16 Feb 2010 22:55:59 -0500 From: jhell To: Matt Reimer In-Reply-To: Message-ID: References: <20100215090756.GA54764@icarus.home.lan> <20100215105000.101326yj01j0f64g@webmail.leidinger.net> <20100215122744.GA57382@icarus.home.lan> <20100215161105.14071eiflhc9le68@webmail.leidinger.net> <4B79BA9C.3020402@quip.cz> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) X-OpenPGP-Key-Id: 0x89D8547E X-OpenPGP-Key-Fingerprint: 85EF E26B 07BB 3777 76BE B12A 9057 8789 89D8 547E MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Alexander Leidinger , FreeBSD Stable , Miroslav Lachman <000.fbsd@quip.cz>, Jeremy Chadwick Subject: Re: ZFS tuning [was: hardware for home use large storage] 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: Wed, 17 Feb 2010 03:56:13 -0000 On Tue, 16 Feb 2010 13:30, mattjreimer@ wrote: > On Mon, Feb 15, 2010 at 5:49 PM, jhell wrote: > >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >> It is funny that you guys are all of a sudden talking about this, as I was >> just working on some modifications to the arc_summary.pl script for some >> better formatting and inclusion of kmem statistics. >> >> My intent on the modifications is to make the output more usable to the >> whole community by revealing the relevant system information that can be >> included in an email to the lists for diagnosis by others. >> > ... > >> Example output: >> - --------------------------------------------------------------------- >> System Summary >> OS Revision: 199506 >> OS Release Date: 703100 >> Hardware Platform: i386 >> Processor Architecture: i386 >> Storage pool Version: 13 >> Filesystem Version: 3 >> >> Kernel Memory Usage >> TEXT: 8950208 KiB, 8 MiB >> DATA: 206347264 KiB, 196 MiB >> TOTAL: 215297472 KiB, 205 MiB >> > > Above did you really mean "8950208 B" not KiB, etc.? > > Matt > Yes, Thank you for pointing this out. I have fixed this and it will be added to the the same url as before in about 3 or so hours from the time of this email. This update will also add some stats for L2 ARC as well. Thanks again. -- jhell