Jmeter: Access all results from all threadGroups from JSR223 Sampler or BeanShell Sampler in TeardownThread

Illya

is there a way to get info about all requests in the mentioned samplers after main thread group finished? In TeardownThread maybe? I want to perform some calculation and send couple request which are based on info about those requests and it is to resource consuming to do it with sampler for each of the requests.

Dmitri T

No.

The options are in:

  1. Parse the .jtl results file
  2. Use the JSR23 Listener in the main Thread Group. The Listeners obey JMeter Scoping Rules if you don't want your code to run after all samplers
  3. Create a JMeter Plugin, the most suitable option for your case would be your own implementation of Backend Listener

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

Get all previous sampler results (redirects) in JMeter's JSR223 Assertion

Problem in JSR223 script JSR223 Sampler, while connecting to Azure Cosmos DB from Jmeter

JMeter - Exception when using Beanshell as JSR223 Sampler with file

JMeter Load Tesing::Moving from WebDriver sampler To JSR223 sampler with groovy

Extract value from jsr223 sampler

Jmeter - declare array variable in one JSR223 Sampler in order to access it in another JSR223 Sampler

JMeter - Access JSR223 variable in HTTP sampler

In what ways can I access a variable defined in a JSR223 Sampler from inside a child JSR223 PostProcessor?

JMeter - groovy MultipleCompilationErrorsException in JSR223 Sampler

JMeter saving document to MongoDb with Java BeanShell: Problem in JSR223 script Sampler

JMeter Javascript language not available for JSR223 Sampler and WebDriver Sampler

JMeter - JSR223 Sampler missing character encoding

Jmeter JSR223 Sampler - Unable to Write Data To CSV File

Create JMeter Test Plan using JSR223 Sampler

Read json file in jsr223 sampler in jmeter and extract data

Generate random values in JSR223 sampler in JMeter

Code in JMeter JSR223 Sampler comments is executed

How to update User Defined Variable in JMeter in JSR223 Sampler?

"Precondition Failed" for post request in JSR223 Sampler in JMeter

upload a file using jsr223 sampler getting failure on JMeter

Invoking Transaction controller or HTTP sampler from Bean shell/JSR223

How to use variables extracted from json extractor into headers and JSR223 sampler

Jmeter, BeanShell Sampler and Summary Report

How to read JMeter Test Cmd Line Parameters from JSR223/Beanshell

Difference between a JSR223 Sampler and JSR223 PreProcessor

How to get Sampler Body data from beanshell Pre-Processor - JMeter

JMeter - Error when using Jython/Python Engine in JSR223 Sampler "Cannot find Engine"

Trouble accessing properties set by JSR223 Sampler in JMeter non-GUI mode

Error when trying to execute existing Jmeter script in Maven project that is written in Jsr223 sampler in groovy