HTML Dashboard Throughput, Response Times and User Load

20 Views Asked by At

Is it possible to generate a dashboard in JMeter to capture the throughput, response times and user load all at once?

Something like this:

enter image description here

1

There are 1 best solutions below

0
Ivan G On

As of JMeter 5.6.3 it's not possible.

As a workaround you can use Backend Listener to send test metrics to a database like InfluxDB. Then you can plot whatever charts you want in Grafana

Alternatively you can customize the dashboard by manipulating the files in the report-template folder, you will need to be familiar with Apache FreeMarker for that.