Re: Viewing processes hierarchically

2013-01-29 Thread Polytropon
On Tue, 29 Jan 2013 13:52:47 -0800, Patrick wrote:
 Is there any way in FreeBSD to view all running processes hierarchically,
 like Activity Monitor in Mac OS X can do?
 
 e.g.
 http://f.cl.ly/items/37310J17273X3F1E1l0G/Image%202013.01.29%2013:50:36%20.png
 
 I believe I have a masked process spawned from an Apache process, but I'm
 having a hard time tracking it down.

You can do this with htop, then press PF5. Or use pstree.
Both are in ports.


-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


RE: Viewing processes hierarchically

2013-01-29 Thread dteske
pstree? (in sysutils from ports)
-- 
Devin

 -Original Message-
 From: owner-freebsd-questi...@freebsd.org [mailto:owner-freebsd-
 questi...@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 hierarchically,
 like Activity Monitor in Mac OS X can do?
 
 e.g.
 http://f.cl.ly/items/37310J17273X3F1E1l0G/Image%202013.01.29%2013:50:36%20.
 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-unsubscr...@freebsd.org

_
The information contained in this message is proprietary and/or confidential. 
If you are not the intended recipient, please: (i) delete the message and all 
copies; (ii) do not disclose, distribute or use the message in any manner; and 
(iii) notify the sender immediately. In addition, please 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-unsubscr...@freebsd.org


Re: Viewing processes hierarchically

2013-01-29 Thread Joshua Isom

On 1/29/2013 3:52 PM, Patrick wrote:

Is there any way in FreeBSD to view all running processes hierarchically,
like Activity Monitor in Mac OS X can do?

e.g.
http://f.cl.ly/items/37310J17273X3F1E1l0G/Image%202013.01.29%2013:50:36%20.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


What about `ps dax`?

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Viewing processes hierarchically

2013-01-29 Thread Gezeala M . Bacuño II
On Tue, Jan 29, 2013 at 2:31 PM, dte...@freebsd.org wrote:

 pstree? (in sysutils from ports)
 --
 Devin

  -Original Message-
  From: owner-freebsd-questi...@freebsd.org [mailto:owner-freebsd-
  questi...@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 hierarchically,
  like Activity Monitor in Mac OS X can do?
 
  e.g.
 
 http://f.cl.ly/items/37310J17273X3F1E1l0G/Image%202013.01.29%2013:50:36%20
 .
  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-unsubscr...@freebsd.org

 _
 The information contained in this message is proprietary and/or
 confidential. If you are not the intended recipient, please: (i) delete the
 message and all copies; (ii) do not disclose, distribute or use the message
 in any manner; and (iii) notify the sender immediately. In addition, please
 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-unsubscr...@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‐
  ships.  If either of the -m and -r options are also used, they
  control how sibling processes are sorted relative to each
 other.
  Note that this option has no effect if the “command” column is
  not the last column displayed.


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org