Re: Capturing a threadgroup's end of execution

2005-05-18 Thread vincent . lortie
Aaah thanks, It hadn't occured to me to use an inner while loop to make sure the last test element was in fact the last one for a given thread. That should just about do what I need it to do. Thanks again, Vince sebb <[EMAIL PROTECTED]> 05/18/2005 07:30 PM Please respond to "JMeter Users

Re: JMS issue

2005-05-18 Thread Peter Lin
I'll take a look at the sampler and see if I can change it to read from jmeter.properties peter On 5/18/05, sebb <[EMAIL PROTECTED]> wrote: > On 5/18/05, Martijn Blankestijn <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I investigated the bug report and the logfile. > > Thanks! > > > The timeout

Re: Capturing a threadgroup's end of execution

2005-05-18 Thread sebb
At present I don't think there is any communication possible between different thread groups - apart from properties, which are shared. One way to achieve what you want would be to set a property in one group and test it in the other. The latest CVS code has a property setting function. Or you ca

Re: JMS issue

2005-05-18 Thread sebb
On 5/18/05, Martijn Blankestijn <[EMAIL PROTECTED]> wrote: > Hi, > > I investigated the bug report and the logfile. Thanks! > The timeout is set to 2000 (milliseconds). This is the (undocumented ;-( > ) default when there is no timeout. > Might be more intuitive if no timeout meant just that -

Re: Capturing a threadgroup's end of execution

2005-05-18 Thread vincent . lortie
Basically, I have a test plan that has two thread groups in it. The two groups need to perform their operations concurrently, however, the second group must run for as long as the first one is running (the run time of the first group SHOULD NOT vary much but it is not outside the realm of the r

Re: JMS issue

2005-05-18 Thread Martijn Blankestijn
Hi, I investigated the bug report and the logfile. The timeout is set to 2000 (milliseconds). This is the (undocumented ;-( ) default when there is no timeout. 2005/05/18 14:00:12 DEBUG - jmeter.protocol.jms.sampler.JMSSampler: Timeout = 2000] This is the flow of the first and the l

Re: Capturing a threadgroup's end of execution

2005-05-18 Thread sebb
Just wondering - why do you need to do this? S. On 5/18/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hello, > > I was wondering if there was a way in JMeter to identify when all the > threads of a given ThreadGroup have finished executing (a bit like > implementing the TestListener interfa

Re: Using web services

2005-05-18 Thread sebb
On 5/18/05, Donato Trony <[EMAIL PROTECTED]> wrote: > Hi Manju, > > It's working now. I found that I forgot to check the "Read SOAP > Response" in the WebService(SOAP) Request. > > Instead of using the SOAP request directly in the"Soap/XML-RPC Data" > window, I would like to specify a XML file in

Re: csv and xml logs

2005-05-18 Thread sebb
Which version of JMeter are you using? The properties work OK in most versions of JMeter. S. On 5/18/05, Yuval <[EMAIL PROTECTED]> wrote: > Hi, > I'm trying to work with the TCP sampler. > When I tried to change the log format from xml to csv in the > jmeter.properties it had no affect. > After d

Using web services

2005-05-18 Thread Donato Trony
Hi Manju, It's working now. I found that I forgot to check the "Read SOAP Response" in the WebService(SOAP) Request. Instead of using the SOAP request directly in the"Soap/XML-RPC Data" window, I would like to specify a XML file in "File with SOAP XML Data" box. I test it, but the variables are n

Re: https requests

2005-05-18 Thread Michael Stover
Nope. Try BadBoy. -Mike On Wed, 2005-05-18 at 20:28 +0530, Brijesh Vinayak Anghan wrote: > Hi > > Is it possible to record https requests using JMeter ? > > Regards > Brijesh - To unsubscribe, e-mail: [EMAIL PROTECTED] For

RE: https requests

2005-05-18 Thread Jonathan OLIVER
Not with the proxy since the encryption is done between Client/server use something like Badboy to record what you are sending.. -jon -Original Message- From: Brijesh Vinayak Anghan [mailto:[EMAIL PROTECTED] Sent: May 18, 2005 7:59 AM To: jmeter-user@jakarta.apache.org Subject: https re

https requests

2005-05-18 Thread Brijesh Vinayak Anghan
Hi Is it possible to record https requests using JMeter ? Regards Brijesh

csv and xml logs

2005-05-18 Thread Yuval
Hi, I'm trying to work with the TCP sampler. When I tried to change the log format from xml to csv in the jmeter.properties it had no affect. After digging in the code I found out that the xml is set to true at the jmx file (the test plan). Only after changing it to false it created me csv fil

Capturing a threadgroup's end of execution

2005-05-18 Thread vincent . lortie
Hello, I was wondering if there was a way in JMeter to identify when all the threads of a given ThreadGroup have finished executing (a bit like implementing the TestListener interface allows you to know when an entire test ends). If there is no straightforward way of doing this is there a circ

Re: JMS issue

2005-05-18 Thread Filip . L_Ecluse
The bug is filed in bugzilla as Bug #34953 Greetings Filip Please can you file a Bugzilla report, and attach the jmeter.log file to it, plus a copy of a sample test plan that shows the error (remember to remove any passwords etc first). R

Re: Cookie Manager Question

2005-05-18 Thread sebb
Test plan looks fine. A few suggestions: Any messages in jmeter.log? The most likely problem is that the cookie manager (CM) is somehow not finding a match for the cookie domain. Or the cookie is not being passed to the CM. You could try enabling debug logging for the CM, but as far as I rememb

Re: How to analyze/read Runtime aggregate report?

2005-05-18 Thread Peter Lin
the first thing is, looks like you're using an older version of jmeter. if you look at the newer aggregate listener http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Aggregate_Report you'll see it is different. The nightly build of JMeter has some additional stats also. The ave

How to analyze/read 'Runtime Aggregate Report' listener ?

2005-05-18 Thread Jayashree K
Hello All, Can anyone throw some light on how to analyze figures displayed in 'Runtime Aggregate Report' listener ? How Average is calculated finally in its total? What importance does total have ? Response for all the request are received in milliseconds. When i total up average time of all

Re: JMS issue

2005-05-18 Thread Peter Lin
you're using the queue sampler right? the topic sampler should work correctly. I've tested it for 100K, 200K, 300K, 400K, 500K and 1million messages. peter lin On 5/18/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi all, > > I am currently using the latest CVS version of Jmeter and it ha

Re: JMS issue

2005-05-18 Thread sebb
Please can you file a Bugzilla report, and attach the jmeter.log file to it, plus a copy of a sample test plan that shows the error (remember to remove any passwords etc first). Remember to provide versions of OS, JVM, etc. Can't make any guarantees as to when it will be fixed, but at least once t

JMS issue

2005-05-18 Thread Filip . L_Ecluse
Hi all, I am currently using the latest CVS version of Jmeter and it has JMS support. There is however one big error in the implementation, if I send JMS messages using multiple threads it occurs as soon as approximately 100messages using 3 threads that JMeter stops the test and reports that it