From owner-freebsd-questions@FreeBSD.ORG Fri Apr 7 14:15:00 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 83E8016A408 for ; Fri, 7 Apr 2006 14:15:00 +0000 (UTC) (envelope-from greenwood.andy@gmail.com) Received: from pproxy.gmail.com (pproxy.gmail.com [64.233.166.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FC5443D73 for ; Fri, 7 Apr 2006 14:14:54 +0000 (GMT) (envelope-from greenwood.andy@gmail.com) Received: by pproxy.gmail.com with SMTP id t32so521548pyc for ; Fri, 07 Apr 2006 07:14:53 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=J8rYbxIDM/j/d+h+URTTUnar2IG1bhcdEihBTEwbEkWCm/1F3oF97eFOf8DkYLtWUY/vw6noig5n+Ip8AAU1uuhiOcu0pTnf3MsigFq7S5xcL9gfCtM8iETE8mHHyPYD0MAg9hd3XFzAG0gyVCbi4gm4ChhZO7JKgs3VyadYOFA= Received: by 10.35.99.5 with SMTP id b5mr364104pym; Fri, 07 Apr 2006 07:14:53 -0700 (PDT) Received: by 10.35.72.18 with HTTP; Fri, 7 Apr 2006 07:14:53 -0700 (PDT) Message-ID: <3ee9ca710604070714w3eb76c6cvbe9f85d2a87bbbc2@mail.gmail.com> Date: Fri, 7 Apr 2006 10:14:53 -0400 From: "Andy Greenwood" To: "FreeBSD Questions" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: /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 14:15:00 -0000 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.