From owner-freebsd-questions@FreeBSD.ORG Fri Dec 3 19:55:40 2004 Return-Path: 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 82C4D16A4CE for ; Fri, 3 Dec 2004 19:55:40 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3264843D5A for ; Fri, 3 Dec 2004 19:55:40 +0000 (GMT) (envelope-from kjelderg@gmail.com) Received: by rproxy.gmail.com with SMTP id a36so947148rnf for ; Fri, 03 Dec 2004 11:55:38 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=TEJ5+0y6AdRkrNiJM4Yf9+XDJ7UP1c17CcvTiWq3wND7LOjM+Rx56vLMatcdQc8B1QFd+ORC0HtQd6PyjEOjPktHbKwDPiYlMNEEXrcksGUysmdIvN+SnTyTs3rP08zg9lHvoAnU38T/gZ3wi1s/IyV7cVcQRpMT6/5BryPK7nA= Received: by 10.38.77.68 with SMTP id z68mr1595403rna; Fri, 03 Dec 2004 11:55:38 -0800 (PST) Received: by 10.38.15.38 with HTTP; Fri, 3 Dec 2004 11:55:38 -0800 (PST) Message-ID: Date: Fri, 3 Dec 2004 13:55:38 -0600 From: Eric Kjeldergaard To: freebsd-questions@freebsd.org In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: Subject: Fwd: List of sysctl variables X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Eric Kjeldergaard List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 19:55:40 -0000 > I searching for a list of sysctl variables.In handbook says that it's about 5000 of sysctl variables.I can find only 50 in the internet and handbook.Where i can find a full list of sysctl variables? I don't know of a published magical list of "all sysctl variables" because they are dependent on what drivers you have loaded, however, for all of the sysctl variables available to you, `sysctl -a` should do alright for listing them (and their current values). That means that all you need to do is figure out what each of those does. Luckily for you, they are arranged in a relatively ordered fashion. -- If I write a signature, my emails will appear more personalised.