Hi,
Context:
we have performance testing data coming from JMeter and from multiple test machines/hosts as well. So we've added a jmeter_host_id field to all of our samples to be able to distinguish inbetween these.
Goal:
I'd like to create a dashboard where different aggregation of the response time, like: average, 95pct, maximum are all visible in one panel and also grouped by the jmeter_host_id.
Attempt 1:
This is where i started from, no grouping and the legend gets displayed correctly:
Attempt 2:
Then i tried the Group by Terms setup in the TSVB panel. Grouping works, but on the legend the aggregation information is no longer visible. Frankly i'm not completely sure what the Top: 10 parameter does here either:
Attempt 3:
This one is a "lens" type panel:
Questions:
- To me Attempt 2 and 3 look kinda same. Are these the right solutions or is there a better one?
- The only difference i see in-between A2 and A3 is that the Legend in A2 is messed up. Can this be fixed somehow?
- What the Top parameter in A2 does exactly? Let's say maximum number samples per second could be 15000. If i want to get proper numbers, should i set it to 15000 instead of 10?
- Kinda the same question for A3, not sure what the Number of values parameter does here.
Thank you!