[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ale] mozilla



On Fri, Feb 08, 2002 at 07:53:43AM -0500, Danny Cox wrote:
> 	My mozilla(-bin) is currently using 13024 K of mem.  Large, but not too
> bad (sheesh! who remembers when 65k was all the addresses ya got? ;-).

	I did find one (small) distinction using the esoteric command:

		ps -eo pid,flags,user,args

the mozillas look like this:

 1492 000 danny    /home/danny/src/mozilla/mozilla-9.8/mozilla-bin
 1494 040 danny    /home/danny/src/mozilla/mozilla-9.8/mozilla-bin
 1495 040 danny    /home/danny/src/mozilla/mozilla-9.8/mozilla-bin
 1496 040 danny    /home/danny/src/mozilla/mozilla-9.8/mozilla-bin
 1597 040 danny    /home/danny/src/mozilla/mozilla-9.8/mozilla-bin

	The '040' in the 'flags' field means 'process forked but didn't exec',
which while true, doesn't mean exactly 'process is a thread'.

-- 
kernel, n.: A part of an operating system that preserves the
medieval traditions of sorcery and black art.

Danny


---
This message has been sent through the ALE general discussion list.
See http://www.ale.org/mailing-lists.shtml for more info. Problems should be 
sent to listmaster at ale dot org.