JMeter throughput in grafan

I refer to the article http://www.testautomationguru.com/jmeter-real-time-results-influxdb-grafana/ ,

via grafana + infludx, but is there a jmeter tps (bandwidth) value that I don't know how to get?

I tried "jmeter.all.h.count", but that did not seem to be the value I wanted:

+4
source share
3 answers

I wrote a blog that you linked to!

We can’t expect the backend listener metrics to give you the exact result you expect in the summary report - (especially percentiles, avg, etc.)

BackEndListener . , . Grafana , .


- apache_core.jar, , . ( jmeter 2.13, jmeter 3.0) lib.

0

Found my answer in the infuxdb grafana tutorial , Use jmeter.all.a.count:

If I ask for "jmeter.all.a.count", which has no requests processed by the server every second, I get below result. [No processed requests / unit time = Throughput]

0
source

Source: https://habr.com/ru/post/1688055/


All Articles