[asterisk-app-dev] Problem when load testing Asterisk 13.7.2

Tickling Contest tickling.contest at gmail.com
Sat Mar 19 14:30:14 CDT 2016


Thank you, George!

That did solve the trouble for the most part, but I still get a few of
these (not rarely, unfortunately):

Mar 19 15:23:06] ERROR[1981]: pjsip:0 <?>: tcpc0x7fb0083a TCP connect()
error: Connection refused [code=120111]
[Mar 19 15:23:06] WARNING[1981]: pjsip:0 <?>: tsx0x7fb00008c Failed to send
Request msg BYE/cseq=8737 (tdta0x7fb010246eb0)! err=120111 (Connection
refused)
[Mar 19 15:23:16] ERROR[1981]: pjsip:0 <?>: tcpc0x7fb0083a TCP connect()
error: Connection refused [code=120111]
[Mar 19 15:23:16] WARNING[1981]: pjsip:0 <?>: tsx0x7fb010169 Failed to send
Request msg BYE/cseq=5278 (tdta0x7fb010096950)! err=120111 (Connection
refused)

I set the value of PJ_IOQUEUE_MAX_HANDLES to FD_SETSIZE per the link you
mentioned and ulimit for the root account, which runs asterisk is 8192.

The Asterisk VM has been upped to 8GB memory and 4 cores now. There cannot
be network related latencies as the entire test is in the local network.

Any insight is deeply appreciated.

On Sat, Mar 19, 2016 at 12:09 PM, George Joseph <george.joseph at fairview5.com
> wrote:

> I'll bet your pjproject install still has the default value of 64
> for PJ_IOQUEUE_MAX_HANDLES.  That limits the number of simultaneous TCP
> sockets.
>
>
> https://wiki.asterisk.org/wiki/display/AST/Building+and+Installing+pjproject
>
>
>
> On Sat, Mar 19, 2016 at 9:20 AM, Tickling Contest <
> tickling.contest at gmail.com> wrote:
>
>> I am load-testing an Asterisk 13.7.2 installation with SIPp 3.5.1.
>>
>> I am running into an issue where Asterisk (core set debug 99) complains
>> about the following:
>>
>> [Mar 19 11:12:55] WARNING[13078]: pjsip:0 <?>: tsx0x7fc60840e ...Failed
>> to send Request msg INVITE/cseq=28144 (tdta0x7fc60840b590)! err=70010 (Too
>> many objects of the specified type (PJ_ETOOMANY))
>> [Mar 19 11:12:55] WARNING[13078]: pjsip:0 <?>: tsx0x7fc60841a ...Failed
>> to send Request msg INVITE/cseq=31094 (tdta0x7fc6140ebc10)! err=70010 (Too
>> many objects of the specified type (PJ_ETOOMANY))
>> [Mar 19 11:13:22] ERROR[13083]: pjsip:0 <?>: tcpc0x7fc6082b TCP
>> connect() error: Connection refused [code=120111]
>> [Mar 19 11:13:22] WARNING[13083]: pjsip:0 <?>: tsx0x7fc60822e Failed to
>> send Request msg BYE/cseq=29352 (tdta0x7fc6080e3600)! err=120111
>> (Connection refused)
>> [Mar 19 11:13:25] ERROR[13083]: pjsip:0 <?>: tcpc0x7fc6083a TCP
>> connect() error: Connection refused [code=120111]
>> [Mar 19 11:13:25] WARNING[13083]: pjsip:0 <?>: tsx0x7fc60822e Failed to
>> send Request msg BYE/cseq=13911 (tdta0x7fc6140bc200)! err=120111
>> (Connection refused)
>>
>> Any help figuring out this issue is deeply appreciated.
>>
>> Thanks!
>>
>> _______________________________________________
>> asterisk-app-dev mailing list
>> asterisk-app-dev at lists.digium.com
>> http://lists.digium.com/cgi-bin/mailman/listinfo/asterisk-app-dev
>>
>>
>
> _______________________________________________
> asterisk-app-dev mailing list
> asterisk-app-dev at lists.digium.com
> http://lists.digium.com/cgi-bin/mailman/listinfo/asterisk-app-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-app-dev/attachments/20160319/c5ddc929/attachment.html>


More information about the asterisk-app-dev mailing list