I have a random HTTPD request on my web server that increases CPU usage. I look it in the Top. Each URL is dynamically generated each time it is requested. The foundation is Codeigniter. I use prefork Apache as my web server on Linux CentOS.
How can I find out which URL is being processed when using a processor? Can I associate a process id with an HTTP request in Apache logs? There are millions of pages on the site, so viewing the Codeignitor profiler does not help.
source share