Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Jan 2013 15:03:59 -0800
From:      =?ISO-8859-1?Q?Gezeala_M=2E_Bacu=F1o_II?= <gezeala@gmail.com>
To:        dteske@freebsd.org
Cc:        Patrick <gibblertron@gmail.com>, FreeBSD Questions Mailing List <freebsd-questions@freebsd.org>
Subject:   Re: Viewing processes hierarchically
Message-ID:  <CAJKO3mVtgcm_gYHx8AEQRFyM-Kcm1=6ZESrVBR0h1UANE%2BYC6A@mail.gmail.com>
In-Reply-To: <018701cdfe70$68852180$398f6480$@freebsd.org>
References:  <CA%2BdWbmaR9R_00gaitduDkhT%2BqEynuq5sOnB%2BmPGrF2g5XShS7Q@mail.gmail.com> <018701cdfe70$68852180$398f6480$@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Jan 29, 2013 at 2:31 PM, <dteske@freebsd.org> wrote:

> pstree? (in sysutils from ports)
> --
> Devin
>
> > -----Original Message-----
> > From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-
> > questions@freebsd.org] On Behalf Of Patrick
> > Sent: Tuesday, January 29, 2013 1:53 PM
> > To: FreeBSD Questions Mailing List
> > Subject: Viewing processes hierarchically
> >
> > Is there any way in FreeBSD to view all running processes hierarchicall=
y,
> > like Activity Monitor in Mac OS X can do?
> >
> > e.g.
> >
> http://f.cl.ly/items/37310J17273X3F1E1l0G/Image%202013.01.29%2013:50:36%2=
0
> .
> > png
> >
> > I believe I have a masked process spawned from an Apache process, but I=
'm
> > having a hard time tracking it down.
> >
> > Thanks,
> >
> > Patrick
> > _______________________________________________
> > freebsd-questions@freebsd.org mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > To unsubscribe, send any mail to "
> freebsd-questions-unsubscribe@freebsd.org"
>
> _____________
> The information contained in this message is proprietary and/or
> confidential. If you are not the intended recipient, please: (i) delete t=
he
> message and all copies; (ii) do not disclose, distribute or use the messa=
ge
> in any manner; and (iii) notify the sender immediately. In addition, plea=
se
> be aware that any message addressed to our domain is subject to archiving
> and review by persons other than the intended recipient. Thank you.
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "
> freebsd-questions-unsubscribe@freebsd.org"
>


ps auxwwd

man ps:

     -d      Arrange processes into descendancy order and prefix each
> command
>              with indentation text showing sibling and parent/child
> relation=E2=80=90
>              ships.  If either of the -m and -r options are also used, th=
ey
>              control how sibling processes are sorted relative to each
> other.
>              Note that this option has no effect if the =E2=80=9Ccommand=
=E2=80=9D column is
>              not the last column displayed.
>
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAJKO3mVtgcm_gYHx8AEQRFyM-Kcm1=6ZESrVBR0h1UANE%2BYC6A>