On 18/10/2007, Richard Hubbell <[EMAIL PROTECTED]> wrote: > > --- sebb <[EMAIL PROTECTED]> wrote: > > > Google: java thread dump linux > > > > gives as the second entry: > > > > > http://www.crazysquirrel.com/computing/java/basics/java-thread-dump.jspx > > I thought maybe there was something specific to jmeter > for getting a thrd dump. Someone had bugzilled a thrd > dump complete with a pretty graph and thought it was a > jmeterism. > > Anyway, I couldn't get a thrd dump cause the java > process was no longer running.
Well, if it happens again ... > I had 1000 threads and I now suspect that it may not be a deadlock but > instead some kind of connection timeout or retry > that's leaving threads doing something??? even after > the test has completed. Is there a timeout or retry > interval somewhere embedded within the Jmeter? JMeter retries the initial HTTP connection, and I think HTTP Client does some retries, but otherwise no. At the end of a non-GUI test, there is currently a wait of 5 seconds after all the test threads have finished. There are some timeout values you can set via properties. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

