On Wednesday 26 November 2008, ALAEDDINE abbech wrote:
I know the commande
#openserctl monitor
and
# openserctl fifo get_statistics all
But i like have the number of INVITE / second in openser and the succeful
INVITE/second.
Who know any commande to have this statistic?
Hi ALAEDDINE,
its not necessary to use statistics from openser here. You can get the number
of INVITEs with some external tools on the network level, e.g. with tcpdump,
or ngrep. You can also look in the accounting data to get the number of
succesfull INVITEs. If you simply want to have the number of calls at the
moment take a look at the dialog module, it can be used to track dialog
state.
Cheers,
Henning