Re: [OpenSIPS-Users] opensips performance

2017-04-07 Thread qasimak...@gmail.com
I think there is no such direct command that will calculate CPS for you, However there are certainly ways you can calculate this CPS (One example given by Aqs) but since you are crunching maximum CPS from opensips i would recommend that you dont use opensips for its calculation, reason being that

Re: [OpenSIPS-Users] opensips performance

2017-04-06 Thread Aqs Younas
You could use ratelimit module. http://www.opensips.org/html/docs/modules/2.2.x/ratelimit.html This is how I am doing in my configuration. { ... $var(user) = "system"; set_dlg_profile($var(user)); rl_check("$var(user)", "9", "TAILDROP");

Re: [OpenSIPS-Users] opensips performance

2017-04-06 Thread deizeppe
Hi, is there any command that shows the value of CPS? Thanks in advance -- View this message in context: http://opensips-open-sip-server.1449251.n2.nabble.com/opensips-performance-tp7605389p7606871.html Sent from the OpenSIPS - Users mailing list archive at Nabble.com.

Re: [OpenSIPS-Users] opensips performance

2016-12-29 Thread Răzvan Crainea
Hi, Agalya! I've just written an article about dimensioning OpenSIPS memory on the OpenSIPS blog[1]. Perhaps that can help you. To do further debugging, you should add some thresholds warnings to determine what function spends most of the time processing. You can do this by using msg

[OpenSIPS-Users] opensips performance

2016-12-23 Thread Ramachandran, Agalya (Contractor)
Hi Bogdan/team, Am using opensips 2.2.2 version and using opensips as only proxy. In the default script, in route[relay], I have called setdsturi(); No other changes with the default script. Earlier, I have used only the default value of S_MEMORY and P_MEMORY in the /etc/default/opensips. With

Re: [OpenSIPS-Users] OpenSIPS performance.

2016-10-31 Thread Liviu Chircu
> memory usage is 2.8% out of 16GB OpenSIPS uses a fixed, pre-allocated pool of memory, and system memory will always stay constant! This is the correct way to monitor OpenSIPS memory usage: opensipsctl fifo get_statistics shmem: pkmem: Liviu Chircu OpenSIPS Developer

Re: [OpenSIPS-Users] OpenSIPS performance.

2016-10-27 Thread Ramachandran, Agalya (Contractor)
6 11:09 AM To: users@lists.opensips.org Subject: Re: [OpenSIPS-Users] OpenSIPS performance. Hi, Agalya! A successful stress test should highlight a bottleneck that we are no longer able to easily fix. Common bottlenecks with any network server application will always include: - CPU - I/O (disk / network) Mos

Re: [OpenSIPS-Users] OpenSIPS performance.

2016-10-24 Thread Liviu Chircu
Hi, Agalya! A successful stress test should highlight a bottleneck that we are no longer able to easily fix. Common bottlenecks with any network server application will always include: - CPU - I/O (disk / network) Most often, disk writes are to blame, either through stderr or syslog. You

[OpenSIPS-Users] OpenSIPS performance.

2016-10-24 Thread Ramachandran, Agalya (Contractor)
Hi Bogdan, Am using opensips 2.2.2 version and using opensips as only proxy. In the default script, in route[relay], I have called setdsturi(); No other changes with the default script. Earlier, I have used only the default value of S_MEMORY and P_MEMORY in the /etc/default/opensips. With this

Re: [OpenSIPS-Users] opensips performance testing

2012-01-23 Thread Vlad Paiu
Hello, That is indeed strange. What machine were you running on, in terms of hardware specs ? Also, are you sure the runtime conditions ( CPU load, network load ) for all the tests was the same ? Can you check what is the actual bottleneck when using either 1,4 or 10 children, be it CPU or

[OpenSIPS-Users] opensips performance testing

2012-01-21 Thread Tarik Tankovic
Hi, I am doing some OPENSIPS performance testing by using two SIPP's. One SIPP is using a little bit modified UAC scenario and the second one is using a little bit modified UAS scenario. OPENSIPS is acting as a stateful UDP proxy without authentification. I have changed only one parameter in

Re: [OpenSIPS-Users] OpenSIPS performance tests

