From owner-freebsd-stable@FreeBSD.ORG Tue Feb 16 18:30:38 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 2BA0D106566B for ; Tue, 16 Feb 2010 18:30:38 +0000 (UTC) (envelope-from mattjreimer@gmail.com) Received: from mail-yw0-f182.google.com (mail-yw0-f182.google.com [209.85.211.182]) by mx1.freebsd.org (Postfix) with ESMTP id D20458FC0A for ; Tue, 16 Feb 2010 18:30:37 +0000 (UTC) Received: by ywh12 with SMTP id 12so3281150ywh.7 for ; Tue, 16 Feb 2010 10:30:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=sQo+HHrzVqeq8sjVgxQ3yH/mf2HTYtXDeNHIrEcRVAA=; b=jhN3Gy++d2mmc2kX3lcfv2xSnnz8YDFEVeVFPHg4pUIwyh33WFfW+D8Q49aEfTDpVv g69Rol/RY4QvGrPfbxucM/i+h1ZdWJCJgsp3/FZyWiWZAhko/+VWwTRhXKV9tfdmchYR qLLG1ChclJ2Y0FX3O1pJciC9BIH56EU3MFahU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=BzlvFu5entiXjxQMGlw32pT0/GahMW2BO2F/jSy+bYr8caD9ohU8M7lXSlTELNQzQ+ fRT8vtVPJ8+28EoBEb8RMyazxNHAh3VxkOPcwJo3JYjId+85biB9ZS7vBXAh9VFA2oev rdTp2toqG0lJ2W/gHOoxAMKtgbnkh6WFj8okQ= MIME-Version: 1.0 Received: by 10.151.88.26 with SMTP id q26mr12781699ybl.69.1266345036844; Tue, 16 Feb 2010 10:30:36 -0800 (PST) In-Reply-To: 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> Date: Tue, 16 Feb 2010 10:30:36 -0800 Message-ID: From: Matt Reimer To: jhell Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 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: Tue, 16 Feb 2010 18:30:38 -0000 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