From owner-freebsd-current@FreeBSD.ORG Sat Apr 16 09:21:54 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D133D16A4CE; Sat, 16 Apr 2005 09:21:54 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB74943D46; Sat, 16 Apr 2005 09:21:54 +0000 (GMT) (envelope-from davidxu@freebsd.org) Received: from [127.0.0.1] (davidxu@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j3G9LnuY066385; Sat, 16 Apr 2005 09:21:50 GMT (envelope-from davidxu@freebsd.org) Message-ID: <4260D92C.1030703@freebsd.org> Date: Sat, 16 Apr 2005 17:21:48 +0800 From: David Xu User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.5) Gecko/20050306 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andre Guibert de Bruet References: <425CC7F8.3030803@samsco.org> <425CD009.6040208@freebsd.org> <20050413132603.GA39006@orion.daedalusnetworks.priv> <20050413140838.GA77217@renaissance.homeip.net> <20050413141957.GA40546@orion.daedalusnetworks.priv> <20050415055604.N93987@lexi.siliconlandmark.com> <425FA2AB.4070905@freebsd.org><425FFCF1.1080100@elischer.org> <20050415164941.E93987@lexi.siliconlandmark.com> In-Reply-To: <20050415164941.E93987@lexi.siliconlandmark.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org cc: Giorgos Keramidas cc: Julian Elischer cc: Jiawei Ye cc: Anthony Ginepro Subject: Re: How does one know how many thread a process owns? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Apr 2005 09:21:54 -0000 Andre Guibert de Bruet wrote: > > On Fri, 15 Apr 2005, Julian Elischer wrote: > >> Giorgos Keramidas wrote: >> >>> On 2005-04-15 19:16, David Xu wrote: >>> >>> I just checked what top does on SunOS, when a program has more than 999 >>> threads and it seems to clip the number of threads to 999, as if >>> something min(999, numthreads) is what is printed :-) >> >> >> you could proint " !!!" or "LOT" >> or do a roman numeral approx. >> e.g. MMC (2100).. what's roman for 10000? >> or 2E4 :-) > > > I realize that top isn't an exact science, but I find that > approximations are generally a bad idea. I am in favor of axing the > useless CPU column and reclaiming some useful screen space for the > others... :) > > Andy > > | Andre Guibert de Bruet | Enterprise Software Consultant > > | Silicon Landmark, LLC. | http://siliconlandmark.com/ > CPU column is not very useful when displaying process and thread count, if it is only useful if it is displaying individual thread which is activated by 'H' key. David Xu