DEV Community

Discussion on: Grafana for real time JMeter test monitoring

Collapse
 
giaduy218 profile image
giaduy218

Hi Shyam,

I have a problem when monitoring the result.
I execute with a PC -> Throughput from Grafana is right, but with more PC (I setup 2 clients for executing, it send data to a influxdb) throughput is incorrect.
I checked, it collected only data from last count in the influxdb like :
"SELECT last("count")/5 FROM "jmeter" WHERE ("transaction" = 'all' AND "application" =~ /^$application$/) AND $timeFilter GROUP BY time($__interval)"

Do you have any solution for this ?
Thank you in advance.