I am trying to run script on remote computer using groovy in jsr223 sampler in jmeter. The problem that I do not get any response if the script success or not, or even if it success login or any indication. to be sure that this behavior occurred all the time, I created imaginary script and run it, and still nothing in response. here is the script
"c:/Program Files/PuTTY/plink.exe [email protected] -pw test!67 sudo /opt/mew/run_me.sh".execute().text
the server and the password are fake. but in the real script they are real. can someone please advise? the plink.exe destination is correct, if I use '\' instead of '/' it failed so I just change the directions.
but their is no way to know what happened, I want to do it via code and with no jmeter sampler that I faced difficulties.


