Re: start-stop-daemon : questions about retry
On Fri, Jan 11, 2013 at 3:33 PM, Bob Proulx <bob@proulx.com> wrote:
> - - wrote:
>>
>> # ps aux
>> USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
>> www-data 1294 0.1 0.7 193960 44688 ? S Jan09 1:07 php-cgi -b 127.0.0.1:47990
>> root 1374 0.0 0.0 24712 764 ? Ssl Jan09 0:00 /usr/local/sbin/cherokee -d
>> www-data 1376 0.0 0.1 794328 10528 ? Sl Jan09 0:01 /usr/local/sbin/cherokee-worker
>> www-data 1378 0.0 0.0 76372 2156 ? S Jan09 0:00 /usr/bin/rrdtool -
>
> Having grown up with SysV I like seeing the parent process id PPID
> too. Then you can tell if the process parent is 1 or not. 'ps -ef'
> or 'ps -efH' shows this. I don't know the BSD ps option to show the
> PPID.
ps ax --sort=pid o user,pid,ppid,%cpu,%mem,...
Reply to: