From owner-freebsd-questions@FreeBSD.ORG Thu Jun 1 10:41:20 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 5A9C916A4AC for ; Thu, 1 Jun 2006 10:41:20 +0000 (UTC) (envelope-from lauasanf@wilderness.homeip.net) Received: from mxsf19.cluster1.charter.net (mxsf19.cluster1.charter.net [209.225.28.219]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7BCF43D4C for ; Thu, 1 Jun 2006 10:41:17 +0000 (GMT) (envelope-from lauasanf@wilderness.homeip.net) Received: from mxip18a.cluster1.charter.net (mxip18a.cluster1.charter.net [209.225.28.148]) by mxsf19.cluster1.charter.net (8.12.11/8.12.11) with ESMTP id k51AfGUt006584 for ; Thu, 1 Jun 2006 06:41:16 -0400 Received: from 24-159-55-136.dhcp.jcsn.tn.charter.com (HELO [192.168.1.6]) ([24.159.55.136]) by mxip18a.cluster1.charter.net with ESMTP; 01 Jun 2006 06:41:16 -0400 X-IronPort-AV: i="4.05,197,1146456000"; d="scan'208"; a="376020080:sNHT17616944" Message-ID: <447EC44B.9090205@wilderness.homeip.net> Date: Thu, 01 Jun 2006 05:41:15 -0500 From: Laurence Sanford User-Agent: Thunderbird 1.5.0.2 (X11/20060506) MIME-Version: 1.0 To: Frank Bonnet References: <447EAE41.9090005@esiee.fr> In-Reply-To: <447EAE41.9090005@esiee.fr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: system load mrtg ? 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: Thu, 01 Jun 2006 10:41:21 -0000 Frank Bonnet wrote: > Hello > > I'm searching for some tools that are able to produce > some graphics ( understandables by managers ...) to > show the system load ( CPU . DISK I/O , memory ... etc etc ) > > The purpose is to show how the machine ( mailhub ) is loaded > to replace it by a stronger box. > > TIA MRTG will do this, you just need to make sure you provide it with the proper information. I run MRTG to monitor many things on many machines, including cpu usage, load averages, memory free/shared/cached/buffered and disk space available as well as traffic (as it was intended for). The easiest way I know how to tell you to set this up is configure your favorite SNMP service on the machine to be monitored, and snmpbulkwalk machine > mibfile then go through mibfile to find the information you need and put it in the MRTG config file. Lots of good help on stuff like this on the MRTG site.