Re: Advice needed: multiple ThreadGroups, scheduling, running a test multiple times

2005-11-09 Thread sebb
On 08/11/05, Richard Gaywood <[EMAIL PROTECTED]> wrote: > On 11/8/05, sebb <[EMAIL PROTECTED]> wrote: > > > > On 08/11/05, Richard Gaywood <[EMAIL PROTECTED]> wrote: > > > Firstly, I have three ThreadGroups in the whole test plan (each with > > it's > > > own JDBC request and CVS config file) > > >

Re: Advice needed: multiple ThreadGroups, scheduling, running a test multiple times

2005-11-08 Thread Richard Gaywood
On 11/8/05, sebb <[EMAIL PROTECTED]> wrote: > > > However, whenever I load a JTX file using 2.1.1 I get a "Error loading > > results file" message; in jmeter.log, I see > > > > 2005/11/08 13:14:11 WARN - jmeter.reporters.ResultCollector: File load > > failure, trying old data format. > > > > Becaus

Re: Advice needed: multiple ThreadGroups, scheduling, running a test multiple times

2005-11-08 Thread Richard Gaywood
On 11/8/05, sebb <[EMAIL PROTECTED]> wrote: > > On 08/11/05, Richard Gaywood <[EMAIL PROTECTED]> wrote: > > Firstly, I have three ThreadGroups in the whole test plan (each with > it's > > own JDBC request and CVS config file) > > Why do you need 3 Thread Groups? 3 different types of search being

Re: Advice needed: multiple ThreadGroups, scheduling, running a test multiple times

2005-11-08 Thread sebb
On 08/11/05, Richard Gaywood <[EMAIL PROTECTED]> wrote: > On 11/8/05, Richard Gaywood <[EMAIL PROTECTED]> wrote: > > > > Thirdly, I want to run my master test plan four times: once with a small > > number of threads and once with a large number *before* my server's admin > > jobs run at 4AM, and th

Re: Advice needed: multiple ThreadGroups, scheduling, running a test multiple times

2005-11-08 Thread sebb
On 08/11/05, Richard Gaywood <[EMAIL PROTECTED]> wrote: > Hi List! Let me start off with the obligitary gushing: JMeter really is a > nifty piece of work, and one I hope to be able to contribute code to soon. > > Now, I've had to put together quite a complex test plan for our servers in a > bit of

Re: Advice needed: multiple ThreadGroups, scheduling, running a test multiple times

2005-11-08 Thread Richard Gaywood
On 11/8/05, Richard Gaywood <[EMAIL PROTECTED]> wrote: > > Thirdly, I want to run my master test plan four times: once with a small > number of threads and once with a large number *before* my server's admin > jobs run at 4AM, and then the small and large number of threads again after > 4AM. I did

Re: Advice needed: multiple ThreadGroups, scheduling, running a test multiple times

2005-11-08 Thread Richard Gaywood
On 11/8/05, Noam Paz <[EMAIL PROTECTED]> wrote: > > Hi Richard, Hi Noam! Thanks for the reply. >>> > Fourthly, I can't find an option to log the number of bytes received in > the > response; this would be a good sanity check for me that the data coming > back > from the server isn't broken (as

Re: Advice needed: multiple ThreadGroups, scheduling, running a test multiple times

2005-11-08 Thread Noam Paz
Hi Richard, >>> Fourthly, I can't find an option to log the number of bytes received in the response; this would be a good sanity check for me that the data coming back from the server isn't broken (as I'm doing JDBC and therefore don't have a HTTP status code). Did I miss one or has this not

Advice needed: multiple ThreadGroups, scheduling, running a test multiple times

2005-11-08 Thread Richard Gaywood
Hi List! Let me start off with the obligitary gushing: JMeter really is a nifty piece of work, and one I hope to be able to contribute code to soon. Now, I've had to put together quite a complex test plan for our servers in a bit of a rush, having never heard of JMeter until last week, and I'm a b