hi all,
I want to run a test plan from a proxy. The proxy is in remote machine.
After the test plan is executed results has to collected in the JMeter
server machine.
JMeter > Remote Server > Proxy > Web Server
How can i configure this setup in JMeter.
I tried with following command from JMeter Server.
jmeter -H 192.168.0.52 -P 4180 -n -t testall.jmx -r
192.168.0.56 is the JMeter Server IP.
192.168.0.52 is the JMeter Remote Server IP.
In the same machine a proxy is running on port 4180 through which
request has to go.
When I tried above command, test plan got executed successfully, but the
proxy console is not showing any requests.
How can i configure this setup in JMeter.
Thank
KC