From owner-freebsd-questions@FreeBSD.ORG Wed Aug 15 00:50:56 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 AFF5D16A46C for ; Wed, 15 Aug 2007 00:50:56 +0000 (UTC) (envelope-from jamebus@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.182]) by mx1.freebsd.org (Postfix) with ESMTP id 6EA9013C491 for ; Wed, 15 Aug 2007 00:50:56 +0000 (UTC) (envelope-from jamebus@gmail.com) Received: by py-out-1112.google.com with SMTP id a73so3354713pye for ; Tue, 14 Aug 2007 17:50:55 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=J6W/A7oBh0Q3KdOBiV8ClNr4vZFWUHXlgu1tAbMyTI0nXJUu/jfn7RmUrsURoyfn4tqTDKi5GHlgyoQgy2dUCy+zDnzyUhQhD7Az6XkmUAC9EMGTa6YtwSzHjdEAabuQnhh/gCcuj2R5tbLbm7+Q1HHEhx+Hf+9S3qKzcxCy6bA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=qL72k6k/rBSsjWJM9PjUj1nYwfohwbYW0JXu2oHu60YjnzBlJA0+WVkD4nDY2KbcLovqzxisEEqPd2UInn8ImsxMPLZuTpCAxHCQBhGRTKsHqNBm50BnHHPkgbxEO3nS0z1o/ZkCCBQ1WPTWNkg2ie2GI1ceWSxWlW2XYMRjFV4= Received: by 10.65.251.17 with SMTP id d17mr12865585qbs.1187139055018; Tue, 14 Aug 2007 17:50:55 -0700 (PDT) Received: by 10.65.132.18 with HTTP; Tue, 14 Aug 2007 17:50:54 -0700 (PDT) Message-ID: Date: Tue, 14 Aug 2007 19:50:54 -0500 From: James Sender: jamebus@gmail.com To: "Zbigniew Szalbot" In-Reply-To: <45aa0f1ea2aa8ccfedf482bc63ea8723@szalbot.homedns.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <45aa0f1ea2aa8ccfedf482bc63ea8723@szalbot.homedns.org> X-Google-Sender-Auth: fe1252f8b64786a5 Cc: Freebsd questions Subject: Re: logging system load 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: Wed, 15 Aug 2007 00:50:56 -0000 Found another useful tool for logging system load. It's called Munin and it's in ports as sysutils/munin-node sysutils/munin-main. It's nifty -- uses rrdtool to graph various things. Some of the plugins are shabby and need some work to get running but the system load plugin works fine out of the box. -- James.