mderevyankoaqa / jmeter-influxdb2-listener-plugin

Influx DB v2.0 listener plugin for Apache JMeter. Provides the possibility to see the online dashboard (aggregation table, errors, the response body of failures).
Apache License 2.0
119 stars 41 forks source link

Dashboard queries are too slow if TPS is higher #58

Open suryaveepuri57 opened 2 years ago

suryaveepuri57 commented 2 years ago

Hi @mderevyankoaqa ,

Thanks a lot for the plugin. I've been using it for a while. However, when I perform big load tests more than 5K tps tests, the dashboard is taking a lot of time to render the graphs. I'm planning to test our application till 50K tps. How we can improve the performance of the dashboard and its queries.

mderevyankoaqa commented 2 years ago

Hi @suryaveepuri57,

It seems the response time to load the board depends from hardware where you installed the influx db and grafana. Hope you havent deploed it on the jmeter vms. I have the question the board is taking time to load the data while the test or after the test?

BR, Mike