Re: Subject: Re: JMeter remote test performance problems?

2003-12-09 Thread Eda Srinivasareddy
Hi Can any one provide the sequence diagrams (if not the diagrams, at least steps involved) for a distributed GUI and NON-GUI test modes. Thanks Regards Eda - Do you Yahoo!? New Yahoo! Photos - easier uploading and sharing

RE: Subject: Re: JMeter remote test performance problems?

2003-11-27 Thread Eda Srinivasareddy
:[EMAIL PROTECTED] Sent: 26 November 2003 17:50 To: JMeter Users List Subject: Re: Subject: Re: JMeter remote test performance problems? Well, your requests per second is an average. If you don't have them all starting and stopping at roughly the same time, the rps number could be greatly skewed

Re: Subject: Re: JMeter remote test performance problems?

2003-11-26 Thread Mike Lindsey
Well, your requests per second is an average. If you don't have them all starting and stopping at roughly the same time, the rps number could be greatly skewed. Eda Srinivasareddy wrote: Hi I could not get the meaning of the following sentence of Mike's response to the remote test

RE: Subject: Re: JMeter remote test performance problems?

2003-11-26 Thread BAZLEY, Sebastian
it. S. -Original Message- From: Mike Lindsey [mailto:[EMAIL PROTECTED] Sent: 26 November 2003 17:50 To: JMeter Users List Subject: Re: Subject: Re: JMeter remote test performance problems? Well, your requests per second is an average. If you don't have them all starting and stopping

Subject: Re: JMeter remote test performance problems?

2003-11-24 Thread Eda Srinivasareddy
Hi I could not get the meaning of the following sentence of Mike's response to the remote test performance problem The important thing here is to start and stop all the instances are around the same time. It would be great if any one can give me the importance of this statement i.e.

RE: JMeter remote test performance problems?

2003-10-07 Thread Lars-Erik Helander
... Regards Lasse Helander -Original Message- From: BAZLEY, Sebastian [mailto:[EMAIL PROTECTED] Sent: den 6 oktober 2003 16:22 To: 'JMeter Users List' Subject: RE: JMeter remote test performance problems? Sounds a very useful enhancement. [It could certainly help us, as our test systems

RE: JMeter remote test performance problems?

2003-10-07 Thread mstover1
: den 6 oktober 2003 16:22 To: 'JMeter Users List' Subject: RE: JMeter remote test performance problems? Sounds a very useful enhancement. [It could certainly help us, as our test systems are separated from our desktops by a WAN link ... so we have to use batch mode] I think the easiest

RE: JMeter remote test performance problems?

2003-10-07 Thread Lars-Erik Helander
until the end of the test-run? OR ... Regards Lasse -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: den 7 oktober 2003 15:21 To: JMeter Users List Subject: RE: JMeter remote test performance problems? This was kind of the intent behind the functional test

RE: JMeter remote test performance problems?

2003-10-07 Thread BAZLEY, Sebastian
-Erik Helander [mailto:[EMAIL PROTECTED] Sent: 07 October 2003 14:34 To: JMeter Users List Subject: RE: JMeter remote test performance problems? What is your view on how to go forward then? To let functional test mode also mean that the samples are collected in a batch after the completion

RE: JMeter remote test performance problems?

2003-10-07 Thread mstover1
- From: BAZLEY, Sebastian [mailto:[EMAIL PROTECTED] Sent: den 6 oktober 2003 16:22 To: 'JMeter Users List' Subject: RE: JMeter remote test performance problems? Sounds a very useful enhancement. [It could certainly help us, as our test systems are separated from our desktops

RE: JMeter remote test performance problems?

2003-10-04 Thread Lars-Erik Helander
] Sent: den 27 september 2003 00:43 To: JMeter Users List Subject: Re: JMeter remote test performance problems? JMeter's remote feature is a bit broken because the controlling machine ends up being a bottleneck as you say. Some things you can look at: 1. save to csv format rather than xml. Results

Re: JMeter remote test performance problems?

2003-09-30 Thread mstover1
Open the file from a listener's gui. On 29 Sep 2003 at 16:21, Jean-Sebastien Morisset wrote: On Fri, Sep 26, 2003 at 06:42:37PM -0400, [EMAIL PROTECTED] wrote: JMeter's remote feature is a bit broken because the controlling machine ends up being a bottleneck as you say. Some things you

Re: JMeter remote test performance problems?

2003-09-29 Thread Janne . Mattila
If these don't help or aren't your problem, then do what I do (I have these same issues plus firewall problems since I work from home): Run all the jmeter instances separately and non-gui, saving data to csv files. When all are done, merge the csv files... How do you merge the files? Do you

Re: JMeter remote test performance problems?

2003-09-29 Thread mstover1
I have no script - for csv type files, it's as easy as copying the contents of one file to the bottom of the other. For XML, there's an extra step of removing the extra header info that gets copied. -Mike On 29 Sep 2003 at 9:35, [EMAIL PROTECTED] wrote: If these don't help or aren't your

Re: JMeter remote test performance problems?

2003-09-29 Thread Jean-Sebastien Morisset
On Fri, Sep 26, 2003 at 06:42:37PM -0400, [EMAIL PROTECTED] wrote: JMeter's remote feature is a bit broken because the controlling machine ends up being a bottleneck as you say. Some things you can look at: 1. save to csv format rather than xml. Results in a lot less writing to the

Re: JMeter remote test performance problems?

2003-09-29 Thread Jean-Sebastien Morisset
On Mon, Sep 29, 2003 at 04:21:23PM -0400, Jean-Sebastien Morisset wrote: On Fri, Sep 26, 2003 at 06:42:37PM -0400, [EMAIL PROTECTED] wrote: JMeter's remote feature is a bit broken because the controlling machine ends up being a bottleneck as you say. Some things you can look at: 1. save

Re: JMeter remote test performance problems?

2003-09-26 Thread mstover1
JMeter's remote feature is a bit broken because the controlling machine ends up being a bottleneck as you say. Some things you can look at: 1. save to csv format rather than xml. Results in a lot less writing to the file. Unfortunately, jmeter 1.9.1 can't read in csv files, but the latest