Hi,

I don't know the max limit of sipp considering concurrent calls with 
RTP, but it is more than 508 calls.
In our test case we were able to simulate 5000 concurrent calls with RTP 
using sipp. In the XML scenarios, we used the command "play_pcap_audio" 
in order to play media.
For completeness, I'll paste the commands we used:

> # On UAC
> sipp -r 60 -rp 1000 -m 5000 <DEST-IP> -i <LOCAL-INTERFACE> -sf 
> <SCENARIO-FILE> -ap <PASSWORD> -l 5000 -s <DEST-NUMBER> 
> -watchdog_minor_threshold 1000 -skip_rlimit -mi <MEDIA-IP>
> # On UAS
> sipp <DEST-IP> -sf <SCENARIO-FILE> -i <LOCAL-INTERFACE> -p <LOCAL-PORT> -m 
> 5000 -watchdog_minor_threshold 1000 -skip_rlimit -mi <MEDIA-IP>

The XML scenario files where simple basic UAC and UAS scenarios with 
authentication extended to play RTP via "play_pcap_audio".

Regards,
Paul


Am 20.04.2016 um 12:51 schrieb Sakharam Thorat:
> Hey All,
>
> Does any one tested the max limit of  sipp concurrent calls  with rtp ?
>
> We have requirement to test,  60 concurrent calls for every second of 60sec 
> length.  so in one minute  at 60th sec app will be having 3600 concurrent 
> call. Does  with help of sipp is it possible test ?
>
> Best Regards,
> Sakharam Thorat.
>
> ________________________________________
> From: Rob Day <r...@rkd.me.uk>
> Sent: Thursday, January 30, 2014 6:21 PM
> To: Vijay Goje
> Cc: sipp-users@lists.sourceforge.net
> Subject: Re: [Sipp-users] rtp for only 508 concurrent calls
>
> Thanks! I was sceptical that FD_SETSIZE has anything to do with it
> (that controls the maximum number of files that can be polled by
> select() - but we don't poll media sockets, just write to them). But
> now I see there's some code in sipp.cpp which sets the maximum number
> of open files (i.e. the rlimit) to FD_SETSIZE, which affects even
> sockets we're not polling - and -skip_rlimit skips that code, which is
> why it works for you now. I think that's just the wrong thing to do,
> and will probably remove that code entirely.
>
> Best,
> Rob
>
> On 29 January 2014 16:04, Vijay Goje <vg...@ctigroup.com> wrote:
>> -skip_rlimit flag fixed my issue and able to run more than 508 concurrent 
>> calls with rtp.
>>
>> Regards,
>> Vijay.
>>
>> -----Original Message-----
>> From: Vijay Goje
>> Sent: Tuesday, January 28, 2014 6:11 PM
>> To: 'Rob Day'
>> Cc: sipp-users@lists.sourceforge.net
>> Subject: RE: rtp for only 508 concurrent calls
>>
>> Sorry forgot to mention that I am seeing rtp for only 508 'concurrent' calls 
>> Tried with -trace_err and -trace_calldebug flags but didn't see any log 
>> entries.
>> When I am doing a capture I see rtp for only concurrent 508 calls and rest 
>> of the concurrent calls don't have rtp.
>>
>> Regards,
>> Vijay.
>>
>> -----Original Message-----
>> From: robertk...@gmail.com [mailto:robertk...@gmail.com] On Behalf Of Rob Day
>> Sent: Tuesday, January 28, 2014 5:54 PM
>> To: Vijay Goje
>> Cc: sipp-users@lists.sourceforge.net
>> Subject: Re: rtp for only 508 calls
>>
>> I'm not aware of any built-in limit. If you run with "-trace_err" and 
>> "-trace_calldebug", do those logs have any more information on what happens 
>> after 508 calls?
>>
>> Best,
>> Rob
>>
>> On 28 January 2014 22:46, Vijay Goje <vg...@ctigroup.com> wrote:
>>> Hi Rob,
>>>
>>>
>>>
>>> I am using SIPp v3.4-beta2 with rtp stream.
>>>
>>> When I am running calls more than 508 say 600 calls I am seeing rtp
>>> for only
>>> 508 calls and not seeing rtp for the rest of the calls.
>>>
>>>
>>>
>>> I did set the ulimit to more than 1024 as shown below
>>>
>>> Ulimit -n 99999
>>>
>>> But when running the sipp I see the following
>>>
>>>
>>>
>>> Warning: open file limit > FD_SETSIZE; limiting max. # of open files
>>> to FD_SETSIZE = 1024
>>>
>>>
>>>
>>> Is there any limit in sipp that's causing the rtp limited to 508 calls?
>>>
>>>
>>>
>>> Regards,
>>>
>>> Vijay.
> ------------------------------------------------------------------------------
> WatchGuard Dimension instantly turns raw network data into actionable
> security intelligence. It gives you real-time visual feedback on key
> security issues and trends.  Skip the complicated setup - simply import
> a virtual appliance and go from zero to informed in seconds.
> http://pubads.g.doubleclick.net/gampad/clk?id=123612991&iu=/4140/ostg.clktrk
> _______________________________________________
> Sipp-users mailing list
> Sipp-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/sipp-users
> ------------------------------------------------------------------------------
> Find and fix application performance issues faster with Applications Manager
> Applications Manager provides deep performance insights into multiple tiers of
> your business applications. It resolves application problems quickly and
> reduces your MTTR. Get your free trial!
> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> _______________________________________________
> Sipp-users mailing list
> Sipp-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/sipp-users

------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
_______________________________________________
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to