apache / jmeter

Apache JMeter open-source load testing tool for analyzing and measuring the performance of a variety of services
https://jmeter.apache.org/
Apache License 2.0
8.29k stars 2.09k forks source link

Enhancement: User defined variables on HTML dashboard #5619

Open asfimport opened 2 years ago

asfimport commented 2 years ago

Josephine (Bug 65822): It is currently impossible to plot two or more user defined variables to the HTML custom graph.

I have two user defined variables (two DB search algorithms, whose response times is calculated in a groovy script) and wanted to see a graphical comparison of their performance.

My work around was using a tag in the backend listener and saving the variables into influxDB and visualisation on Grafana.

Would be nice to have everything on the HTML dashboard. Thanks.

Severity: normal OS: All

asfimport commented 2 years ago

@FSchumacher (migrated from Bugzilla): I have to admit, that I don't understand, what you want to do.

Can you be more specific and attach a simple testplan and a mockup (or the graph from Grafana) to give us an idea?