oliverlloyd / jmeter-ec2

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

Unable to execute my test with this project #81

Closed ravibabu101143 closed 7 years ago

ravibabu101143 commented 7 years ago

Hi,

I have cloned the project and have followed all your instructions and when tried to run using the following command, got the error "'count' is not recognized as an internal or external command, operable program or batch file."

Tried with below options: I was in my project folder "D:\forcloud\loadtest" and ran the following command: count="1" D:\forcloud\loadtest\jmeter-ec2-master\jmeter-ec2.sh

Another option i have tried is count="1" ./meter-ec2-master/jmeter-ec2.sh

Any help is greatly appreciated!!

oliverlloyd commented 7 years ago

Are you using windows?

ravibabu101143 commented 7 years ago

Yes Windows 2012 server

oliverlloyd commented 7 years ago

I'm afraid Windows is not explicitly supported. I think you can make it work using Cygwin or similar, I know others have done this, but it's not something I can promise.

ravibabu101143 commented 7 years ago

Thanks for the update. Appreciate your quick response.