Skip to content

Connections & RPSThreadGroup #86

Answered by rabelenda
rabelenda asked this question in Q&A
Discussion options

You must be logged in to vote

Well there are 2 things to take into consideration:

  • JMeter, by default, opens and closes iteration on each iteration. With standard JMeter Thread Group you can set either to use same user or not in each iteration, which allows reusing HTTP connections (if using HTTP 1.1 and keep-alives). But, rpsThreadGroup, as mentioned in user guide, internally uses Concurrency Thread Group, which doesn't provide such option. So, to overcome this limitation the only option is to set the JMeter property httpclient.reset_state_on_thread_group_iteration to false.

  • Even with previous setting, you have to take into consideration that HTTP connections are tied to Threads. In this regard rpsThreadGroups dyn…

Replies: 1 comment

Comment options

rabelenda
Apr 8, 2022
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by rabelenda
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant