Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sampler sub-results ignored #108

Open
kadeboer opened this issue Jul 15, 2021 · 1 comment
Open

sampler sub-results ignored #108

kadeboer opened this issue Jul 15, 2021 · 1 comment

Comments

@kadeboer
Copy link

Presently, if any sub-results exist in complex JMeter scripts, the sub-results are ignored. There are some very good use-cases however for using tiered samplers, rather than only accepting a flat list of results.

Implementing handling of the sub-results recursively should be relatively trivial. The SampleResult class has a getSubResults() which returns an Array of SampleResult. This can easily be converted to a List and then the handleSampleResults() method can be called recursively for as many levels of sub-results as exist.

I have opened a pull request here: #107

@clefego
Copy link

clefego commented Aug 3, 2022

Hi @kadeboer!

How are you?

I'm trying to configure it, but I'm having some problems.

How do I get the index JSON files and the Grafana panel?

I was able to create an index in ELK and connect it to Grafana, but the data is not arriving in the dashboards when I run it in Jmeter.

I believe there is a small detail missing to resolve this.

I've already done this process with the InfluxDB plugin, but I'm new to Elasticsearch.

Thanks in advance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants