I'm trying to find out how many concurrent apache threads are executing a certain file. For example, if I had a file called "test.php", I would want to know how many apache server threads are currently running that file.
I looked at apache's mod_status with the "ExtendedStatus On" option, but I'm unable to get php files to be detected.
Any ideas?
Jon