Hi Tommaso, https://github.com/SIPp/sipp/issues/33 covers this enhancement - there's an existing fork of SIPp that does this load balancing for each new call when using TCP, but I need to find a bit of time to add UDP support and a command-line option before including it in a SIPp release. I like your suggestion of doing the lookup at an interval rather than on every call - that helps some of my worries about inefficiency and slow DNS lookups.
Best, Rob On 14/11/13 23:11, Tommaso Cucinotta wrote: > Hi all, > > AFAIU, the SIP server name as from the command-line gets looked up once when > launching SIP, then its IP addr used statically throughout the whole test. > > Instead, I'd like to know whether SIPp has any configuration (either > mainstream or available as separate branch or patch) that allows it to target > multiple SIP servers load-balanced through DNS. > > Namely, I'd like to see SIPp querying the DNS when starting new dialogs for > new users (ok, perhaps not for each and every new one, but every some > interval?), in such a way that if I have a system of SIP servers > load-balanced through DNS, SIPp still manages to stress them all...., well, > also when the DNS translation also changes over time... > > On a related note, would it be possible to obtain such a behaviour through a > scenario file ? > > Thanks everybody for the great SIPp software! > > Tommaso > > ------------------------------------------------------------------------------ > DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps > OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access > Free app hosting. Or install the open source package on any LAMP server. > Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native! > http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk > _______________________________________________ > Sipp-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/sipp-users ------------------------------------------------------------------------------ DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access Free app hosting. Or install the open source package on any LAMP server. Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native! http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk _______________________________________________ Sipp-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sipp-users
