[Home]

Summary:ASTERISK-16816: [patch] Load tests with sipp against asterisk
Reporter:Stefan Schmidt (schmidts)Labels:patch
Date Opened:2010-10-15 08:19:12Date Closed:
Priority:MajorRegression?No
Status:Open/NewComponents:Tests/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) app_testdb.c
( 1) hints.inc.conf
( 2) invitetest.xml
( 3) subscribetest.inf
( 4) subscribetest.xml
Description:These is the summary of the load tests i use.

all scenarios use an inf file to get the user sequence i use for this.

subscribetest.xml is a sipp scenario which sends a subscribe to the destination ip, wait for the 200 ok and notify and send back an 200 OK.

invitetest.xml is a scenario which invites users directly at the destination ip. I use this for heavy load tests. Sends Invite, Wait for Optional 100, wait for 200 OK, Send ACK, wait 2 seconds, Send Bye, Wait for 200 OK


to test the astdb i have written a simple application which writes 10000 entries into the astdb and remove it again.

****** ADDITIONAL INFORMATION ******

sipp -r 295 -m 10000 -sf invitetest.xml -inf subscribetest.inf DESTINATIONIP
sipp -r 295 -m 10000 -sf subscribetest.xml -inf subscribetest.inf DESTINATIONIP

Comments:By: Stefan Schmidt (schmidts) 2010-10-20 03:33:24

i added my hints for subscribe tests too.

By: Leif Madsen (lmadsen) 2011-01-31 12:27:38.000-0600

Hey this might be something interesting for you to look into.