RE: Datas inserted unordered while using CSV file for load testing in J Meter.

2011-07-08 Thread Nermin Caluk
Saravanan, Can you show us few lines from your CSV file and list of variables that you configured in JMeter? Could it be problem with delimiter appearing in your values? -Original Message- From: Saravanan [mailto:sasrava...@gmail.com] Sent: 8. srpanj 2011 7:28 To:

Re: Datas inserted unordered while using CSV file for load testing in J Meter.

2011-07-08 Thread Barrie Treloar
On Fri, Jul 8, 2011 at 4:44 PM, Nermin Caluk ner...@atlantbh.com wrote: Saravanan, Can you show us few lines from your CSV file and list of variables that you configured in JMeter? Could it be problem with delimiter appearing in your values? JMeter reads the CSV in the order you expect - top

Re: How to use Response Assertion in Jmeter?

2011-07-08 Thread Oliver Lloyd
Go here: http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Response_Assertion Response Assertion and engage eyes and head. -- View this message in context: http://jmeter.512774.n5.nabble.com/How-to-use-Response-Assertion-in-Jmeter-tp4564228p4564368.html Sent from the JMeter

Re: [GENERAL]Perf Testing on virtualized servers

2011-07-08 Thread Kirk
well, they all pretty much confirm what I've been saying. There are plenty of good reasons to virtualize, performance (under the vast majority of use cases) isn't one of them. Software rarely scales linearly with respect to it's consumption of hardware. Virtualization will parcel out hardware

Who can share JRL files?

2011-07-08 Thread apc
Hi all, I'm working on some new killer-feature for JMeter (sexy even more than JP@GC plugins set). I want to see how real-world JTL files look like. The files that you save from JMeter during your performance tests. Could you send me a couple to my private address? Please no confidential data,

I cannot open Test plans

2011-07-08 Thread JMeter_newbie21
Hi there, I cannot my test plan error below: 2011/07/08 16:35:07 ERROR - jmeter.save.SaveService: Conversion error com.though tworks.xstream.converters.ConversionException: null : null Debugging information cause-exception : java.lang.NullPointerException cause-message :

Re: Datas inserted unordered while using CSV file for load testing in J Meter.

2011-07-08 Thread Deepak Shetty
are you running multiple threads? in which case this would be expected. On Thu, Jul 7, 2011 at 10:28 PM, Saravanan sasrava...@gmail.com wrote: Hi.. I have created a test plan by using J Meter HTTP proxy server and then I added the CSV config file for multiple datas insertion.The steps for

Re: I cannot open Test plans

2011-07-08 Thread Deepak Shetty
and possibly upload the test plan somewhere and provide a link On Fri, Jul 8, 2011 at 10:15 AM, Bruce Ide flyingrhenqu...@gmail.comwrote: I really get the feeling you're leaving out key pieces of information that would actually enable us to solve this problem. What version of Jmeter are you

Re: [GENERAL]Perf Testing on virtualized servers

2011-07-08 Thread Oliver Lloyd
Kirk is completely right. No doubt. Virtualisation can be useful when building a test rig to use as injectors / generators. But it is a disaster if you try and virtualise the test system (the AUT) if your production is not also virtualised. This is arguably worse than trying to use a scaled

Cookies aren't inserted into HTTP request with IPv6 Host header

2011-07-08 Thread Alex Gavrilov
Hello Jmeter Users! I'm trying to use Jmeter on a system with IPv6 addressing and am facing this issue: HTTP Cookies aren't inserted in the HTTP request. Using the same jmx-test, but with IPv4 addressing, everything works fine. The HTTP Requests are pretty much the same except for the Host

Re: Cookies aren't inserted into HTTP request with IPv6 Host header

2011-07-08 Thread Deepak Shetty
Probably more useful if you send the request/response headers for the request that sets the cookies and the request headers for the next request Also you could try to enable logs for the cookie manager , you might also try not validating cookies CookieManager.check.cookies=false (in

Re: [GENERAL]Perf Testing on virtualized servers

2011-07-08 Thread Deepak Shetty
This is arguably worse than trying to use a scaled down environment for load testing and then extrapolating the results up. That generally doesn't work either. And yet the world goes on :). Practical realities of most small and medium sized projects usually mean that the above is the norm.

RE: Cookies aren't inserted into HTTP request with IPv6 Host header

2011-07-08 Thread Alex Gavrilov
I tried to disable check - it didn't help. The possible workaround is to use symbolic name for the host instead of IP address. It seems the bug is related with square brackets. Here is the requested info. IPv4: GET /xxx.xxx HTTP/1.1 Connection: keep-alive User-Agent: Java/1.6.0_14