|
The XML file is in attachment. However,
please note that the script works just fine at lower rates. The
problem happens when the value in the -r option is greater than
the value in the -rp option.
Also if I start the script with the value in -r smaller than the value in -rp and then I manually increase the rate using the + or * keys, I can increase the rate above the 1000 threshold and everything keeps working fine. The problem is only with the startup of the script and only with that particular option values combination. Thanks for your time, Carlo Carrano mahendra kedia wrote:
|
<?xml version="1.0" encoding="ISO-8859-1" ?> <!DOCTYPE scenario SYSTEM "sipp.dtd">
<!-- Test Scenario Name: register -->
<!-- Description: This uac xml scenario can be used to register -->
<!-- subscribers. -->
<!-- Test Version: 1.0 (works with sipp V3.0 and forward) -->
<!-- Test xml file: register.xml -->
<!-- Test csv file: register.csv -->
<!-- -->
<!-- -->
<scenario name="3rd Party Registration Scenario">
<!-- Send the initial Registration request -->
<send retrans="2000">
<![CDATA[
REGISTER sip:nscg-stdn.[field1]:5060 SIP/2.0
Via: SIP/2.0/[transport] [local_ip]:[local_port]
From: <sip:scsf-stdn.[field1]:5060>;tag=[call_number]
To: <sip:+1[field0]@[field1]>
Contact: <sip:scsf-stdn.[field1]:5060>
Call-ID: [call_id]
CSeq: 1 REGISTER
Expires: 600000
Max-Forwards: 70
P-Associated-URI: <sip:+1[field0]@[field1]>
P-Associated-URI: <tel:+1[field0]>
Timestamp: 10
Content-Length: 0
]]>
</send>
<!-- Wait for 200 O.k. -->
<recv response="200" rtd="true" rrs="true">
</recv>
<!-- definition of the response time repartition table (unit is ms) -->
<ResponseTimeRepartition value="5, 10, 15, 20, 25, 30, 35, 40"/>
<!-- definition of the call length repartition table (unit is ms) -->
<CallLengthRepartition value="10, 20, 30, 40, 50, 60, 70"/>
</scenario>
------------------------------------------------------------------------------ Managing the Performance of Cloud-Based Applications Take advantage of what the Cloud has to offer - Avoid Common Pitfalls. Read the Whitepaper. http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk
_______________________________________________ Sipp-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sipp-users
