Abort test

2009-03-24 Thread B.Ramann
h...@all, I have the following http test plan. (J-Meter 2.3.1) - First I make a HTTP request with a response assertion - Then I want to use a If Controler with ${JMeterThread.last_sample_ok} == 'false' - But it these not work. Next, I have a timer in this If controller and when this timer

RE: JMeter- how to point to single CSV file

2009-03-24 Thread SAUMET Yoann SILICOMP
Hi Mayank, I think you have to add the 'HTTP cookie manager' ( without any modifications) in you test plan. Cordialement, Yoann SAUMET -Message d'origine- De : mayank panwar [mailto:mayankcoo...@gmail.com] Envoyé : lundi 23 mars 2009 21:41 À : SAUMET Yoann SILICOMP; JMeter Users List

Re: Custom Sampler: Force all setupTest methods to be invoked before runTest methods

2009-03-24 Thread Paul Robinson
Excellent, The thing I was missing was the fact that you can put variables in the UDV. Apart from adding complexity to my Sampler, I think this is a good solution. I'll do this, Thanks a lot for your help, Paul. 2009/3/23 Ian Blavins iblav...@temenos.com G'day I had the same problem. I

Re: Stress Testing in a Virtual Server

2009-03-24 Thread Noel O'Brien
Hi All, After much investigation and help from our ops department, it was found that the ip_conntrack buffer on the host OS was filling up under load tests. Disabling iptables on the host (/etc/init.d/iptables stop) resolved the issue and did not seem to impact the hosted VMs. Regards, Noel

Re: conditionally executed timer?

2009-03-24 Thread sebb
On 24/03/2009, Marc Chiarini marc.chiar...@tufts.edu wrote: Hi Folks, Does anyone know if it's possible to trigger a timer based on a property passed in via -J on the command line? Ideally I would like to have something like a switch that works for a set of timers instead of a set of

Re: Abort test

2009-03-24 Thread sebb
On 24/03/2009, b.ram...@eventim.de b.ram...@eventim.de wrote: h...@all, I have the following http test plan. (J-Meter 2.3.1) Current version is 2.3.2 - First I make a HTTP request with a response assertion - Then I want to use a If Controler with ${JMeterThread.last_sample_ok} ==

RE: HTTPS problem

2009-03-24 Thread vnc
Hi, Do i need to change any settings in jmeter.properties or system.properties or user.properties ? My system has already installed java 1.6 , how do i tell the jmeter to use jre 1.5? Please let me know Thanks Oliver Erlewein [DATACOM] wrote: https doesn't work with Java 1.6.0. Use

Re: HTTPS problem

2009-03-24 Thread sebb
On 24/03/2009, vnc vncherukuma...@gmail.com wrote: Hi, Do i need to change any settings in jmeter.properties or system.properties or user.properties ? No. My system has already installed java 1.6 , how do i tell the jmeter to use jre 1.5? Same as for any other Java application.

HTTP request replay through NTLM

2009-03-24 Thread Suvendu_Mohapatra
Hi, Can anybody tell me how jmeter is replaying HTTP request through proxy server authorization type NTLM? (asking for code level) With Regards, Suvendu DISCLAIMER: This email (including any attachments) is intended for the sole use of the

ERROR - jmeter.threads.JMeterThread: Test failed!java.lang.OutOfMemoryError: Java heap space.

2009-03-24 Thread Monga, Richa
Hi, I'm first time user of jmeter. Jmeter 2.3.2 Im facing the follwoing error: ERROR - jmeter.threads.JMeterThread: Test failed!java.lang.OutOfMemoryError: Java heap space. I have set heap size as 1024MB max. What is the basic requirement for Physical memory? Am I missing some configuration? If

RE: How to get response time for each request in a thread group

2009-03-24 Thread Sirish_Chandra
Hi, The response time which we get for a request is it the total rund up time? yes Thanks and Regards Sirish -Original Message- From: Muneeer Parray [mailto:mune...@ekartha.com] Sent: Tuesday, March 24, 2009 4:37 PM To: Sirish_Chandra Subject: RE: How to get response time for each

Query regarding Timeout

2009-03-24 Thread rajesh366
Hi, I added Timeout value of 1000 milliseconds in the TCP sampler.When the response time was analysed it has been increased by 1000 milliseconds.If i add a timeout of 500 millisecond, the ressponse time is increased by 500 ms.So does it mean that the actual response time should be calculated by

Re: Query regarding Timeout

2009-03-24 Thread sebb
On 24/03/2009, rajesh366 rajesh...@yahoo.com wrote: Hi, I added Timeout value of 1000 milliseconds in the TCP sampler.When the response time was analysed it has been increased by 1000 milliseconds.If i add a timeout of 500 millisecond, the ressponse time is increased by 500 ms.So does

Re: ERROR - jmeter.threads.JMeterThread: Test failed!java.lang.OutOfMemoryError: Java heap space.

2009-03-24 Thread Himanshu Ghai
I see that you ran the test for more than an hour before you got the error..do you have view results tree listener on? could you do with something like aggregate or just writing log to disk and not viewing it? view results tree is most common cause that I know of.. Himanshu On Tue, Mar 24, 2009

min sql request response time of 0 ms?

2009-03-24 Thread aidy lewis
I have being doing a number of parameterised SQL requests against SQL Server 2005. On the Aggregate Report I have a min response time of: 0 ms. Can this be correct? Aidy - To unsubscribe, e-mail:

Re: TCP\IP bottleneck

2009-03-24 Thread aidy lewis
Hi Sebb, On 17/03/2009, sebb seb...@gmail.com wrote: JMeter measures the time from when it sends the request to when it gets the first response (latency) or full response (elapsed), so anything that causes this time to increase will affect response times. Is this response measured on the

Re: ERROR - jmeter.threads.JMeterThread: Test failed!java.lang.OutOfMemoryError: Java heap space.

2009-03-24 Thread aidy lewis
Hi, Have you considered increasing the memory allocated to the JVM in jmeter.bat? eg. set HEAP=-Xms256m -Xmx1024m Aidy On 24/03/2009, Himanshu Ghai himanshug...@gmail.com wrote: I see that you ran the test for more than an hour before you got the error..do you have view results tree

Re: min sql request response time of 0 ms?

2009-03-24 Thread sebb
Yes, as discussed previously here, this is caused by the timer resolution. On 24/03/2009, aidy lewis aidy.le...@googlemail.com wrote: I have being doing a number of parameterised SQL requests against SQL Server 2005. On the Aggregate Report I have a min response time of: 0 ms. Can this be

Re: TCP\IP bottleneck

2009-03-24 Thread sebb
On 24/03/2009, aidy lewis aidy.le...@googlemail.com wrote: Hi Sebb, On 17/03/2009, sebb seb...@gmail.com wrote: JMeter measures the time from when it sends the request to when it gets the first response (latency) or full response (elapsed), so anything that causes this time to