2011-03-09 Thread Chris Martineau
To: OpenSIPS users mailling list; OpenSIPS devel mailling list Subject: [OpenSIPS-Users] OpenSIPS performance tests Hello, We have performed some tests using OpenSIPS 1.6.4 to simulate some real life scenarios, to get an idea on the load that can be handled by OpenSIPS and to see what

Re: [OpenSIPS-Users] OpenSIPS performance tests

2011-03-09 Thread Adrian Georgescu
mailling list Subject: [OpenSIPS-Users] OpenSIPS performance tests Hello, We have performed some tests using OpenSIPS 1.6.4 to simulate some real life scenarios, to get an idea on the load that can be handled by OpenSIPS and to see what is the performance penalty you get when using some

Re: [OpenSIPS-Users] OpenSIPS performance tests

2011-03-09 Thread Vlad Paiu
: [OpenSIPS-Users] OpenSIPS performance tests Hello, We have performed some tests using OpenSIPS 1.6.4 to simulate some real life scenarios, to get an idea on the load that can be handled by OpenSIPS and to see what is the performance penalty you get when using some OpenSIPS features like dialog support

Re: [OpenSIPS-Users] OpenSIPS performance tests

2011-03-09 Thread James Mbuthia
in performance! Any suggestions? Many thanks Chris -Original Message- From: users-boun...@lists.opensips.org [mailto:users-boun...@lists.opensips.org] On Behalf Of Vlad Paiu Sent: 08 March 2011 14:16 To: OpenSIPS users mailling list; OpenSIPS devel mailling list Subject: [OpenSIPS-Users

Re: [OpenSIPS-Users] OpenSIPS performance tests

2011-03-09 Thread Chris Martineau
...@lists.opensips.org] On Behalf Of Vlad Paiu Sent: 09 March 2011 11:33 To: OpenSIPS users mailling list Subject: Re: [OpenSIPS-Users] OpenSIPS performance tests Hello Chris, In the tests we performed we used SIPp as the UACs and the UAS was an OpenSIPS. In spite of this, I doubt that the UAS SiPp in your

[OpenSIPS-Users] OpenSIPS performance tests

2011-03-08 Thread Vlad Paiu
Hello, We have performed some tests using OpenSIPS 1.6.4 to simulate some real life scenarios, to get an idea on the load that can be handled by OpenSIPS and to see what is the performance penalty you get when using some OpenSIPS features like dialog support, DB authentication, DB

Re: [OpenSIPS-Users] opensips performance

2010-02-06 Thread ram
On Fri, Feb 5, 2010 at 6:12 PM, Neo Anderson voipexp...@ymail.com wrote: Hi, 1. CPU : Quad Core 64 bit CPU 2. 8 GB RAM 3. Centos 5.4 64 bit OS 4. OpenSIPS will have db lookup with radius integration for accounting. Please let me know how many simultaneous calls OpenSIPS can process for

[OpenSIPS-Users] opensips performance

2010-02-05 Thread Neo Anderson
Hi, 1. CPU : Quad Core 64 bit CPU 2. 8 GB RAM 3. Centos 5.4 64 bit OS 4. OpenSIPS will have db lookup with radius integration for accounting. Please let me know how many simultaneous calls OpenSIPS can process for above mentioned situations? -- VoipExpert

Re: [OpenSIPS-Users] opensips performance

2010-02-05 Thread Raúl Alexis Betancor Santana
On Friday 05 February 2010 12:42:31 Neo Anderson wrote: Hi, 1. CPU : Quad Core 64 bit CPU 2. 8 GB RAM 3. Centos 5.4 64 bit OS 4. OpenSIPS will have db lookup with radius integration for accounting. Please let me know how many simultaneous calls OpenSIPS can process for above mentioned

Re: [OpenSIPS-Users] opensips performance

2010-02-05 Thread Iñaki Baz Castillo
2010/2/5 Neo Anderson voipexp...@ymail.com: Hi, 1. CPU : Quad Core 64 bit CPU 2. 8 GB RAM 3. Centos 5.4 64 bit OS 4. OpenSIPS will have db lookup with radius integration for accounting. Please let me know how many simultaneous calls OpenSIPS can process for above mentioned situations?