From owner-freebsd-questions@FreeBSD.ORG Sat Sep 29 15:16:18 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 4D8F416A419 for ; Sat, 29 Sep 2007 15:16:18 +0000 (UTC) (envelope-from idiotbg@gmail.com) Received: from smtp.studnetz.uni-leipzig.de (smtp.studnetz.uni-leipzig.de [139.18.143.252]) by mx1.freebsd.org (Postfix) with ESMTP id 0A3F213C447 for ; Sat, 29 Sep 2007 15:16:17 +0000 (UTC) (envelope-from idiotbg@gmail.com) Received: from localhost (localhost [127.0.0.1]) by smtp.studnetz.uni-leipzig.de (Postfix) with ESMTP id 17AA120B; Sat, 29 Sep 2007 16:43:40 +0200 (CEST) X-Virus-Scanned: by amavisd-new at studnetz-ul Received: from smtp.studnetz.uni-leipzig.de ([127.0.0.1]) by localhost (smtp.studnetz.uni-leipzig.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bW4Kya0mJSZW; Sat, 29 Sep 2007 16:43:40 +0200 (CEST) Received: from space.xaxo.eu (a144026.studnetz.uni-leipzig.de [139.18.144.26]) by smtp.studnetz.uni-leipzig.de (Postfix) with ESMTP id 93A4420A; Sat, 29 Sep 2007 16:43:39 +0200 (CEST) From: Momchil Ivanov To: freebsd-questions@freebsd.org Date: Sat, 29 Sep 2007 16:43:39 +0200 User-Agent: KMail/1.9.7 References: <2917.204.184.27.217.1190984024.squirrel@mail.bloomfield.k12.mo.us> In-Reply-To: <2917.204.184.27.217.1190984024.squirrel@mail.bloomfield.k12.mo.us> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200709291643.40069.idiotbg@gmail.com> Cc: sgmayo@mail.bloomfield.k12.mo.us 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: Sat, 29 Sep 2007 15:16:18 -0000 On Friday 28 September 2007 14:53:44 sgmayo@mail.bloomfield.k12.mo.us wrote: > 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. > > I downloaded sysstat for my linux boxes, but it does not want to compile > under freebsd. > > Thanks. You can use cacti + snmp. All you have to do is install and configure snmp on all your machines and then set up cacti + web server with php on some machine to gather all the info from the others via snmp. You will get nice graphs (cacti uses rrdtools) for almost everything you can get via snmp (disk usage, cpu utilization, network traffic, load average,...........) where you can utilize hirstorical view (last week, last month, from xxx to xxx, .......).