0
votes

How to get the throughput of the samples while running jmeter in non-GUI mode?

In cmd only Avg,Min,Max,Err,Time elapsed is displayed?

2

2 Answers

0
votes
  1. Actually you have the throughput when you run your JMeter test in command-line non-GUI mode:

    enter image description here

  2. You can get a little bit more information if you run your JMeter test using Taurus tool as the wrapper:

    enter image description here

    or much more information if you run Taurus with -report command-line argument, it will kick off your default browser and bring up real-time results in a fancy web interface:

    enter image description here

    Check out Navigating your First Steps Using Taurus article for more details if needed

  3. And last but not the least you can add a Backend Listener and point it to your InfluxDB installation, once done you will be able to use Grafana to view current test execution results in the real time:

    enter image description here

0
votes

by default if you're running your JMX file using cmd you will throughput in the cmd itself or if you want to see some more information you can use Taurus tool as well check this for more https://jmeter.apache.org/usermanual/realtime-results.html