I think this is beyond the control of JMeter; DNS lookups are handled by the Java run-time.
There may be some system properties that you can set to control this - check the JVM documentation. And if you do find anything, please let us know - or add it to the Wiki... On 14/01/06, Robin Bowes <[EMAIL PROTECTED]> wrote: > Hi, > > I'm using JMeter to load test a web app. which is behind a load balancer > and squid proxies. > > The architecture is something like: > > LB1--+--squid 1--+--web server (www.example.com) > | | > +--squid 2--+ > | > LB2--+--squid 3--+ > | | > +--squid 4--+ > > The www.example.com has two addresses and uses round-robin to distribute > the traffic across the load balancers. > > Using JMeter, what I'm seeing is that www.example.com is looked up just > once and uses the same address for all the tests. This means that only > one of the load-balancers gets any traffic. > > Is there some way to overcome this? > > Would turning off caching help? (networkaddress.cache.ttl=0 in > java.security) > > Thanks, > > R. > -- > http://robinbowes.com > > If a man speaks in a forest, > and his wife's not there, > is he still wrong? > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

