"Martin A. Langhoff" wrote:
> 
>     But there's one thing that I can't imagine. When I run top, how do I
> tell memory/cpu consumption from lightweight daemons from the mem/cpu
> consumption from mod_perl daemons?

I create a symlink to httpd, and then use that to start the process:

  ln -s httpd httpd_perl
  httpd_perl -d /wherever

My mod_perl processes then show up in top as 'httpd_perl'

-jh

Reply via email to