You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Khai Doan <kh...@hotmail.com> on 2006/02/16 05:17:06 UTC

[users@httpd] Modify the output of top to show the page being served

Hi List,

Is it possible to modify the output of top to show the page being served in 
the command column?  In mod_perl you can do $0 = $url; and that will work.  
Is there a configuration directive to achieve the same thing when not using 
mod_perl ?

Thanks
Khai



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Modify the output of top to show the page being served

Posted by Joshua Slive <jo...@slive.ca>.
On 2/15/06, Khai Doan <kh...@hotmail.com> wrote:
> Hi List,
>
> Is it possible to modify the output of top to show the page being served in
> the command column?  In mod_perl you can do $0 = $url; and that will work.
> Is there a configuration directive to achieve the same thing when not using
> mod_perl ?

No, but you can cross-reference the pid from top with the output of
mod_status's server-status handler.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org