Hi, I have configure a thread group to run each thread N times. I would like the thread to pause T seconds after each of the N executions. How should I set the timer? ThreadGroup Number of threads 2 Rampup 4 seconds Number of executions 5 login | | Samples <== must run 5 times by each thread with a delay of T | logoff Constant Timer Simple Data writer Listener
[Setting the timer this way does not work since the timer is applied to all requests in its scope]. Is it possible to delay each thread execution? Thanks. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

