[Zope] Priority of processes in Zope
Oleg Broytmann
Oleg Broytmann <phd@phd.pp.ru>
Tue, 19 Feb 2002 20:25:41 +0300
On Tue, Feb 19, 2002 at 06:21:47PM +0100, oliver.erlewein@sqs.de wrote:
> Thanx for your answer but...please do a "ps -efljL" (the L stands for LWP -
> Lightweightprocess) otherwise you don't see the threads!
phd@sun 1 > ps -efljL
ps: illegal option -- L
usage: ps [ -aAdeflcj ] [ -o format ] [ -t termlist ]
[ -u userlist ] [ -U userlist ] [ -G grouplist ]
[ -p proclist ] [ -g pgrplist ] [ -s sidlist ]
'format' is one or more of:
user ruser group rgroup uid ruid gid rgid pid ppid pgid sid
pri opri pcpu pmem vsz rss osz nice class time etime stime
f s c tty addr wchan fname comm args
It seems Solaris 2.5.1 does not support ps -L.
Oleg.
--
Oleg Broytmann http://phd.pp.ru/ phd@phd.pp.ru
Programmers don't die, they just GOSUB without RETURN.