From owner-freebsd-current@FreeBSD.ORG Thu Apr 14 01:04:59 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 53E3016A4CE; Thu, 14 Apr 2005 01:04:59 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 247AF43D2F; Thu, 14 Apr 2005 01:04:59 +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 j3E14t8a040191; Thu, 14 Apr 2005 01:04:57 GMT (envelope-from davidxu@freebsd.org) Message-ID: <425DC1DB.4090106@freebsd.org> Date: Thu, 14 Apr 2005 09:05:31 +0800 From: David Xu User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.6) Gecko/20050319 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Julian Elischer References: <425CC7F8.3030803@samsco.org> <425CD009.6040208@freebsd.org> <20050413132603.GA39006@orion.daedalusnetworks.priv> <425D2163.4090603@freebsd.org> <425C7D0D.5000302@elischer.org> In-Reply-To: <425C7D0D.5000302@elischer.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org cc: Giorgos Keramidas cc: Jiawei Ye 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: Thu, 14 Apr 2005 01:04:59 -0000 Julian Elischer wrote: > > > David Xu wrote: > >> Giorgos Keramidas wrote: >> >>> >> I am using the patch, it works fine, the screen output is attractive. >> :-) >> > what happens when you hit "H" ? > It can only show individual threads in process, but the guy only wants to see the threads count. David Xu