From owner-freebsd-questions@FreeBSD.ORG Sun Feb 22 14:37:00 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 459C516A4CE for ; Sun, 22 Feb 2004 14:37:00 -0800 (PST) Received: from priv-edtnes40.telusplanet.net (outbound05.telus.net [199.185.220.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id C394F43D1D for ; Sun, 22 Feb 2004 14:36:59 -0800 (PST) (envelope-from cpressey@catseye.mine.nu) Received: from catseye.biscuit.boo ([206.116.63.24]) by priv-edtnes40.telusplanet.netSMTP <20040222223659.QHHI15975.priv-edtnes40.telusplanet.net@catseye.biscuit.boo>; Sun, 22 Feb 2004 15:36:59 -0700 Date: Sun, 22 Feb 2004 14:41:55 -0800 From: Chris Pressey To: Marty Landman Message-Id: <20040222144155.6a948d6d.cpressey@catseye.mine.nu> In-Reply-To: <6.0.0.22.0.20040222165800.10a8e728@pop.face2interface.com> References: <4038C549.1020702@users.sourceforge.net> <20040222161215.GA1165@happy-idiot-talk.infracaninophile.co.uk> <6.0.0.22.0.20040222114940.06a3bc70@pop.face2interface.com> <20040222182652.GB2372@happy-idiot-talk.infracaninophile.co.uk> <6.0.0.22.0.20040222165800.10a8e728@pop.face2interface.com> Organization: Cat's Eye Technologies X-Mailer: Sylpheed version 0.9.9 (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Is inetd a proxy server? 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: Sun, 22 Feb 2004 22:37:00 -0000 On Sun, 22 Feb 2004 17:19:05 -0500 Marty Landman wrote: > My issue is one of UI, especially for "top". It would be nicer imo if > those 1/2 doz getty processes were to display on one line somehow... > maybe indicating the number running and a way for me to expand them if > needed [which is essentially never which is my point]. So something > like getty, necessary and there for the appropriate reason, i.e. it > displays on "top" because it should, nonetheless is a light weight, in > my case rarely used process that ends up consuming 1/3 or so of the > screen real estate. It shouldn't be too hard to modify top to collapse processes with the same name into a single line. Possibly more effort than it's worth for what you want, though. Have you tried pressing the 'i' key when top is running? It toggles the display of idle processes. (getty is generally idle.) This can save a lot of screen real estate. -Chris