A
A
AnotherAnkor2018-08-15 14:35:31
stress testing
AnotherAnkor, 2018-08-15 14:35:31

How to properly aggregate multiple jmeter generators in one graph from influx?

How to select data from influxDB about multiple generators if they are running in parallel?
I do not see a field by which it would be possible to select information for selecting the entire set of generators.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
AnotherAnkor, 2018-08-24
@AnotherAnkor

No way. All information must be collected by the controller and sent to the database. This will display the data correctly.
The rest depends on the Backend listener. With the right settings, it will already break into cases and, accordingly, it will be possible to select and display information about them on the board.

V
Vyacheslav Smirnov, 2018-10-07
@polarnik

There is such a possibility:
https://jmeter.apache.org/usermanual/component_ref...
TAG_WhatEverYouWant
You can add as many custom tags as you want. For each of them, just create a new line and prefix its name by "TAG_"
If you add such TAG_controllerName in the Backend Listener settings, and specify, for example, __machineName https://jmeter.apache.org/usermanual/functions.htm...
in the value, then you get quite a key for grouping values

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question