JMeter test not running

Biscuit128
5/03/25 09:36:45 INFO  - jmeter.engine.StandardJMeterEngine: Running the test! 
2015/03/25 09:36:45 INFO  - jmeter.samplers.SampleEvent: List of sample_variables: [] 
2015/03/25 09:36:45 INFO  - jmeter.gui.util.JMeterMenuBar: setRunning(true,*local*) 
2015/03/25 09:36:45 INFO  - jmeter.engine.StandardJMeterEngine: Starting ThreadGroup: 1 : Thread Group 
2015/03/25 09:36:45 INFO  - jmeter.engine.StandardJMeterEngine: Starting 1 threads for group Thread Group. 
2015/03/25 09:36:45 INFO  - jmeter.engine.StandardJMeterEngine: Thread will continue on error 
2015/03/25 09:36:45 INFO  - jmeter.threads.ThreadGroup: Starting thread group number 1 threads 1 ramp-up 1 perThread 1000.0 delayedStart=false 
2015/03/25 09:36:45 INFO  - jmeter.threads.ThreadGroup: Started thread group number 1 
2015/03/25 09:36:45 INFO  - jmeter.engine.StandardJMeterEngine: All thread groups have been started 
2015/03/25 09:36:45 INFO  - jmeter.threads.JMeterThread: Thread started: Thread Group 1-1 
2015/03/25 09:36:45 INFO  - jmeter.threads.JMeterThread: Thread is done: Thread Group 1-1 
2015/03/25 09:36:45 INFO  - jmeter.threads.JMeterThread: Thread finished: Thread Group 1-1 
2015/03/25 09:36:45 INFO  - jmeter.engine.StandardJMeterEngine: Notifying test listeners of end of test 
2015/03/25 09:36:45 INFO  - jmeter.gui.util.JMeterMenuBar: setRunning(false,*local*) 

I am trying to load test my application with JMeter but it doesnt seem as though it is running my test correctly, the log file for the application shows no signs of incoming messages but my test log output from JMeter shows the above - it appears as though the test is running from this - can anyone shed some clarity on what might be going wrong or what I might have not done?

Thanks

stringy05

Add a 'View results in a table' Listener to your Thread Group. This will show you each request and the result - eg if it's HTTP you will get URL, status code etc.

Have a look at the doco here

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

Running test script recorder error in JMeter

What are the columns in the output of running a jmeter test from the command line?

ANT / JMeter - long running test - stops writing the summariser results

jmeter webdriver sampler is not running when the test is run thru jenkins

JMeter is not showing any results when running a test plan

Null Pointer exception while running Jmeter test in Java

How to validate if a process under test is running when running load test using JMeter

Jmeter - How do I see sampler data following running a test from Command line?

How can I save a result set after running the Jmeter Test using a program (JAVA CODE)?

How to set CSV file in java code by running the Jmeter test using a program (Java Code)?

jmeter - Clean up previously saved files before running a new test plan

Invoking JMETER through java code and running the JMX test file causing Xstream Security Exception

What jmeter configuration I should use when running load test of 25 threads

Running an existing JMeter Test with parametrization using csv file from Java code

Get aggregate summary values after running JMeter load test from java code

When running load test for Kafka messaging with Jmeter from Jenkins server getting an error

Saving transaction ids of failed responses while running the JMeter load test in Jenkins

Running JMeter through Java

Running Selenium scripts with JMeter

Jmeter is not running the HttpSamplerProxy

JMeter not running in ANT

Jmeter cyclic running tests

Jmeter not running for particular scenario

Structuring JMeter Test Plan

Jmeter - analysis of the performance test

Using JMeter to test a socket

Reporting JMeter test failures

simple Apache jmeter test

Tagging Jmeter Test Cases

TOP Ranking

  1. 1

    Failed to listen on localhost:8000 (reason: Cannot assign requested address)

  2. 2

    Loopback Error: connect ECONNREFUSED 127.0.0.1:3306 (MAMP)

  3. 3

    How to import an asset in swift using Bundle.main.path() in a react-native native module

  4. 4

    pump.io port in URL

  5. 5

    Compiler error CS0246 (type or namespace not found) on using Ninject in ASP.NET vNext

  6. 6

    BigQuery - concatenate ignoring NULL

  7. 7

    ngClass error (Can't bind ngClass since it isn't a known property of div) in Angular 11.0.3

  8. 8

    ggplotly no applicable method for 'plotly_build' applied to an object of class "NULL" if statements

  9. 9

    Spring Boot JPA PostgreSQL Web App - Internal Authentication Error

  10. 10

    How to remove the extra space from right in a webview?

  11. 11

    java.lang.NullPointerException: Cannot read the array length because "<local3>" is null

  12. 12

    Jquery different data trapped from direct mousedown event and simulation via $(this).trigger('mousedown');

  13. 13

    flutter: dropdown item programmatically unselect problem

  14. 14

    How to use merge windows unallocated space into Ubuntu using GParted?

  15. 15

    Change dd-mm-yyyy date format of dataframe date column to yyyy-mm-dd

  16. 16

    Nuget add packages gives access denied errors

  17. 17

    Svchost high CPU from Microsoft.BingWeather app errors

  18. 18

    Can't pre-populate phone number and message body in SMS link on iPhones when SMS app is not running in the background

  19. 19

    12.04.3--- Dconf Editor won't show com>canonical>unity option

  20. 20

    Any way to remove trailing whitespace *FOR EDITED* lines in Eclipse [for Java]?

  21. 21

    maven-jaxb2-plugin cannot generate classes due to two declarations cause a collision in ObjectFactory class

HotTag

Archive