From owner-freebsd-threads@FreeBSD.ORG Wed Jul 16 11:10:46 2003 Return-Path: Delivered-To: freebsd-threads@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D73337B401 for ; Wed, 16 Jul 2003 11:10:46 -0700 (PDT) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [204.127.198.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1BAD43FAF for ; Wed, 16 Jul 2003 11:10:45 -0700 (PDT) (envelope-from julian@elischer.org) Received: from interjet.elischer.org ([12.233.125.100]) by attbi.com (rwcrmhc11) with ESMTP id <2003071618104501300nlam6e>; Wed, 16 Jul 2003 18:10:45 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id LAA95602; Wed, 16 Jul 2003 11:10:33 -0700 (PDT) Date: Wed, 16 Jul 2003 11:10:32 -0700 (PDT) From: Julian Elischer To: Kai Mosebach In-Reply-To: <003401c34bc5$104dcac0$0400a8c0@dread> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-threads@freebsd.org Subject: Re: Threads in top X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jul 2003 18:10:46 -0000 By default you see the threads (at this time). Well, you see all teh thrteads in libthr, and in libkse you see all the active kernel contexts, (which is not the same as the threads, as totally idle threads will not show up.) On Wed, 16 Jul 2003, Kai Mosebach wrote: > Hi, > > is it somehow possible to hide the threads in top / only see the master > process ? > > cheers > > Kai > > _______________________________________________ > freebsd-threads@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-threads > To unsubscribe, send any mail to "freebsd-threads-unsubscribe@freebsd.org" >