From owner-freebsd-questions@FreeBSD.ORG Fri Sep 28 15:04:13 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 65FED16A41A for ; Fri, 28 Sep 2007 15:04:13 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id A50B413C4B5 for ; Fri, 28 Sep 2007 15:04:12 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8) with ESMTP id l8SF4573029688; Fri, 28 Sep 2007 17:04:05 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8/Submit) with ESMTP id l8SF45Nk029685; Fri, 28 Sep 2007 17:04:05 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Fri, 28 Sep 2007 17:04:05 +0200 (CEST) From: Wojciech Puchar To: sgmayo@mail.bloomfield.k12.mo.us In-Reply-To: <2917.204.184.27.217.1190984024.squirrel@mail.bloomfield.k12.mo.us> Message-ID: <20070928170348.N29654@wojtek.tensor.gdynia.pl> References: <2917.204.184.27.217.1190984024.squirrel@mail.bloomfield.k12.mo.us> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: CPU Monitoring Software 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, 28 Sep 2007 15:04:13 -0000 > I was wanting to see what my servers utilize as far as memory, disk, cpu, > etc. over a certain time period. Is there some software that I can use? > I guess something like the 'top' command that gives an average output over > a certain time. you could make a script using top|head +sleep :)