On Jun 10, 2004 at 11:17, Ezequiel Colombo ecolombo@arcotel.net wrote:
Right, i understand the call flow process, but i dont known how test CPS with scripts or some tools that answer the test calls. Can you explain how test your SER ?
We had a proprietary (non-free) beta testing tool. Right now we are in a process of developing a very simple one (but it might take a long time since it has very low priority).
You might also look at sipp (http://sipp.sourceforge.net/). I haven't tried it yet, but looks promising.
4800-4900cps ? This is very much, CPS or simultaneous calls ?
cps with 200 simultaneous calls.
Thanks Ezequiel
----- Original Message ----- From: "Andrei Pelinescu-Onciul" pelinescu-onciul@fokus.fraunhofer.de To: "Ezequiel Colombo" ecolombo@arcotel.net Cc: serusers@lists.iptel.org Sent: Thursday, June 10, 2004 10:16 AM Subject: Re: [Serusers] Test Tools for SER
On Jun 09, 2004 at 15:12, Ezequiel Colombo ecolombo@arcotel.net wrote:
Hi, i compiled some of the tools included in the /test directory of the
source CVS of SER. I want test the performace of SER in my server and look at the udp_flood.c program included, this generate a flood of SIP messages to the server. My question is how interpret the results.
If i send for example a flood with INVITE request for non-existent user
to my SER and see how much SER respond to this flood in a time period, i supose that this is the Call Per Second supported by SER ?
No. In our test we understand by call the following messages:
- INVITE remote_party
- 100 Trying
- 180 Ringing
- 200 Ok
- ACK
- BYE
- 200 Ok
- ACK
Here I made a mistake, there are only 7 messages (without the last ACK).
Andrei