Re: Timers

2007-08-23 Thread sebb
On 23/08/07, Aditi Seth (adseth) <[EMAIL PROTECTED]> wrote: > Thanks for the quick reply. > > From what I understand all requests are processed in a sequential > manner. Yes. > I am currently executing these requests in a loop - thus after > the last request with a delay of 10 mins is done, only

RE: Timers

2007-08-23 Thread Aditi Seth (adseth)
Thanks for the quick reply. >From what I understand all requests are processed in a sequential manner. I am currently executing these requests in a loop - thus after the last request with a delay of 10 mins is done, only then does the first request go out again. Effectively the first request has

Re: Timers

2007-08-23 Thread sebb
Timers are applied to all samplers in scope, and are applied before the sampler executes. On 23/08/07, Aditi Seth (adseth) <[EMAIL PROTECTED]> wrote: > Hi , > > I am trying to setup a test plan where each request has a delay > associated with it and each of these delays are different. > > Example

Timers

2007-08-23 Thread Aditi Seth (adseth)
Hi , I am trying to setup a test plan where each request has a delay associated with it and each of these delays are different. Example Thread group -simple controller gaussian random timer - login - http request A ( delay 1 min) - http request B - gaussian rando

Re: Saving responses to a file

2007-08-23 Thread sebb
On 23/08/07, vdanu <[EMAIL PROTECTED]> wrote: > > Two things: > > 1. when I specified 'Saving responses to a file' and provides the file > prefix, the resulting saved file always get the type of 'unknown', e.g. > tsdata_out_3.unknown. > Is it possible to specify another file type? e.g. xml JMeter

Saving responses to a file

2007-08-23 Thread vdanu
Two things: 1. when I specified 'Saving responses to a file' and provides the file prefix, the resulting saved file always get the type of 'unknown', e.g. tsdata_out_3.unknown. Is it possible to specify another file type? e.g. xml 2. Part of the response (which I save in a file above) is in bas

Re: seed for random controllers?

2007-08-23 Thread sebb
On 23/08/07, Tim Wood <[EMAIL PROTECTED]> wrote: > Hi, > How are the seeds chosen for the random controllers/timers in jmeter? I think they use the current time. > If I repeat a test twice, should I expect the same random times to be > chosen? No. > I would like to make my tests precisely repea

Re: SSL renegotiation

2007-08-23 Thread sebb
On 23/08/07, Christiaan Lamprecht <[EMAIL PROTECTED]> wrote: > On 8/22/07, sebb <[EMAIL PROTECTED]> wrote: > > JMeter does not do any SSL, other than configuring the connection, so > > any renegotiation is done by the SSL provider, i.e. by default JSSE in > > Java 1.4. > > Thanks for the quick repl

Re: Turn off logging of sampler results

2007-08-23 Thread sebb
Remove the -l flag from the command line (e.g. take a copy of the jmeter-n script and edit it), or change the properties to log errors only. On 23/08/07, David Schulberg <[EMAIL PROTECTED]> wrote: > Hi, > > Running non-GUI mode and want to stop the logging of each sampler result. > How can that be

seed for random controllers?

2007-08-23 Thread Tim Wood
Hi, How are the seeds chosen for the random controllers/timers in jmeter? If I repeat a test twice, should I expect the same random times to be chosen? I would like to make my tests precisely repeatable -- is there somewhere I should be setting a base seed? thanks, Tim --

Re: Proxy not preserving localhost port# for local Tomcat App

2007-08-23 Thread Hari Krishna Dara
On 8/23/07, M M <[EMAIL PROTECTED]> wrote: > Hello all, > > I have got a problem where the JMeter HTTP Proxy does not correctly access > the locally hosted Tomcat Web App. > > Settings: > Proxy Port# : 8000 > IE Proxy Port# : 8000 > Tomcat Port# : 1 > > After starting up the Proxy S

Proxy not preserving localhost port# for local Tomcat App

2007-08-23 Thread M M
Hello all, I have got a problem where the JMeter HTTP Proxy does not correctly access the locally hosted Tomcat Web App. Settings: Proxy Port# : 8000 IE Proxy Port# : 8000 Tomcat Port# : 1 After starting up the Proxy Server in JMeter and setting the IE Proxy settings, accessing

Re: SSL renegotiation

2007-08-23 Thread Christiaan Lamprecht
On 8/22/07, sebb <[EMAIL PROTECTED]> wrote: > JMeter does not do any SSL, other than configuring the connection, so > any renegotiation is done by the SSL provider, i.e. by default JSSE in > Java 1.4. Thanks for the quick reply. Sounds like good news. > > There are a few things which can affect h