Re: JMeter timer scope strange behavior

2023-12-07 Thread Tong Sun
TBH, reading your latest input and trying to figure out the problem is hard, as the previous context is lost. IMHO, you'll get better chances to get an answer if you articulate clearly your whole/current situation again, without missing anything, but without repeating irrelevant parts. On Thu,

Re: JMeter timer scope strange behavior

2023-12-07 Thread Jun Zhuang
Figured out, it's the name of the variables I defined for the Gaussian timer. In my user defined variables list, I defined the following then used them in the Gaussian timer like   somehow that got JMeter confused. When I reduce the value of those variables, say set them to 100/300 or both

Re: JMeter timer scope strange behavior

2023-12-07 Thread Jun Zhuang
In the following screenshot, my understanding is the timer in the Transaction: Load Login Page only works in that scope, does not matter whether it's applied in the beginning or end, is that right? If so, then what's causing the significantly slowness with the no-timer block?  On

Re: JMeter timer scope strange behavior

2023-12-07 Thread Tong Sun
On Thu, Dec 7, 2023 at 10:50 AM Jun Zhuang wrote: > My apologies, my previous email was a mess, re-sending. > > - > > I am seeing unexpected behavior with the timer scoping. I am not using any > timer for requests in the 1st half of my test plan (DB operations only) and > only

JMeter timer scope strange behavior

2023-12-07 Thread Jun Zhuang
My apologies, my previous email was a mess, re-sending. - I am seeing unexpected behavior with the timer scoping. I am not using any timer for requests in the 1st half of my test plan (DB operations only) and only using the Gaussian timer (2 - 4 secs) in the 2nd half of the