Re: How to generate delays with a function

2007-10-13 Thread sebb
I don't think the Constant Throughput timer would be suitable. You can use the Constant Timer with a variable or function to define the wait. Or the BeanShell timer. Something to watch out for - functions are single-threaded, so don't put the wait in a function. However you can put the wait-time

How to generate delays with a function

2007-10-13 Thread Marc Chiarini (Tufts)
Hello folks, I would like to generate a delay between HTTP requests that follows a sinusoidal function, e.g. wait between 0 and 100 ms according to a sine wave. I was thinking of using the __Javascript variable along with a constant throughput timer, or a counter preprocessor along with a Be

Re: a few problems I encountered gzip and header

2007-10-13 Thread sebb
On 13/10/2007, cwang <[EMAIL PROTECTED]> wrote: > > >What response header do you get? What actual response header do you get from the application? > when I said "original headers" i mean the headers past into > massageResponseHeaders(SampleResult res, String headers),so pretty much by > passed th

Re: test plan stop working after adding a "HTTP Header Manager"

2007-10-13 Thread sebb
What do you mean "no longer works" ? Do the samples return errors? Or perhaps no samples are generated? Have you checked jmeter.log? Any messages in the console window? Are there any other Header Managers in the test plan? On 12/10/2007, Richard Hubbell <[EMAIL PROTECTED]> wrote: > I've got a spi

Re: JDBC requests with alternating variables

2007-10-13 Thread sebb
On 12/10/2007, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hey, > > I stated this in another post but decided to create my own for tracking > purposes. > My current setup is as such, > > 3+ Thread groups Why use multiple thread groups? > 3+ JDBC Connection Elements > Runtimers > Loop Timers