You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Vadim Blumkin <va...@gmail.com> on 2014/06/19 14:26:31 UTC

[users@httpd] how to identify number of working threads

Hi all



Is there any way to find how many concurrent opened threads are working at
the moment ?



I found that there is a mod_status module can perform some statistics , but
didn't find any parameter point to opened threads.



Thanks,

Vadim

Re: [users@httpd] how to identify number of working threads

Posted by Frederik Nosi <fr...@postecom.it>.
Hi,

On 06/19/2014 02:26 PM, Vadim Blumkin wrote:
>
> Hi all
>
> Is 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
>
>


Re: [users@httpd] how to identify number of working threads

Posted by Vadim Blumkin <va...@gmail.com>.
Thanks a lot , Eric , Frederik

I didn't notice it .
Vadim


On Thu, Jun 19, 2014 at 3:29 PM, Eric Covener <co...@gmail.com> wrote:

> On Thu, Jun 19, 2014 at 8:26 AM, Vadim Blumkin <va...@gmail.com>
> wrote:
> > Hi all
> >
> >
> >
> > Is there any way to find how many concurrent opened threads are working
> at
> > the moment ?
> >
> > I found that there is a mod_status module can perform some statistics ,
> but
> > didn't find any parameter point to opened threads.
>
> The summary at the top?
>
> 1 requests currently being processed, 99 idle workers
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>

Re: [users@httpd] how to identify number of working threads

Posted by Eric Covener <co...@gmail.com>.
On Thu, Jun 19, 2014 at 8:26 AM, Vadim Blumkin <va...@gmail.com> wrote:
> Hi all
>
>
>
> Is there any way to find how many concurrent opened threads are working at
> the moment ?
>
> I found that there is a mod_status module can perform some statistics , but
> didn't find any parameter point to opened threads.

The summary at the top?

1 requests currently being processed, 99 idle workers

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org