Hi,
I want to test kamailio or any other server for it's simultaneous call rates, form which I mean how much calls it can support simultaneously?? I know about SIPp, but that won't fulfill my purpose, because SIPp doesn't offer simultaneity; rather it issues calls serially.
BTW, is it possible to do multiple calls from same machine, since ports are consumed in the previous call?? I think the answer is negative....
I think, to do this kind of testing, we need multiple PCs..which call simultaneously...
Any light on this??
Regards,
Vineet Menon
Hi Vineet, Actually if you want to know how many concurrent calls any SIP server can handle then SIPp is a great tool. No matter how SIPp makes calls (*parallel*/sequentially) the calls have a duration defined in your script. and SIPp keeps on sending calls so they all are active for kamailio.
So increase the call rate from SIPp and SIPp will start delivering 100 CallsPerSecond or N-cps, thats exactly what you want to find out. If you've one good server then you can change SIPp command parameters and only one machine can have like 2 or more SIPp generating calls in parallel.
Regards, Sammy
On Tue, Jun 5, 2012 at 9:51 AM, Vineet Menon mvineetmenon@gmail.com wrote:
Hi,
I want to test kamailio or any other server for it's simultaneous call rates, form which I mean how much calls it can support simultaneously?? I know about SIPp, but that won't fulfill my purpose, because SIPp doesn't offer simultaneity; rather it issues calls serially.
BTW, is it possible to do multiple calls from same machine, since ports are consumed in the previous call?? I think the answer is negative....
I think, to do this kind of testing, we need multiple PCs..which call simultaneously...
Any light on this??
Regards,
Vineet Menon
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
Hi,
I don't know about Kamailio or other servers.
But to test simultaneous calls, you don't require different PC. Only you require is different user ids and hard ware units (if you are testing media also).
We can same port for entire sip signalling.
For media, we should use different ports for different calls from the same PC.
Regards -Venu
On Tue, Jun 5, 2012 at 10:21 AM, Vineet Menon mvineetmenon@gmail.comwrote:
Hi,
I want to test kamailio or any other server for it's simultaneous call rates, form which I mean how much calls it can support simultaneously?? I know about SIPp, but that won't fulfill my purpose, because SIPp doesn't offer simultaneity; rather it issues calls serially.
BTW, is it possible to do multiple calls from same machine, since ports are consumed in the previous call?? I think the answer is negative....
I think, to do this kind of testing, we need multiple PCs..which call simultaneously...
Any light on this??
Regards,
Vineet Menon _______________________________________________ Sip-implementors mailing list Sip-implementors@lists.cs.columbia.edu https://lists.cs.columbia.edu/cucslists/listinfo/sip-implementors
@Venu, what do u mean by "
you don't require different PC. Only you require is different user ids and hard ware units (if you are testing media also)"??
Can you please elaborate
@SamyGo, I didn't understand this, "
If you've one good server then you can change SIPp command parameters and only one machine can have like 2 or more SIPp generating calls in parallel."
how is that possible?? how can 2 applications (different) listen on same port?
Regards,
Vineet Menon
On 5 June 2012 11:44, venu Y toyvenu@gmail.com wrote:
Hi,
I don't know about Kamailio or other servers.
But to test simultaneous calls, you don't require different PC. Only you require is different user ids and hard ware units (if you are testing media also).
We can same port for entire sip signalling.
For media, we should use different ports for different calls from the same PC.
Regards -Venu
On Tue, Jun 5, 2012 at 10:21 AM, Vineet Menon mvineetmenon@gmail.comwrote:
Hi,
I want to test kamailio or any other server for it's simultaneous call rates, form which I mean how much calls it can support simultaneously?? I know about SIPp, but that won't fulfill my purpose, because SIPp doesn't offer simultaneity; rather it issues calls serially.
BTW, is it possible to do multiple calls from same machine, since ports are consumed in the previous call?? I think the answer is negative....
I think, to do this kind of testing, we need multiple PCs..which call simultaneously...
Any light on this??
Regards,
Vineet Menon _______________________________________________ Sip-implementors mailing list Sip-implementors@lists.cs.columbia.edu https://lists.cs.columbia.edu/cucslists/listinfo/sip-implementors
-- With Regards Venu 93484 89945 toyvenu@gmail.com
Hi Vineet.
Thats not possible what you understood from my wording. I said "you can change SIPp command parameters" and run two or more instances of SIPp on same server.
Linux-Console:~# sipp -pause_msg_ign -trace_err -users 1 -t u1 -watchdog_minor_maxtriggers 12000 -watchdog_major_maxtriggers 1000 -i [my.server.ip] *-p 7000* -aa -default_behaviors pingreply -sleep 1 -mp 10000 [sip.server.ip]:[sip_port]
Linux-Console:~# sipp -pause_msg_ign -trace_err -users 1 -t u1 -watchdog_minor_maxtriggers 12000 -watchdog_major_maxtriggers 1000 -i [my.server.ip] *-p 7010* -aa -default_behaviors pingreply -sleep 1 -mp 10000 [sip.server.ip]:[sip_port]
Tweak the above commands according to your scenario files.
Regards, Sammy
On Tue, Jun 5, 2012 at 12:19 PM, Vineet Menon mvineetmenon@gmail.comwrote:
@Venu, what do u mean by "
you don't require different PC. Only you require is different user ids and hard ware units (if you are testing media also)"??
Can you please elaborate
@SamyGo, I didn't understand this, "
If you've one good server then you can change SIPp command parameters and
only one machine can have like 2 or more SIPp generating calls in parallel."
how is that possible?? how can 2 applications (different) listen on same port?
Regards,
Vineet Menon
On 5 June 2012 11:44, venu Y toyvenu@gmail.com wrote:
Hi,
I don't know about Kamailio or other servers.
But to test simultaneous calls, you don't require different PC. Only you require is different user ids and hard ware units (if you are testing media also).
We can same port for entire sip signalling.
For media, we should use different ports for different calls from the same PC.
Regards -Venu
On Tue, Jun 5, 2012 at 10:21 AM, Vineet Menon mvineetmenon@gmail.comwrote:
Hi,
I want to test kamailio or any other server for it's simultaneous call rates, form which I mean how much calls it can support simultaneously?? I know about SIPp, but that won't fulfill my purpose, because SIPp doesn't offer simultaneity; rather it issues calls serially.
BTW, is it possible to do multiple calls from same machine, since ports are consumed in the previous call?? I think the answer is negative....
I think, to do this kind of testing, we need multiple PCs..which call simultaneously...
Any light on this??
Regards,
Vineet Menon _______________________________________________ Sip-implementors mailing list Sip-implementors@lists.cs.columbia.edu https://lists.cs.columbia.edu/cucslists/listinfo/sip-implementors
-- With Regards Venu 93484 89945 toyvenu@gmail.com
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users