From owner-freebsd-hackers@FreeBSD.ORG Thu Oct 30 09:01:04 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F25BB16A4CE for ; Thu, 30 Oct 2003 09:01:04 -0800 (PST) Received: from mail.gulfgate-inc.com (mail.gulfgate-inc.com [64.1.98.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5591E43FA3 for ; Thu, 30 Oct 2003 09:01:02 -0800 (PST) (envelope-from m@beatlab.org) Received: (qmail 54323 invoked by uid 85); 30 Oct 2003 17:13:23 -0000 Received: from m@beatlab.org by linkdead.beatlab.org by uid 89 with qmail-scanner-1.15 (uvscan: v4.1.60/v4248. spamassassin: 2.x. Clear:. Processed in 0.933173 secs); 30 Oct 2003 17:13:23 -0000 Received: from unknown (HELO ns.gulfgate-inc.com) (64.1.98.182) by mail.gulfgate-inc.com with SMTP; 30 Oct 2003 17:13:22 -0000 From: Matt Freitag Date: Thu, 30 Oct 2003 17:01:33 GMT Message-ID: <20031030.17013300.1344636222@ns.gulfgate-inc.com> To: andreas@freebsd.org X-Mailer: Mozilla/3.0 (compatible; StarOffice/5.2;Linux) X-Priority: 3 (Normal) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable cc: freebsd-hackers@freebsd.org Subject: Re: how to monitor remote users X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Oct 2003 17:01:05 -0000 On Wed, Oct 29, 2003 at 3:01 AM, Andreas Klemm wrote: > Is there a freebsd tool that shows you in realtime, which users > are logged in from remote using which pty port ? > > So to say something like > while true > do > clear; w; sleep 10 > done > > Preferable as X11 application. > The closest thing to my knowledge, would probably be "whowatch" which resides in /usr/ports/sysutils/whowatch. It doesn't allow you to click on the user to spawn a watch session, but = I doubt it'd be too difficult to add such functionality if you so desired.= Regards, -mpf