[PATCH] Re: Threads in top

Jung-uk Kim jkim at niksun.com
Thu Jul 17 12:45:28 PDT 2003


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


More information about the freebsd-threads mailing list