You can attach a timer at any point in the test tree. If you attach it to the threadgroup, it will apply to every sampler within the threadgroup. If you attach it just to the first sample, it will only delay the first sample, which would give you what you want here, I think.
-Mike On 2 Oct 2003 at 22:37, Johannes Kleinlercher wrote: > Hi, > > as I found in the jmeter-doc a timer "[...] will cause JMeter to delay a > certain amount of time between > each request that a thread makes". > > Is there also a possibility to insert a delay between each start of a > thread? > E.g. I want to monitor my page as follows: > > login > Request1 > Request2 > Request3 > logout > delay 5 minutes > start the thread again. > > thanks in advance! > > mit freundlichen Gr��en / kind regards > Johannes Kleinlercher > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: jmeter-user- [EMAIL PROTECTED] > For additional commands, e-mail: jmeter-user- [EMAIL PROTECTED] > -- Michael Stover [EMAIL PROTECTED] Yahoo IM: mstover_ya ICQ: 152975688 AIM: mstover777 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

