are you testing a web aapplication? could it be session expiration problem? try to profile your server.
2012/4/11 sebb <[email protected]> > On 11 April 2012 16:30, MiguelFonseca <[email protected]> > wrote: > > I Guy’s > > > > I was running Jmeter 2.6 r1237317 on a Windows XP 3. > > Microsoft Windows XP [Version 5.1.2600] > > (C) Copyright 1985-2001 Microsoft Corp. > > C:\Documents and Settings\luis.fonseca>java -version > > java version "1.6.0_29" > > Java(TM) SE Runtime Environment (build 1.6.0_29-b11) > > Java HotSpot(TM) Client VM (build 20.4-b02, mixed mode, sharing) > > > > And after a while (10-15 minuts) Jmeter started to kill all threads. > > Repeated the process on other machine and same behavior. > > > > I don’t suspect it was caused by being running this in GUI mode, cause > > I was only simulating 30 users and I was paying attention to task > > manager. > > > > Enough memory and CPU available. > > > > Any hint? > > JMeter does not kill threads unless you tell it to, for example by > setting the Sampler error action "Stop Test" on the Thread Group. > > Check the jmeter.log file to see if there are any relevant messages. > > > Kind Regards, > > Miguel > > > > --------------------------------------------------------------------- > > 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] > >
