Re: using regexfunction

2002-10-10 Thread Mike Stover
On 10 Oct 2002 at 9:40, Raphaël Piéroni wrote: > here is the jmx > but it is no longer good for me because > i now stock a variable in the http session so i do not need the > regexfunction. > I only saw one ${getID_g1} in the test, and it was in the very next request. I thought there was suppo

Re: timer function

2002-10-10 Thread Mike Stover
It delays from the end of a response to the beginning of the next request. On 10 Oct 2002 at 15:10, Michele Curioni wrote: > Hi all, > I'm carrying out a stress test on my web application, and I set a constant > timer in the Thread Group. > What exactly is that the timer delays? > Does it set an

timer function

2002-10-10 Thread Michele Curioni
Hi all, I'm carrying out a stress test on my web application, and I set a constant timer in the Thread Group. What exactly is that the timer delays? Does it set an interval between two requests a thread places, or between the response to a request and the next request of the same thread? Thanks,