How to set proxy for JMeter from behind another proxy? -
i'm new jmeter.
i'm trying test web app using proxy server.
have gone through jmeter docs , got settings i'm working under company proxy.
so how can set proxy server jmeter behind current proxy?
read :
if testing behind firewall/proxy server, may need provide jmeter firewall/proxy server hostname , port number. so, run jmeter.bat/jmeter file command line following parameters: -h [proxy server hostname or ip address] -p [proxy server port] -n [nonproxy hosts] (e.g. *.apache.org|localhost) -u [username proxy authentication - if required] -a [password proxy authentication - if required] example : jmeter -h my.proxy.server -p 8000 -u username -a password -n localhost alternatively, can use --proxyhost, --proxyport, --username, , --password
Comments
Post a Comment