How to use Transaction Controller

2005-11-04 Thread sarath chandra
Hi, In Aggregate Report total,Transaction Controller is also getting added other than its childs. I just want to display the values of transaction controller don't want to add its value to the Aggregate Report Total.To acheive this what changes need to be made.Anyone from

Re: Connections don't closing?

2005-11-04 Thread sebb
Try disabling keep-alive. On 04/11/05, Fernando Ribeiro [EMAIL PROTECTED] wrote: Hi all, I'm testing a web server and i look how the jmeter don't closing the connections. So, i need the timeout connection time expire. How to fix this? -- Fernando Ribeiro - GPG-KEY: 0x8D7255F4

Problem with jdbc SQL Query

2005-11-04 Thread Alexandre Grilo
Hi, I'm having trouble getting the resuklt recordset when I execute a SQL procedure, in a JDBC request. When I select in the Query type; Select statement, the execution of the procedure (informix) returns a recordset with all fields field with the value for the last column of the recordset.

throughput error?

2005-11-04 Thread Fernando Ribeiro
Hi all, The throughput in agregate report return XX/min but in the TOTAL it return X.X/sec. Why it show min? Thank you -- Fernando Ribeiro - GPG-KEY: 0x8D7255F4 Linux Counter: #273768 - ICQ: 175630330 RHCE - Red Hat Certified Engineer LPIC-2 - Advanced Linux CCSA - CheckPoint

Re: throughput error?

2005-11-04 Thread sebb
That is deliberate; the rate is scaled according to how large it is. So rather than show 6000/min it shows 100/sec - for example. If this behaviour is not suitable for you, please file a Bugzilla enhancement request. S. On 04/11/05, Fernando Ribeiro [EMAIL PROTECTED] wrote: Hi all, The

Re: Changing parameters values within a loop

2005-11-04 Thread tchris22
Thanks for your help. I successfully apply the first case (using a counter). I am enough satisfied. Thanks again, Chris On 03/11/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: HI, I am not yet an experimented user of jmeter; please help me solve the following: I have created a test plan for

Re: Connections don't closing?

2005-11-04 Thread Fernando Ribeiro
jmeter is very slow, returning time out erros. I don't found the error for this. Try with and without keep-alive, but without success. Can anybody look the .jmx? http://www.nerdgroup.org/staff/fernando/projetos/correio/metricas/Plan.jmx Thank you very much Try disabling keep-alive. On

Re: Connections don't closing?

2005-11-04 Thread sebb
On 04/11/05, Fernando Ribeiro [EMAIL PROTECTED] wrote: jmeter is very slow, returning time out erros. I don't found the error for this. Timeout is not due to JMeter. What is the exact error message? What does jmeter.log say? Version of JMeter? JVM? OS? What are you running JMeter on? Try

new HTTPSampleResult() returns null. My Mistake or JMeter's?

2005-11-04 Thread Alex Eagar
JMeter v. 2.1.1 with bsh-2.0b4.jar and j2sdk1.4.2_10 on Windows XP SP2. --- The Problem --- Within a BeanShell Sampler, I have the following: import org.apache.jmeter.protocol.http.sampler.HTTPSampleResult; HTTPSampleResult res = new HTTPSampleResult(); print(res == + res); When run, the

Re: new HTTPSampleResult() returns null. My Mistake or JMeter's?

2005-11-04 Thread Alex Eagar
HTTPSamplerResult extends SampleResult SampleResult Constructor Definition: public SampleResult() {time = 0;} Does it need to call super()? If not, why not? Alex Eagar __ Yahoo! FareChase: Search multiple travel sites in one click.