Hi Frank - > The TestPlan should start with 'x' user (e.g. x=7) then it should run for > a > couple of minutes. > After this period there should start 3 additional users every 3 minutes. > This will continue until 'y' users are runnnig (e.g. y=40). > Now all 3 Minutes the 3 longest running users should stop running.
I think you could use the ramp-up input in JMeter to do the initial part of your requirements. The ramp-down sounds complex: I think you will have to write some Java code to do that. I was interested in doing something similar - a 'surge test' that, increases traffic by 10 for 3 minutes once an hour, before sleeping for another hour. I intend using a separate thread group for the surge effect, inserting a 57 minute delay at the end, and keep it looping as the 'normal threads' continue to run. Perhaps you could use individual thread groups with delay timers to achieve the effect you want. With regards, Sonam Chauhan -- Corporate Express Australia Ltd. Phone: +61-2-9335-0725, Fax: 9335-0753, Email: [EMAIL PROTECTED] > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Thursday, 11 December 2003 10:59 PM > To: [EMAIL PROTECTED] > Subject: Dynamical Ramp Up/Ramp Down > > Hello, > > I'm new to JMeter and this Mailing List but I sincerely need some > assistance. > > I need to create the following: > > The TestPlan should start with 'x' user (e.g. x=7) then it should run for > a > couple of minutes. > After this period there should start 3 additional users every 3 minutes. > This will continue until 'y' users are runnnig (e.g. y=40). > Now all 3 Minutes the 3 longest running users should stop running. > > Is this possible to create? I hope I made myself clear. > > Thank you in advance. > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

