From owner-freebsd-questions@FreeBSD.ORG Tue Nov 29 16:59:19 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E80CF16A41F for ; Tue, 29 Nov 2005 16:59:19 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5958B43D53 for ; Tue, 29 Nov 2005 16:59:19 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id B835C5F72; Tue, 29 Nov 2005 11:59:18 -0500 (EST) Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 98573-04; Tue, 29 Nov 2005 11:59:18 -0500 (EST) Received: from [192.168.1.3] (pool-68-161-122-227.ny325.east.verizon.net [68.161.122.227]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id EA4085CF4; Tue, 29 Nov 2005 11:59:17 -0500 (EST) Message-ID: <438C88E8.6060507@mac.com> Date: Tue, 29 Nov 2005 11:59:20 -0500 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Wojciech Puchar References: <20051129152638.Q54757@chylonia.3miasto.net> In-Reply-To: <20051129152638.Q54757@chylonia.3miasto.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at codefab.com Cc: freebsd-questions@freebsd.org Subject: Re: sysctl documentation X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Nov 2005 16:59:20 -0000 Wojciech Puchar wrote: > where can i find documentation for sysctl variables, mostly vfs.* ? > or it it's nonexistant, where can i look for info? "sysctl -d" will help in many cases, otherwise check the manpage for the associated driver, netgraph module, etc. Or UTSL. :-) > While FreeBSD gives best performance in every case i tested (compared to > other BSD's and linux) it doesn't mean it can't be faster after some > tuning. OK. Well, see "man tuning" and the Handbook for a starting place... -- -Chuck