From owner-freebsd-questions@FreeBSD.ORG Mon May 17 16:32:44 2004 Return-Path: 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 A21F516A4CE for ; Mon, 17 May 2004 16:32:44 -0700 (PDT) Received: from www.gotbrains.org (www2.gotbrains.org [206.180.149.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73BAF43D31 for ; Mon, 17 May 2004 16:32:43 -0700 (PDT) (envelope-from clists@gotbrains.org) Received: from igor.gotbrains.org (cs66256-237.houston.rr.com [66.25.6.237]) by www.gotbrains.org (Postfix) with SMTP id AFA22213F for ; Mon, 17 May 2004 18:32:42 -0500 (CDT) Date: Mon, 17 May 2004 18:32:42 -0500 From: "Stephen P. Cravey" To: freebsd-questions@freebsd.org Message-Id: <20040517183242.192ead9f.clists@gotbrains.org> X-Mailer: Sylpheed version 0.9.10 (GTK+ 1.2.10; i386-portbld-freebsd5.2.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: remote monitoring system variables? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 May 2004 23:32:44 -0000 I'm tryign to locate a pre-existing method of monitoring FreeBSD systems. Specifically, I'd like a way to monitor sysctl variables, IPFW/PF counters, cpu and ram utilization(in that order). I can write my own interface, however I'd hate to have to reinvent the wheel if there's already something out there. Not to mention the difficulty in figuring out how to build an interface into the ipfw counters. Thanks. -Stephen