Date: Thu, 17 Jul 2003 15:45:18 -0400 From: Jung-uk Kim <jkim@niksun.com> To: Terry Lambert <tlambert2@mindspring.com>, Kai Mosebach <kai.mosebach@freshx.de> Cc: freebsd-threads@freebsd.org Subject: [PATCH] Re: Threads in top Message-ID: <200307171545.18232.jkim@niksun.com> In-Reply-To: <3F1638F6.F32171DA@mindspring.com> References: <003401c34bc5$104dcac0$0400a8c0@dread> <3F1638F6.F32171DA@mindspring.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--Boundary-00=_OzvF/XgRLXEQHVU Content-Type: text/plain; charset="euc-kr" Content-Transfer-Encoding: 7bit Content-Disposition: inline The patch adds command line option "-H" and interactive command "H". Enjoy, Jung-uk Kim On Thursday 17 July 2003 01:49 am, Terry Lambert wrote: > 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 --Boundary-00=_OzvF/XgRLXEQHVU--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307171545.18232.jkim>