You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jmeter.apache.org by 1336230737 <13...@qq.com> on 2019/02/21 07:46:41 UTC

what‘s will happen if httpclient.reset_state_on_thread_group_iteration= true or false

hello 
  i saw this sentence:

Since JMeter 5.0, when using default HC4 Implementation, JMeter will reset HTTP state (SSL State + Connections) on each thread group iteration. If you don't want this behaviour, set httpclient.reset_state_on_thread_group_iteration=false
 . i want to know  set httpclient.reset_state_on_thread_group_iteration=true or false ,What's going to happen?


 when i  set keepalive =false ,i found The result of Jmeter4.0 is the same as that of Jmeter5.0  .no   matter httpclient.reset_state_on_thread_group_iteration=false  or true .


but  when i  set keepalive =true,if httpclient.reset_state_on_thread_group_iteration=false The result of Jmeter4.0 is the same as that of Jmeter5.0  . if httpclient.reset_state_on_thread_group_iteration=true ,The result of 4.0 is different from that of 5.0