From owner-freebsd-questions@FreeBSD.ORG Tue Jan 29 23:04:49 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 48F3B809; Tue, 29 Jan 2013 23:04:49 +0000 (UTC) (envelope-from gezeala@gmail.com) Received: from mail-lb0-f178.google.com (mail-lb0-f178.google.com [209.85.217.178]) by mx1.freebsd.org (Postfix) with ESMTP id 6B83DDF7; Tue, 29 Jan 2013 23:04:48 +0000 (UTC) Received: by mail-lb0-f178.google.com with SMTP id n1so1378135lba.23 for ; Tue, 29 Jan 2013 15:04:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=NA+BXlh7JeNxt3ifqcvomvUUKRdt2L9i6neUY0323NM=; b=ORQ1G735z8C2QZ3UzNLwkJh2sQZA664JFRTe7m7LJAE5SHZKPpi0bZj/FWe6HKEyW/ IiYhhlt4YD0GXHxQUapTAXI/fOmnh+dscEb+1cnnZmog+tQIFISf9mtUJKTg3T0Z1Be7 80hzJc/IfQ55WtBeJ3RRYihHTYs9UZJ0h8CO6Rgqud5DcFUCJFkuDw1tjU6QyMtjbMXg kTF5S3WKNcSKwHOIZVSmepDbNjr2QksJ05CYfmR1J4XRc4Jvil/EURDYIvh/V+yR6Z/d 1xjPjz9SP2t2FxpV0p3q2CLwXVcPC2AxbGWjP1SqESNnXJB/f4SHm2wp18yfmcuDkbU+ Ooxw== X-Received: by 10.112.101.230 with SMTP id fj6mr1090308lbb.115.1359500686795; Tue, 29 Jan 2013 15:04:46 -0800 (PST) MIME-Version: 1.0 Received: by 10.114.11.36 with HTTP; Tue, 29 Jan 2013 15:03:59 -0800 (PST) In-Reply-To: <018701cdfe70$68852180$398f6480$@freebsd.org> References: <018701cdfe70$68852180$398f6480$@freebsd.org> From: =?ISO-8859-1?Q?Gezeala_M=2E_Bacu=F1o_II?= Date: Tue, 29 Jan 2013 15:03:59 -0800 Message-ID: Subject: Re: Viewing processes hierarchically To: dteske@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: Patrick , FreeBSD Questions Mailing List X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jan 2013 23:04:49 -0000 On Tue, Jan 29, 2013 at 2:31 PM, 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. > >