asritha1240 / jmeter-ssh-sampler

Automatically exported from code.google.com/p/jmeter-ssh-sampler
0 stars 0 forks source link

Cannot start JMeter Agent from SSH sampler #18

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Tried running jmeter agent from SSH Command Sampler in the following ways:
a. cd <jmeteragent> && bash startAgent.sh
b. <jmeteragent>\startAgent.sh
c. cd <jmeteragent>
   bash startAgent.sh

All of the above work without any issues when UNIX server is accessed via putty
Invoking other commands from SSH command sampler works fine as well

But trying to invoke agent in setup thread and than viewing PerfMon results in 
the next thread, gives "Connection Refused" error

Any way to make this work?

Thank you,
Lena

Original issue reported on code.google.com by len...@gmail.com on 8 Apr 2015 at 11:08