We have http processes that sometimes bog down the cpu. I was hopeing there was a way to find out what http requests were being processed.
mod_status should give you a better idea (assuming you're using apache). It will require a change to your config.
http://httpd.apache.org/docs-2.0/mod/mod_status.html
I also find the 'top' command helpful