Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
./jmeter -n  -t benchmark.jmx -j ./jmeter.log -l ./jmeter-results.jtl

  • Reading results with JMeter GUI

Open the JMeter application in the GUI mode with the following command in the same ~/apache-jmeter-5.5/bin/ directory but without any parameters.

Code Block
./jmeter

JMeter supports a number of ways to view the test results such as the Aggregate Report, Results Tree, and Graph Results.

You can open the saved test result file (jmeter-results.jtl) by clicking the Browse button for example in the Aggregate Report. Aggregate Report contains collected information about all of the requests including counts, min, max, average, error rate, and approximate throughput.

...