From owner-freebsd-threads@FreeBSD.ORG Wed Jul 16 22:50: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 6121437B401 for ; Wed, 16 Jul 2003 22:50:46 -0700 (PDT) Received: from puffin.mail.pas.earthlink.net (puffin.mail.pas.earthlink.net [207.217.120.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC39343F75 for ; Wed, 16 Jul 2003 22:50:45 -0700 (PDT) (envelope-from tlambert2@mindspring.com) Received: from user-uinj8ql.dialup.mindspring.com ([165.121.163.85] helo=mindspring.com) by puffin.mail.pas.earthlink.net with asmtp (SSLv3:RC4-MD5:128) (Exim 3.33 #1) id 19d1f9-0001cD-00; Wed, 16 Jul 2003 22:50:43 -0700 Message-ID: <3F1638F6.F32171DA@mindspring.com> Date: Wed, 16 Jul 2003 22:49:42 -0700 From: Terry Lambert X-Mailer: Mozilla 4.79 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Kai Mosebach References: <003401c34bc5$104dcac0$0400a8c0@dread> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-ELNK-Trace: b1a02af9316fbb217a47c185c03b154d40683398e744b8a4cb71d4917caf698f79b4f33d26fba8eb350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c 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: Thu, 17 Jul 2003 05:50:46 -0000 Kai Mosebach wrote: > is it somehow possible to hide the threads in top / only see the master > process ? The ps program does this by not showing threads unless invoked with the "-H" option. Probably someone who wants to hide the threads in top (hint hint) should do what ps does in order to make top act the same way (Darwin uses "-M" instead of "-H", but FreeBSD uses this for system dump image files). FWIW, the implementation detail is that everything is returned, and the filtering occurs on display. -- Terry