listener that is suitable for performance testing

42 views Asked by At

I am doing database performance testing using jmeter, for the assessment I want to see the results of Throughput, Latency, Resource utilization and Error Rate. for that what are the right listeners to see the value of the points above

2

There are 2 answers

0
Dmitri T On

All listeners are "suitable" for performance testing just make sure to have them disabled during the test run.

The main idea is that you run JMeter in command-line non-GUI mode like:

jmeter -n -t /path/to/test.jmx -l /path/to/results.jtl

and once your test is complete you can open result.jtl file with the listener of your choice and see the metrics.

  1. Throughput and Error Rate - Aggregate Report
  2. Latency - Latencies over Time or HTML Reporting Dashboard
  3. Resource Utilization - JMeter PerfMon Plugin
0
James Pulley On

Why don't you use the profiler report for your database?