Search code examples
jmetergrafanainfluxdb

How to choose between JMeter ThreadGroups in grafana?


i have a script with a few thread groups and i would like to select which one metrics to see. Im using InfluxDB, Grafana and JMeter. In grafana im using this dashboard and i've followed this question instructions but when i try to select a transaction in Grafana it says none.This is my backend listener configuration.


Solution

  • If you had really "followed this question" you would see that the guy there sets summaryOnly setting to false

    I do believe if you "follow" that step as well you will be able to "choose" the transaction names from the dropdown (given they're present in InfluxDB)

    More information: How to Use Grafana to Monitor JMeter Non-GUI Results - Part 2