On Thu, Apr 30, 2009 at 7:02 PM, David Jardin <[email protected]> wrote:
> Hi everyone,
> I would like to know if for a given sipp's instance, it is possible to use a
> different port for each entry of a .csv file.
> In other words, let's say I got the following .csv :
> david1;test;
> david2;test;
> david3;test;
> and so on...
> I would like to see in wireshark :
> REGISTER from 1.2.3.4:5060 for david1
> REGISTER from 1.2.3.4:5061 for david2
> REGISTER from 1.2.3.4:5062 for david3
> etc...
> Is it possible to do the same thing with different virtual IP addresses like
> :
> REGISTER from 1.2.3.4:5060 for david1
> REGISTER from 1.2.3.5:5061 for david2
> REGISTER from 1.2.3.6:5062 for david3
> ?

I've never tried them but look at these tips:
http://www.mail-archive.com/[email protected]/msg03631.html

> Last question : if you have 1000 users in the csv file and you launch sipp
> with a call_rate = 83. Will sipp manage to generate 83 calls per second in
> total or will it call 83 times per seconds for each of the 1000 users?

It will be a call rate of 83 in total. The quantity of users in the
injection file has nothing to do with the quantity of calls that will
be generated, it just serves to permit injection of data. For example,
if you set call rate to 100 but there are only 10 users in the file,
SIPp will reuse previous users to satisfy that call rate.
(As a tip, this kind of question can easily be answered with a simple
test. It is much faster to test myself  than to wait for a reply).

regards,
takeshi

------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to