26 Jul
2007
26 Jul
'07
3:18 p.m.
The existing ps command in hobbit-client-sunos.sh won't report zombie processes. I changed the long ps -A command to just "ps -eaf" and it can report the zombie now.
Question is will "ps -eaf" break anything on hobbit server side ?
root at login3> diff hobbitclient-sunos.sh hobbitclient-sunos.orig 55,56c55,56 < #ps -A -o pid,ppid,user,stime,s,pri,pcpu,time,pmem,rss,vsz,args < ps -eaf
ps -A -o pid,ppid,user,stime,s,pri,pcpu,time,pmem,rss,vsz,args
root at login3>
T.J. Yang