View previous topic :: View next topic |
Author |
Message |
tilghman at mail.jeffa... Guest
|
Posted: Wed Feb 06, 2008 5:58 pm Post subject: [asterisk-users] AGI Process Count (HOWTO?) |
|
|
On Wednesday 06 February 2008 15:09:06 Nicholas Blasgen wrote:
Quote: | Is there any way to see the number of AGI processes that Asterisk is
handling? Either console, Asterisk Manager, or from within the AGI? I
used to just count the number of running copies of my AGI process (ps aux |
grep agi) but once in a blue moon one of my AGI processes will become a
zombie or for some other reason not stop when Asterisk disconnects from it.
I'd like to know, from Asterisk's point of view, the number of external
applications it's communicating with.
|
If you type 'show channels' and count the number of invocations of AGI in the
output, you'll have your count.
--
Tilghman |
|
Back to top |
|
|
saleem.basit at gmail.com Guest
|
Posted: Thu Feb 07, 2008 9:26 am Post subject: [asterisk-users] AGI Process Count (HOWTO?) |
|
|
I am facing the same problem.
I have noticed that (sometimes) under heavy load (70+ calls at 1GHz P4
with 1GB ram) some AGIs seem to run continously, and I have to kill
them manually.
I use 'core show channels verbose', and the duration is like 1 hr or
more, while my telco does not allow calls longer than 59 mins. |
|
Back to top |
|
|
|