3 Replies Last post: Oct 28, 2008 2:29 AM by raymund  
Click to view Imran's profile   14 posts since
Sep 8, 2008

Oct 27, 2008 4:46 AM

Testtool OpenSBC?


Hi All,


We need to test OpenSBC performance and availability in a test enviroment.

Is there any testtool to check performance of OpenSBC? I heard of SiPP, but its rather complicated (for me) to write an XML scenario in which the client (sipp UAC) registers itself and then send thousands of requests.

Any advice would be helpfull.

TIA

Regards,

Imran

PS: I was not sure where to put this discussion. I also did not find any discussion/post regarding testing performance of OpenSBC

Guest
1. Oct 27, 2008 6:37 AM in response to: Imran
Re: [OpenSBC] Testtool OpenSBC?
Hi Irman;

Yes currently we are using SIPP to test the stability and performance of
the osbc. To get you extract default SIPP xml scenario you can run this
command to get the raw xml from the UAC and UAS

sipp -sd uac
sipp -sd uas

A littler reverse engineering would be required to meet your test
scenario requirements. I got a simple registration scenario xml scenario
I used for one of my QC test case. I would also recommend this link
http://sipp.sourceforge.net/doc3.0/reference.html this really help me
understand how SIPP can be used when making various test scenario.

<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE scenario SYSTEM "sipp.dtd">

<!-- Created By : Marvin De Los Angeles
Scenario Use: For Registration Checking
Released # : 2 Revision 2
Date Created : April 17, 2007 -->


<!-- Send Intial Registration on domain SBC01 -->
<![CDATA[
REGISTER sip:service SIP/2.0
Via: SIP/2.0/transport local_ip:local_port
To: <sip:6477235527@service>
From: <sip:6477235527@service>
Contact:
<sip:6477235527@local_ip:local_port>;transport=transport
field1
Expires: 3600
Max-Forwards: 70
Call-ID: call_id
CSeq: 1 REGISTER
Content-Length: 0
]]>

<![CDATA[

REGISTER sip:12345678990000@service:remote_port SIP/2.0
Via: SIP/2.0/transport local_ip:local_port
From: sipp
<sip:12345678990000@service:local_port>;tag=call_number
To: <sip:12345678990000@service:remote_port>
Call-ID: call_id
CSeq: 2 REGISTER
Contact: <sip:12345678990000@local_ip:local_port>
authentication username=12345678990000 password=12345678990000
Expires 3600
Max-Forwards: 70
Subject: Sipp Registation Test
Content-Type: application/sdp
Content-Length: len
]]>


OpenSBC Forum wrote:

Hi All,


We need to test OpenSBC performance and availability in a test enviroment.

Is there any testtool to check performance of OpenSBC? I heard of SiPP, but its rather complicated (for me) to write an XML scenario in which the client (sipp UAC) registers itself and then send thousands of requests.

Any advice would be helpfull.

TIA

Regards,

Imran

PS: I was not sure where to put this discussion. I also did not find any discussion/post regarding testing performance of OpenSBC


This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Opensipstack-osbcdevel mailing list
Opensipstack-osbcdevel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensipstack-osbcdevel

Marvin De Los Angeles
SCC Engineer

121 Varick St., Suite 201
New York, NY 10013
www.solegy.com

Direct: +1 212 801 2512
Main: +1 212 801 2525 ext. 2504
Fax: +1 347 438 3072

Solegy LLC
Solutions to Fit Your Strategy
Click to view raymund's profile   14 posts since
Aug 22, 2007
3. Oct 28, 2008 2:29 AM in response to: Imran
Re: [OpenSBC] Testtool OpenSBC?

Hi Imran,


You could try this ,

"Seagull- is a free, Open Source (GPL) multi-protocol traffic generator test tool."


http://gull.sourceforge.net/doc/sip.html


hth,

raymund