[Serdev] Active Sessions in RTPProxy
Gaurav Kulshreshtha
gaurav at sunrocket.com
Tue Apr 25 19:34:29 UTC 2006
Does command I dump information about all the active sessions. I am settings
up 3000 sessions through RTP proxy but I only see 256 active. I deduced this
number by doing:
echo 'I' | socat - unix-connect:/var/run/rtpproxy.sock | grep 'C' | wc -l
Gaurav
-----Original Message-----
From: Maxim Sobolev [mailto:sobomax at sippysoft.com]
Sent: Tuesday, April 11, 2006 11:46 PM
To: Gaurav Kulshreshtha
Cc: serdev at lists.iptel.org
Subject: Re: [Serdev] Active Sessions in RTPProxy
Gaurav Kulshreshtha wrote:
> All,
>
> Is it possible to dump active sessions in RTP Proxy. This will be
> really help for debugging.
It is possible, but you will need telnet-like tool for connecting to
unix domain sockets (FreeBSD telnet supports such functionality out of
the box for example). Once you have such tool, you can connect to
/var/run/rtpproxy.sock and issue command I, which will dump information
about active sessions.
-Maxim
More information about the Serdev
mailing list