From owner-freebsd-questions@FreeBSD.ORG Wed Oct 10 20:30:44 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 DEFDA16A418 for ; Wed, 10 Oct 2007 20:30:44 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from snoogles.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id AA51313C48A for ; Wed, 10 Oct 2007 20:30:44 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (localhost [127.0.0.1]) by snoogles.rachie.is-a-geek.net (Postfix) with ESMTP id ABFAC1CDFC for ; Wed, 10 Oct 2007 12:30:43 -0800 (AKDT) From: Mel To: freebsd-questions@freebsd.org Date: Wed, 10 Oct 2007 22:30:39 +0200 User-Agent: KMail/1.9.7 References: <20071010195759.GA3820@thought.org> In-Reply-To: <20071010195759.GA3820@thought.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710102230.41474.fbsd.questions@rachie.is-a-geek.net> Subject: Re: system admin question... 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, 10 Oct 2007 20:30:45 -0000 On Wednesday 10 October 2007 21:57:59 Gary Kline wrote: > What are the best tools, graphical or otherwise, that I can use > on a dedicated Gnome [or CWTM, KDE, Whatever] workspace that > will help me track each of my four or five computers? > (((Is xosview broken? I have it running here on this pre xorg-7.2 > system.))) xsysstats seems reasonable; are there any others? > I'd like to be able to spot any overloads of file system snafus > before they go critical... . > > thanks for any|all insights, Ksysguard can connect to hosts via ssh, rsh or a command you provide yourself. Part of kdeadmin package. Various things can be monitored, including but not limited to diskspace, process tables, logfiles and system load. Unfortunately it doesn't do well with passwords, so use a passwordless pubkey scheme for ssh. It takes a bit to get used to the interface, but it's highly customizable once you get the hang of it. -- Mel