0

I was testing a blog but I didn't get any output not even for just 2 threads. Please help in this. Sharing the image with you:

Screenshot - output issue jmeter

8
  • Share jmeter log file Commented Jun 9, 2016 at 7:58
  • 2016/06/09 13:20:30 INFO - jmeter.engine.StandardJMeterEngine: Running the test! 2016/06/09 13:20:30 INFO - jmeter.samplers.SampleEvent: List of sample_variables: [] Commented Jun 9, 2016 at 8:39
  • 2016/06/09 13:20:30 INFO - jmeter.threads.JMeterThread: Thread is done: testing for uatblog 1-1 2016/06/09 13:20:30 INFO - jmeter.threads.JMeterThread: Thread finished: testing for uatblog 1-1 2016/06/09 13:20:30 INFO - jmeter.engine.StandardJMeterEngine: Notifying test listeners of end of test 2016/06/09 13:20:30 INFO - jmeter.gui.util.JMeterMenuBar: setRunning(false,local) Commented Jun 9, 2016 at 8:39
  • Hi @Adnan I have given the first 2 and last 3 lines of the log file Commented Jun 9, 2016 at 8:40
  • The test is done but it throws an error. Analyse the output using "View Results Tree" listener.It will provide you with the error code and response Commented Jun 9, 2016 at 8:50

1 Answer 1

1

You have 555 value int Bytes column - so some output should be present.

If you run your test in non-GUI mode (hope you do) you can configure JMeter to store response body on error.

Add the next 2 lines to user.properties file (it's located in JMeter's "bin" folder)

jmeter.save.saveservice.output_format=xml jmeter.save.saveservice.response_data.on_error=true 

JMeter restart will be required to pick the properties up

When your test is over:

  1. Open JMeter GUI
  2. Add View Results Tree listener
  3. Using "Browse" button locate .jtl results file and open it
  4. Analyze response message and body.
Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.