Search code examples
jmeterperformance-testingload-testinginfluxdbjmeter-plugins

How to get RPS metrics in JMeter and send them to InfluxDb?


The problem is that I need to get RPS in JMeter and I don't know what exactly plugin to use. But the biggest problem is how to send this custom metrics to InfluxDb. Pls, describe the whole route to do it, thx! JMeter - 5.4.1 InfluxDb - v2


Solution

  • The metrics which are exposed to the Backend listener don't include RPS, however if you install Grafana and configure it to use your InfluxDB as the data source you can calculate the "throughput" (number of requests per second)

    enter image description here

    The screenshot is from this dashboard