Thx a lot!! Ash -----Original Message----- From: sebb [mailto:[EMAIL PROTECTED] Sent: Thursday, July 05, 2007 5:23 PM To: JMeter Users List Subject: Re: Timeouts!
On 05/07/07, Ashwini <[EMAIL PROTECTED]> wrote: > > > > Hi everyone, > > > > I would like to now how the timeouts are tracked in JMeter 2.2, as they are > not captured in the log file. They are not captured separately. They are treated as failed requests. > Say, I send 1000 requests for which, I get 900 right responses, 60 errors > and the rest I donno where it vanishes... > > Do I need to consider the leftover 40 as time outs? Not really; an actual timeout would create a sample. JMeter does not apply its own timeouts to samples; it uses whatever the protocol is set up to use. JMeter will wait until the response arrives, or some kind of error (e.g. timeout) occurs. In most cases JMeter is able to create a sample; however there may be some unusual errors which are not trapped by the sampler. These will be logged in the jmeter.log file. > > > Your help would definitely be very valuable!! Check the log file - are there any errors? Did the threads all finish normally? If this does not reveal the problem, please create a Bugzilla issue. Once the issue has been created, re-open it and attach the following files: * jmeter.log * jmeter.properties (if you have changed it) * test plan (JMX) * output (JTL) file(s) Remember to obscure any sensititve data before uploading the files. > > > Thx in advance, > > Ash > > > --------------------------------------------------------------------- > 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] DISCLAIMER: This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of the email by you is prohibited. DISCLAIMER: This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of the email by you is prohibited. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

