On 09/03/06, Shih-Chen Chiang <[EMAIL PROTECTED]> wrote: > Hi All, > > I have a Thread Group with 24 threads, Ram-Up period 240 seconds, and > Loop Count 250. This Thread Group contains a Uniform Random Timer with > Random Delay Maximum 2000 ms and Constant Delay Offset 2000 ms. I > expected this Uniform Random Timer will cause each thread to generate a > request every 3 seconds on average, or 400 requests per thread in 20 > minutes. With 24 threads, there should be close to 9600 requests in 20 > minutes. But the reality is that I only got 3896 requests in 20 minutes > all together for the 24 threads. How is the Uniform Random Timer > supposed to work?
The throughput will also depend on how long each sample takes. Try a comparison test using the Java Sampler - you can set this to any delay you want. See how that behaves. If that does not behave OK, please raise a Bugzilla issue and attach the test and jmeter.log file. S. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

