amazon web services - JMeter 3: Clearing DNS Cache with DNS Cache Manager -


i'm doing performance tests against aws elb, , older version, used dns cache manager in order working. (so hits every instance under load balancer, instead of picking 1 , re-using ip). great.

but i'm using jmeter 3 same test plan - i'm noticing using wireshark dns cache manager not causing same behaviour lb, again picking 1 instance's ip , reusing it.

i've tried moving around under thread group, unticking "clear cache each iteration", changing dns servers list, , using system dns resolver. logs show start-up against each thread in test. i'm using httpclient4 http request implementation.

am missing in new version should on in order work again? or bugged?


Popular posts from this blog

Apache NiFi ExecuteScript: Groovy script to replace Json values via a mapping file -

python 3.x - PyQt5 - Signal : pyqtSignal no method connect -