Proxy Configuration
Pages 12
Setting the <proxyConfig>
If you configure proxy settings to be used by JMeter, the proxy settings will be used to run everytest.
Setting a proxy host is mandatory, if you do not set a proxy host the rest of the proxy configuration will be ignored. If you do not set a proxy port it will always default to port 80.
<username> and <password> are optional settings that do not have to be set.
You can also set an optional <hostExclusions< element to notify JMeter of hosts that should not be proxied, this is a regular expression based setting.
+---+ [...] com.lazerycode.jmeter jmeter-maven-plugin 2.0.3 jmeter-tests jmeter 10.10.10.53 80 jimbob correct horse battery staple localhost|*.lazerycode.com [...] +---+
For SOCKS proxy configuration, see .