如何在 JMeter 中获取 RPS 指标并将其发送到 InfluxDb?

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

问题是我需要在 JMeter 中获取 RPS,但我不知道具体要使用什么插件。但最大的问题是如何将这个自定义指标发送到 InfluxDb。请描述一下整个路线,谢谢! JMeter-5.4.1 InfluxDb-v2

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)

截图来自this dashboard