networking - How can I force JMeter slaves to use a specific network interface? -
my computer has 2 network interfaces connected in 2 different networks , when start jmeter slave wrong network interface automatically chosen.
you can forcefulness network interface utilize both client , server sides of things setting next property:
java.rmi.server.hostname=169.168.167.166 it can passed command-line argument jmeter startup script beingness prefixed -d as
jmeter -djava.rmi.server.hostname=169.168.167.166 references:
remote(distributed) testing guide apache jmeter properties customization guide networking jmeter jmeter-plugins
No comments:
Post a Comment