JMeter - Using JMeter behind a proxy

If you are testing from behind a firewall/proxy server, you may need to provide
JMeter with the firewall/proxy server hostname and port number. To do so,
run the jmeter[.bat] file from a command line with the following parameters:

-H [proxy server hostname or ip address] -P [proxy server port] -N [nonproxy hosts] (e.g. *.apache.org|localhost) -u [username for proxy authentication - if required] -a [password for proxy authentication - if required]


URL - https://jmeter.apache.org/usermanual/get-started.html

Reference - Section 1.4.3 Using JMeter behind a proxy

Comments