Im trying to graph throughput of individual samplers i have in jmeter ,in grafana using influx db.
Bellow is my jmeter test with 3 thread group having dummy sampler.
According to how jmeter calculates throughput ,
throughput for very first second should be 10 and after 10 seconds throughput should be 2 ,similarly after 20 sec throughput should be 5.
I've attached influx db Screenshot bellow
Using this im plotting graph in grafana:
However in graph as you can see throughput for all showing at a particular time. That should not be the case.
I've refered the template given in :http://www.testautomationguru.com/jmeter-real-time-results-influxdb-grafana/ 6
For your better understanding Used templating to get all samplers name in grafana And i've asked the same question here
I don't think this is working fine for throughput calculation .
Can somebody help me in this. Any other way to achieve my requirement.
Or I'm going wrong(in finding throughput)
IS THERE ANY WAY TO UPDATE JAR FILE OR ADD NEW JAR FILE TO ADD TABLE RELATED TO THROUGHPUT(IN THE SAME WAY AS WE GET IN JMETER)
Or Can anyone tell me how we get delta and samples and total table .