<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.28.3">
</HEAD>
<BODY>
While on the (now hijacked) subject of useful ps outputs I'll throw one of mine out there<BR>
<BR>
ps ajfx<BR>
<BR>
will show you the parent/child association of various processes which can make it easier to trace back processes and see what started them. If some program is spawning a bunch of processes that are causing problems you can find the source that is spawning them with this and stop the problem at the source.<BR>
<BR>
<BR>
On Wed, 2010-10-20 at 10:38 -0500, Florin Iucha wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
On Wed, Oct 20, 2010 at 10:21:31AM -0500, Mike Miller wrote:
&gt; On Fri, 15 Oct 2010, Chris Schumann wrote:
&gt; Yes -- that's what Steve said.  I tried it and I loved it.  It looks 
&gt; really great.  There are some things I don't understand about the 
&gt; processes it is showing -- like the one firefox job appears maybe seven 
&gt; times, each accounting for 32% of memory.  Maybe that's one per firefox 
&gt; window, but that seems wrong.  &quot;ps&quot; only shows it once and the PIDs for 
&gt; the extra firefox processes do not show up.

Those are the other threads.  Run 'ps axH' if you want to see them
with the 'old' tool 8^)

Cheers,
florin

_______________________________________________
TCLUG Mailing List - Minneapolis/St. Paul, Minnesota
<A HREF="mailto:tclug-list@mn-linux.org">tclug-list@mn-linux.org</A>
<A HREF="http://mailman.mn-linux.org/mailman/listinfo/tclug-list">http://mailman.mn-linux.org/mailman/listinfo/tclug-list</A>
</PRE>
</BLOCKQUOTE>
</BODY>
</HTML>