Git Product home page Git Product logo

Comments (3)

davidvasandani avatar davidvasandani commented on June 28, 2024

+1

from jmeter-ec2.

oliverlloyd avatar oliverlloyd commented on June 28, 2024

Sorry, I just picked this one up.

So I run a test on the latest code here and, for me, it works. That means the problem is local with you. I would say either you have setup jmeter's properties differently or it's a connection issue.

Make sure you're using the jmeter.properties file provided, it contains the right settings for the summariser and the jtl output file. Then check you have connectivity on port 22 to the instance that is created. Try:

telnet THE PUBLIC DNS OF YOUR INSTANCE 22

This should not hang on Trying.. blah but print out some weird characters and return straight away.

It might be either your local security settings are blocking 22 or the security group for the aws instance you provided is not allowing 22 out.

That said, if you can scp files there then you have access on port 22 so you might also want to look at the file named a bit like 1345454546-my-host-name.com-jmeter.out that should appear in the project directory when the test is running. What does that say? It should contain something like

Created the tree successfully using /tmp/execute.jmx
Starting the test @ Fri Dec 14 21:25:30 UTC 2012 (1355520330876)
Waiting for possible shutdown message on port 4445
Generate Summary Results +     1 in   0.0s = 1000.0/s Avg:     1 Min:     1 Max:     1 Err:     0 (0.00%)
Generate Summary Results +     8 in  14.9s =    0.5/s Avg:     0 Min:     0 Max:     0 Err:     0 (0.00%)
Generate Summary Results =     9 in  14.9s =    0.6/s Avg:     0 Min:     0 Max:     1 Err:     0 (0.00%)

If you still have issues can you rerun with bash set to output in debug mode - use bash -x, like:

project="myproject" percent=20 setup="TRUE" terminate="TRUE" count="1" env="UAT" release="3.23" comment="my notes" bash -x ./jmeter-ec2.sh

and print the results here?

from jmeter-ec2.

oliverlloyd avatar oliverlloyd commented on June 28, 2024

Closed as local setup issue.

from jmeter-ec2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.