Hi,
On 06/19/2014 02:26 PM, Vadim Blumkin wrote:
Hi allIs there any way to find how many concurrent opened threads are working at the moment ?
on Linux just du a: ps -efaL | grep httpd | grep -v grep | wc -l (change httpd to apache if needed)
I found that there is a mod_status module can perform some statistics , but didn't find any parameter point to opened threads.
from the output of mod status: [...] 71 requests currently being processed, 329 idle workers [...]
Thanks, Vadim