Thanks a lot , Eric , Frederik
I didn't notice it .
Vadim
On Thu, Jun 19, 2014 at 3:29 PM, Eric Covener wrote:
> On Thu, Jun 19, 2014 at 8:26 AM, Vadim Blumkin
> wrote:
> > Hi all
> >
> >
> >
> > Is there any way to find how many concurrent opened threads are working
> at
> > the moment ?
> >
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 modul
On Thu, Jun 19, 2014 at 8:26 AM, Vadim Blumkin 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
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