From owner-freebsd-questions@FreeBSD.ORG Fri Apr 7 16:23:14 2006 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 0FB9916A400 for ; Fri, 7 Apr 2006 16:23:14 +0000 (UTC) (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 DEBD343D62 for ; Fri, 7 Apr 2006 16:23:11 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id C32205C8B; Fri, 7 Apr 2006 12:23:10 -0400 (EDT) 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 75131-05; Fri, 7 Apr 2006 12:23:10 -0400 (EDT) Received: from [192.168.1.3] (pool-68-161-112-80.ny325.east.verizon.net [68.161.112.80]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id DF3385C3C; Fri, 7 Apr 2006 12:23:09 -0400 (EDT) Message-ID: <443691ED.7050709@mac.com> Date: Fri, 07 Apr 2006 12:23:09 -0400 From: Chuck Swiger User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Andy Greenwood References: <3ee9ca710604070714w3eb76c6cvbe9f85d2a87bbbc2@mail.gmail.com> In-Reply-To: <3ee9ca710604070714w3eb76c6cvbe9f85d2a87bbbc2@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at codefab.com Cc: FreeBSD Questions Subject: Re: /proc/loadavg? 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: Fri, 07 Apr 2006 16:23:14 -0000 Andy Greenwood wrote: > Does FreeBSD have a location that stores the load average information, > similarly to /proc/loadavg in Linux? I've got a php site that displays this > info, but I'm not sure where to point it to. While you can mount /proc under FreeBSD, too, /proc has a bad security record and is disabled for a reason. Consider looking at the output of sysctl, instead, specificly: "sysctl vm.loadavg"... -- -Chuck