From owner-freebsd-stable@FreeBSD.ORG Tue Feb 16 03:35:30 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 4CC4C1065693 for ; Tue, 16 Feb 2010 03:35:30 +0000 (UTC) (envelope-from jhellenthal@gmail.com) Received: from mail-iw0-f175.google.com (mail-iw0-f175.google.com [209.85.223.175]) by mx1.freebsd.org (Postfix) with ESMTP id 081A48FC1C for ; Tue, 16 Feb 2010 03:35:29 +0000 (UTC) Received: by iwn5 with SMTP id 5so2399226iwn.9 for ; Mon, 15 Feb 2010 19:35:29 -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=ysG7Y6NtUecoXIttSYWCmzRBdjcLL3e0R4u3vdnn3Ok=; b=URwSXIW+7Ddpzxx75Z5LAKo8VKfDp9bj77ux66xHnfImdZNvVSlypvjNa6WnzPwSIM HeA5bWpboS7PPKPBRmCTDWN5olpqKqPj9Hc2t1JEUJdat9rsKXSVyII1BsvASJMUBk7P RLnzmOWxmoF9h6KSkk+9XRI163XshjjukxPyM= 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=JoTIZCwMtYhKSydximVSxPRQ2D9umGAm9dVIkxbctpbYJEG/pMwU0Ac81vpm3C0FZv S7TnHAa1vHNjPq54rbx8f01b5MNbgXEoTSyQ0XXExB95BT1Wp0ijEH3kCZ5VpEAWaHBM t1nxHR70RxuaDst9h7+Z007iElPbJRVoob7NU= Received: by 10.231.147.148 with SMTP id l20mr1778266ibv.77.1266291329226; Mon, 15 Feb 2010 19:35:29 -0800 (PST) Received: from centel.dataix.local (ppp-21.18.dialinfree.com [209.172.21.18]) by mx.google.com with ESMTPS id 23sm1273700iwn.3.2010.02.15.19.35.25 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 15 Feb 2010 19:35:28 -0800 (PST) Sender: "J. Hellenthal" Date: Mon, 15 Feb 2010 22:35:22 -0500 From: jhell To: "Matthew D. Fuller" In-Reply-To: <20100216022058.GM64395@over-yonder.net> 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> <20100216022058.GM64395@over-yonder.net> 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: FreeBSD Stable 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 03:35:30 -0000 On Mon, 15 Feb 2010 21:20, fullermd@ wrote: > On Mon, Feb 15, 2010 at 08:49:38PM -0500 I heard the voice of > jhell, and lo! it spake thus: >> >> As I make final modifications to the script I will keep the below >> URLs updated and welcome any bug reports or modification requests to >> me personally. > > Well, here's one: > >> OS Revision: 199506 > > There's no reason to show this; it's just confusing because it'll be > misinterpreted. kern.osrevision isn't what you probably think it is. > It's just the BSD #define in param.h, which (aside from a blip which > was instantly reverted) last changed in 1996 when the -Lite2 import > was done. > Removed in revision 171, and added output for sysctl tunables to the bottom. Current branches or exact matches of sysctl's that are included are... kern.maxusers vfs.zfs vm.kmem_size vm.kmem_size_max If there is more sysctl's that you think should be added please let me know and I will add and update the script. The new revision(171) is in the same url as before. MD5 (arc_summary.pl) = 29b276a6e2f13eedf5d36370994b7f0e SHA256 (arc_summary.pl) = 15a27b9eb71eddd64ee07a515c136f8467783dfb1075d9707028a082387c5127 SIZE (arc_summary.pl) = 9449 Regards, -- jhell