Re: Aggregate Report reset

2005-09-30 Thread m mat
Thanks for the reply. My fault, I did not check enough Matt... Peter Lin <[EMAIL PROTECTED]> wrote: you have to do "clear" inbetween runs. peter On 9/30/05, m mat wrote: > > Hi > > I would like aggregate report in particular and other listeners to reset > for every test run. Right now aggreg

Re: Aggregate Report reset

2005-09-30 Thread Peter Lin
you have to do "clear" inbetween runs. peter On 9/30/05, m mat <[EMAIL PROTECTED]> wrote: > > Hi > > I would like aggregate report in particular and other listeners to reset > for every test run. Right now aggregate report aggregates results across > test runs. The only way I know of not making

Re: java.io.UnsupportedEncodingException in webservices sampler

2005-09-30 Thread Peter Lin
hmm, not sure. I'll take a look, though currently JMeter just uses apache soap. the sampler doesn't worry about encoding and assumes apache soap takes care of it. peter On 9/30/05, m mat <[EMAIL PROTECTED]> wrote: > > > Hi > > I get the following exception in webservices sampler > > > > 2005/09/

java.io.UnsupportedEncodingException in webservices sampler

2005-09-30 Thread m mat
Hi I get the following exception in webservices sampler 2005/09/30 16:26:56 WARN - jmeter.assertions.ResponseAssertion: Problem with response encoding: java.io.UnsupportedEncodingException: text/xml; charset=UTF-8 Any ideas why this could be happening , or how I go about debugging this

Aggregate Report reset

2005-09-30 Thread m mat
Hi I would like aggregate report in particular and other listeners to reset for every test run. Right now aggregate report aggregates results across test runs. The only way I know of not making it do that is shut down JMEter and restart. Any ways to reset? Matt

Re: HOW TO Transfering data between Thread?

2005-09-30 Thread Pavel Gouchtchine
I tried the scenario you have described: = The pre-processor can be added as a child of a sampler, e.g. - Sampler 1 - Sampler 2 - - Pre-Processor This will force it to run after Sampler 1 and before Sampler 2. == In my case, "Sampler 2" is Bean Shell scri

Re: HOW TO Transfering data between Thread?

2005-09-30 Thread sebb
On 30/09/05, Pavel Gouchtchine <[EMAIL PROTECTED]> wrote: > If pre-processor is a child of a bean shell sampler, the pre-processor is > called first any way. > > Here is my scenario: > > - BeanShell sampler sets variabel unique_string = qwerty > --- child pre - processor sets the variable account =

Re: Aggregare Report Queer Behavior

2005-09-30 Thread sebb
On 29/09/05, Srinath vaidyanathan <[EMAIL PROTECTED]> wrote: > Hello, [...] > also aggregate report > documentation is very insufficient, particularly the one for 2.0.3 version. > Thanks It would be helpful if you could create a Bugzilla issue with details of what information you failed to find,

Re: HOW TO Transfering data between Thread?

2005-09-30 Thread Pavel Gouchtchine
As well, how to read/write from a bean shell script: a) property b) user defined variables in run time. Can you give an example if it is possible? On 9/30/05, Pavel Gouchtchine <[EMAIL PROTECTED]> wrote: > > If pre-processor is a child of a bean shell sampler, the pre-processor is > called fir

Re: HOW TO Transfering data between Thread?

2005-09-30 Thread Pavel Gouchtchine
If pre-processor is a child of a bean shell sampler, the pre-processor is called first any way. Here is my scenario: - BeanShell sampler sets variabel unique_string = qwerty --- child pre - processor sets the variable account = ${unique_string} the account gets value "${unique_string}" but I am

Re: Aggregare Report Queer Behavior

2005-09-30 Thread Peter Lin
please try the new 2.1.1 release sebb is posting this weekend and see if the problem persists. can you also try clearing first and then reloading the .jtl file. peter lin On 9/29/05, Srinath vaidyanathan <[EMAIL PROTECTED]> wrote: > > Hello, > I'm using jmeter 2.0.3. for stress testing a web app

Re: HOW TO Transfering data between Thread?

2005-09-30 Thread sebb
The pre-processor can be added as a child of a sampler, e.g. - Sampler 1 - Sampler 2 - - Pre-Processor This will force it to run after Sampler 1 and before Sampler 2. Or you can put: Simple Controller - Sampler 1 Simple Controller - Pre-Processor - Sampler 2 What are you trying to achieve? The

Re: Jmeter and using a proxy except for certain requests.

2005-09-30 Thread bugfactory anonyme
Thanks! This did not solved the problem, but I showed your answers to my admin and he decided to put an end to that proxy mess... _ MSN Hotmail : antivirus et antispam gratuits ! http://www.imagine-msn.com/hotmail/default.aspx?loca

HOW TO Transfering data between Thread?

2005-09-30 Thread Pavel Gouchtchine
Hi All. I have a task, what I don't know solution - I need generate a variable with a value and then use this variable in user parameters pre-processor. I am using BeenShell sampler for generation data and jmeter context variables to set it in. Because user parameters preprocessor is running before

Re: Regular Expression Extractor

2005-09-30 Thread Noam Paz
Hello Dharani, try to put the RE-Extractor as a child the request. Best regards Noam Paz