[Asterisk-Dev] Number of Asterisk process

Eric eric at monmouth.com
Fri Jan 14 13:39:36 MST 2005


Hi Velimir,

Asterisk is a threaded process.  Some older versions of 'ps' and 'top'
are not thread aware and will display all of the threads as individual
processes (the kernel kind of treats them as individual, even though
they use the same memory space).  Newer versions of 'ps' and 'top'
will show only the parent thread (unless you've specified an option to
display all threads).


I must also note, questions of this nature should be posted to the
-users list.  This list is devoted to development of asterisk source
code.


- Eric





On Fri, 14 Jan 2005 21:18:33 +0100
"Velimir Novkovic" <vn at comx.dk> wrote:

> Just noticed that 'ps' shows different numbers of processes on my different
> Asterisk installations. Sometimes it is only one, apart form the console,
> and other times it is more then 10. Observations were made on idle, i.e. no
> active calls/channels, system.
> 
> Can anyone shed some light on it? Thanks.
> 
>  
> 
> ~Vel
> 
> 



More information about the asterisk-dev mailing list