Forum Moderators: phranque

Message Too Old, No Replies

What is Apache doing?

         

hugh

1:17 am on Oct 26, 2008 (gmt 0)

10+ Year Member



Is it possible to see what apache's doing at any given time in more details than using:

apachtop
mpstat
sar
ps -eo pcpu,pid,user,args ¦ sort -k 1 -r ¦ head -10

Every now and then I'm seeing one of it's processes climb to 100% CPU and I'd like to know what's behind it?

Thanks...

Hugh

Caterham

8:31 pm on Jan 6, 2009 (gmt 0)

10+ Year Member



mod_status [httpd.apache.org] may give you an idea about the requests being processed.