Re: how to identify number of working threads

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




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




[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux