I have scenario like I need to run one API curl request which is in 12.34.567 after logging into this I have to login one more host 98.76.543.
After logged in to second host I have to run curl -XPOST -H"Content-type:json" http://localhost:8080/test/ --/file Json
Am able to connect using ssh sampler to first host but inside that I have to log one more host. Can anyone please help out from this.
Thanks in advance!



ssh 12.34.567from heressh 98.76.543and finallycurl -XPOST -H"Content-type:json" http://localhost:8080/test/ --/file Json? And you want use jMeter to do perf test? Is it right? - lojza