Re: [Project Clearwater] access to memcached data in sprout node

2016-09-02 Thread gilles.lecorgne
Hello Richard, Thank you for your feedback and response. Is there a similar query for call/session information ? Best regards, Gilles De : Richard Whitehouse [mailto:richard.whiteho...@metaswitch.com] Envoyé : vendredi 2 septembre 2016 17:28 À : clearwater@lists.projectclearwater.org;

Re: [Project Clearwater] Stress Testing

2016-09-02 Thread Kosala
Hi Richard, Thanks for your response. What is Register, it shows only 26. I thought it is only 26 successful calls. When I tail this log file , I can see, Register number is increasing and some stage I am getting Timeout number increasing as well.

Re: [Project Clearwater] Sprout/Bono/Chronos crashes under stress test

2016-09-02 Thread Stanislav Khalup
Richard, Thank you very much for your response. Let me add some details. Initially we tested all component in VMs with 2 vCPUs each but after reading the list we changed bono config to 1 vCPU, for sprout we left 2 vCPUs. As for bono the crashes were somehow resolved but for sprout the

[Project Clearwater] stress-testing

2016-09-02 Thread gilles.lecorgne
Hi, I installed 'stress-test' VM with stress testing tool. When I tried to start the script, there is the following output: [cid:image001.png@01D20543.E58F09B0] Do you think there is something wrong as there is the message: 'zmq_msg_recv: Resource temporarily unavailable' ? If yes, do you

Re: [Project Clearwater] access to memcached data in sprout node

2016-09-02 Thread Richard Whitehouse
Gilles, We don't have any straightforward command line tools to interrogate this information, but it's fairly straightforward to use memcached's text protocol over telnet. You can query for registration binding information by doing: telnet 11211 get reg\\sip:@ quit This will

Re: [Project Clearwater] Is Bono a multi-thread program?

2016-09-02 Thread Richard Whitehouse (projectclearwater.org)
Morris, The thread dispatcher calls pjsip_endpt_process_rx_data to continue processing of the message - http://www.pjsip.org/pjsip/docs/html/group__PJSIP__ENDPT.htm - this passes it to the other registered modules e.g. the stateful proxy module. If you are creating a thread and it immediately

Re: [Project Clearwater] Sprout/Bono/Chronos crashes under stress test

2016-09-02 Thread Richard Whitehouse
Stanislav, I've taken a look at the Sprout crash. It looks like you have are hitting a crash in the Net SNMP library we use for alarms and statistics. I've raised an issue to track this - https://github.com/Metaswitch/sprout/issues/1527 We've seen similar looking stacks for Bono before on

[Project Clearwater] Stress Testing

2016-09-02 Thread Kosala
Hi Team, I could manage to do stress testing and I can see the following results in log. Does this mean , it creates and do successfully 500 outgoing calls in 32.07 s ? Log is as follows: ^[[2J-- Scenario Screen [1-9]: Change Screen --^M Users (length)

Re: [Project Clearwater] Increase stress test load

2016-09-02 Thread Richard Whitehouse
Michael, The easiest way to increase the load on the system is to add more subscribers. For each 30,000 subscribers, we recommend you have a separate SIP stress node. Altering the number of subscribers is covered under the SIP Stress article which documents the settings you can change

[Project Clearwater] Increase stress test load

2016-09-02 Thread Μιχάλης Κατσούλης
Hi all, I have successfully manually installed Clearwater in 6 virtual machines and tested my deployment using SIP clients (following instructions from http://clearwater.readthedocs.io/en/stable/Making_your_first_call.html.). I also created a SIP Stress node and everything seems to be working