Is it possible to generate a dashboard in JMeter to capture the throughput, response times and user load all at once?
Something like this:
Is it possible to generate a dashboard in JMeter to capture the throughput, response times and user load all at once?
Something like this:
Copyright © 2021 Jogjafile Inc.

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.