[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] How see which pages are making a request?



> When doing top, I can always say a bunch of httpd using al memory.... How
> can I see which scripts are using this ( probably php scripts ) 
> doing c only
> displays :
> 
>  2497 httpd     17   0 13316  13M  9636 R       0  25.3  2.5   0:01
> /usr/sbin/httpd -f /etc/httpd/conf/httpd.conf
> 
> Thanks!
> 
tail -fc1b /var/log/httpd/access
will show you the active pages as they are added to the access log.

Paul

sig--
Developers of www.ourfaqsite.com