oliverlloyd / jmeter-ec2

Automates running Apache JMeter on Amazon EC2
GNU General Public License v3.0
464 stars 186 forks source link

(standard_in) 2: syntax error (standard_in) 1: syntax error after waiting for test to start #74

Closed fdeamicis closed 8 years ago

fdeamicis commented 8 years ago

This particular error comes after the line waiting for the test to start...to stop the test while it is running, press CTRL-C

The error is (standard_in) 2: syntax error (standard_in) 1: syntax error

Should I even worry about this error. It looks like the test ran properly

Has anyone ever encountered this error

std

fdeamicis commented 8 years ago

Resolved. Some of the functions had a -n next to the echo. I removed the -n

count_overallhosts=$(echo -n "$count_overallhosts+$count_total" | bc) # add the value from this host to the values from other hosts

kimo23 commented 7 years ago

Hello fdeamicis, didn't you had same issue like mine : https://github.com/oliverlloyd/jmeter-ec2/issues/91 however my jmeter start many slaves but only frim one of them i get requests (threads) to my website, i don't know why i don't get from all of them : (