I have SIPp running on Win XP. I am attempting to setup 128
simultaneous connections, but I only can get 8 running at a time before
I receive the error: Warning: open file limit>FD_SETSIZE; limiting max.
# of open files to fD_SETSIZE = 64. Currently I am trying to run just
24, but I can only get 8 simultaneous calls. If anyone knows a better
way of doing this, let me know. I use an audio file, usually, but I
removed it to see if that would help with the issue. Below is a sample
of the xml file and my batch file:
(sample xml for one connection--4501)
<?xml version="1.0" encoding="ISO-8859-1" ?>
<scenario name="register_answer">
<label id="5" />
<send>
<![CDATA[
INVITE sip:[email protected] SIP/2.0
Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
From: sip:[email protected]:[local_port];tag=[call_number]
To: sip:[email protected]:[remote_port]
Call-ID: [call_id]
CSeq: 1 INVITE
Contact: sip:4...@[local_ip]:[local_port]
Max-Forwards: 70
Content-Type: application/sdp
Content-Length: [len]
v=0
o=user1 53655765 2353687637 IN IP[local_ip_type] [local_ip]
s=test
c=IN IP[media_ip_type] [media_ip]
t=0 0
m=audio [media_port] RTP/AVP 0
a=rtpmap:0 PCMU/8000
]]>
</send>
<recv response="100" optional="true" />
<recv response="183" optional="true" />
<recv response="200" rtd="true" />
- <send>
<![CDATA[
ACK sip:4...@[remote_ip] SIP/2.0
Via: SIP/2.0/[transport] [local_ip];branch=[branch]
From: "Jeff Ollier"
<sip:2143846...@[remote_ip]:[local_port]>;tag=[call_number]
To: <sip:4...@[remote_ip]:[remote_port]>[peer_tag_param]
Call-ID: [call_id]
Cseq: 1 ACK
Contact: sip:2143846...@[local_ip]:[local_port]
Max-Forwards: 70
Content-Length: 0
]]>
</send>
- <nop>
- <action>
<pause milliseconds="60000"/>
</action>
</nop>
<send>
<![CDATA[
BYE sip:4...@[remote_ip] SIP/2.0
Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
From: "Jeff
Ollier"<sip:2143846...@[remote_ip]:[local_port]>;tag=[call_number]
To: <sip:4...@[remote_ip]:[remote_port]>[peer_tag_param]
Call-ID: [call_id]
CSeq: 2 BYE
Contact: sip:2143846...@[local_ip]:[local_port]
Max-Forwards: 70
Content-Length: 0
]]>
</send>
<recv response="200">
</recv>
</scenario>
(batch for 24 calls)
:test25
sipp 10.133.25.1:5080 -m 1 -sf 4501invite.xml -mp 4501 -i 10.133.25.101
-p 5061 -bg -bind_local
sipp 10.133.25.1:5080 -m 1 -sf 4503invite.xml -mp 4503 -i 10.133.26.103
-p 5062 -bg -bind_local
sipp 10.133.25.1:5080 -m 1 -sf 4505invite.xml -mp 4505 -i 10.133.26.105
-p 5063 -bg -bind_local
sipp 10.133.25.1:5080 -m 1 -sf 4507invite.xml -mp 4507 -i 10.133.26.107
-p 5064 -bg -bind_local
sipp 10.133.25.1:5080 -m 1 -sf 4509invite.xml -mp 4509 -i 10.133.26.109
-p 5065 -bg -bind_local
sipp 10.133.25.1:5080 -m 1 -sf 4511invite.xml -mp 4511 -i 10.133.26.111
-p 5066 -bg -bind_local
sipp 10.133.25.1:5080 -m 1 -sf 4513invite.xml -mp 4513 -i 10.133.26.113
-p 5067 -bg -bind_local
sipp 10.133.25.1:5080 -m 1 -sf 4517invite.xml -mp 4517 -i 10.133.26.117
-p 5068 -bg -bind_local
sipp 10.133.25.1:5080 -m 1 -sf 4519invite.xml -mp 4519 -i 10.133.26.119
-p 5069 -bg -bind_local
sipp 10.133.25.1:5080 -m 1 -sf 4521invite.xml -mp 4521 -i 10.133.26.121
-p 5070 -bg -bind_local
sipp 10.133.25.1:5080 -m 1 -sf 4523invite.xml -mp 4523 -i 10.133.26.123
-p 5071 -bg -bind_local
sipp 10.133.25.1:5080 -m 1 -sf 4525invite.xml -mp 4525 -i 10.133.26.125
-p 5072 -bg -bind_local
sipp 10.133.25.1:5080 -m 1 -sf 4527invite.xml -mp 4527 -i 10.133.26.127
-p 5073 -bg -bind_local
sipp 10.133.25.1:5080 -m 1 -sf 4529invite.xml -mp 4529 -i 10.133.26.129
-p 5074 -bg -bind_local
sipp 10.133.25.1:5080 -m 1 -sf 4531invite.xml -mp 4531 -i 10.133.26.131
-p 5075 -bg -bind_local
sipp 10.133.25.1:5080 -m 1 -sf 4533invite.xml -mp 4533 -i 10.133.26.133
-p 5076 -bg -bind_local
sipp 10.133.25.1:5080 -m 1 -sf 4535invite.xml -mp 4535 -i 10.133.26.135
-p 5077 -bg -bind_local
sipp 10.133.25.1:5080 -m 1 -sf 4537invite.xml -mp 4537 -i 10.133.26.137
-p 5078 -bg -bind_local
sipp 10.133.25.1:5080 -m 1 -sf 4539invite.xml -mp 4539 -i 10.133.26.139
-p 5079 -bg -bind_local
sipp 10.133.25.1:5080 -m 1 -sf 4541invite.xml -mp 4541 -i 10.133.26.141
-p 5080 -bg -bind_local
sipp 10.133.25.1:5080 -m 1 -sf 4543invite.xml -mp 4543 -i 10.133.26.143
-p 5081 -bg -bind_local
sipp 10.133.25.1:5080 -m 1 -sf 4545invite.xml -mp 4545 -i 10.133.26.145
-p 5082 -bg -bind_local
sipp 10.133.25.1:5080 -m 1 -sf 4547invite.xml -mp 4547 -i 10.133.26.147
-p 5083 -bg -bind_local
sipp 10.133.25.1:5080 -m 1 -sf 4549invite.xml -mp 4549 -i 10.133.26.149
-p 5084 -bg -bind_local
sleep 16
goto test25
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users