Re: How can i see the detailed log ?

2011-10-12 Thread Kendiol
Thanks a lot, it worked , i can see the detailed log as i wished now. However, i don't see any exception or a specific error , the log just displays the same message than the GUI and i'm still trying to figure out where the problem lies. I only get this response : ?xml version='1.0' ?

Re: How can i see the detailed log ?

2011-10-12 Thread freesky
maybe you can try to modify the related section of jmeter.properties which you think it may work. I haven't tried. -- View this message in context: http://jmeter.512774.n5.nabble.com/How-can-i-see-the-detailed-log-tp4892987p4894840.html Sent from the JMeter - User mailing list archive at

Re: How can i see the detailed log ?

2011-10-12 Thread sebb
On 12 October 2011 08:49, Kendiol meh.bela...@gmail.com wrote: Thanks a lot, it worked , i can see the detailed log as i wished now. However, i don't see any exception or a specific error , the log just displays the same message than the GUI and i'm still trying to figure out where the problem

Re: Looping a Thread Group with a Module Controller

2011-10-12 Thread sebb
On 12 October 2011 06:39, andreas.neuenmeier andreas.neuenme...@yahoo.de wrote: Hi, when I run a *Thread Group containing a Module Controller* (that links to a Simple Controller in a disabled Thread Group), then everything works. But as soon as I change the *Loop Count* of this Thread Group

Re: Looping a Thread Group with a Module Controller

2011-10-12 Thread andreas.neuenmeier
I'm not quite sure if I should feel really happy or really bad. I tried the new version and it worked, but I found out that it also works in 2.5. Turns out that I somehow managed to use Once Only Controllers for exactly those parts of my test plan that I then called Well thanks for the answer

Re: How can i see the detailed log ?

2011-10-12 Thread Kendiol
You are referring to which section ? I modifier to property that you indicated and i have the detailed log now. Should i modify another property ? -- View this message in context: http://jmeter.512774.n5.nabble.com/How-can-i-see-the-detailed-log-tp4892987p4895191.html Sent from the JMeter -

Re: How can i see the detailed log ?

2011-10-12 Thread Kendiol
Thanks for your answer. Yes i do have an application that can successfully receive a response from the server. When i send the same request with SOAP UI i get a correct response. Which network analyzer can i use to compare the traffic between SOAP UI and JMeter ? I've never done that before so i

Re: Correlation of a drop down list

2011-10-12 Thread Oliver Lloyd
Regex coach doesn't seem to be very useful. Try reading up on the basics for regular expressions, you won't get far with JMeter until you learn this core skill. Until then: \['(\d+)', This will return multiple matches and then using the myname_gn structure you can access the required data. Any

Re: Web site Post and Submit

2011-10-12 Thread Oliver Lloyd
Yes, utterly possible. This is a good forum but you'll have to be more specific to get any useful help - more general help is available in the docs, loads of it. Try reading through the help pages, trying a few different things you read about and then, if you're really stuck at one point, post a

Re: How can i see the detailed log ?

2011-10-12 Thread Oliver Lloyd
I am going to bet my Grandmother's cat that your problem is that you have not correctly correlated a value within your request, there is something malformed, un-encoded or the request is just plain wrong. - http://www.http503.com/ -- View this message in context:

Sharing sockets (file descriptors) between test samples, using jruby as a scripting language

2011-10-12 Thread Nico Kruger
Hi there I have a small sample test file, with one thread group (one thread), looped a number of times (10 at the moment). with one BSF group, configured to run a ruby script. Everything surrounding the classpath has been configured, jmeter is finding the jruby JARs, the jruby libraries and my

Re: How can i see the detailed log ?

2011-10-12 Thread Kendiol
When i copy/paste the exact same request in SOAP UI, it works so i can't know what's causing this error. I've installed WireShark, looked for some tutorials but right now i can't capture my requests because i don't have any packets with the HTTP/XML protocol as indicated here :

Re: Sharing sockets (file descriptors) between test samples, using jruby as a scripting language

2011-10-12 Thread sebb
On 12 October 2011 16:03, Nico Kruger nico.kru...@gmail.com wrote: Hi there I have a small sample test file, with one thread group (one thread), looped a number of times (10 at the moment). with one BSF group, configured to run a ruby script. Everything surrounding the classpath has been

Re: Sharing sockets (file descriptors) between test samples, using jruby as a scripting language

2011-10-12 Thread Nico Kruger
Thanks for the very helpful and quick response. On 12 October 2011 17:30, sebb seb...@gmail.com wrote: On 12 October 2011 16:03, Nico Kruger nico.kru...@gmail.com wrote: Hi there ...SNIP No, the BSF samples currently each use their own BSF Manager and interpreter - it is not currently

Re: Sharing sockets (file descriptors) between test samples, using jruby as a scripting language

2011-10-12 Thread sebb
On 12 October 2011 17:06, Nico Kruger nico.kru...@gmail.com wrote: Thanks for the very helpful and quick response. On 12 October 2011 17:30, sebb seb...@gmail.com wrote: On 12 October 2011 16:03, Nico Kruger nico.kru...@gmail.com wrote: Hi there ...SNIP No, the BSF samples currently

Re: How can i see the detailed log ?

2011-10-12 Thread Deepak Shetty
Hi Wireshark is sort of for more advanced users Easiest is ask a developer what the application error logs have An easier solution is You can use either a recording proxy (but this needs some setup) or you can use a TCP tunnel e.g. http://www.pocketsoap.com/tcpTrace/ which records the traffic. If

Re: Sharing sockets (file descriptors) between test samples, using jruby as a scripting language

2011-10-12 Thread Nico Kruger
On 12 October 2011 18:29, sebb seb...@gmail.com wrote: On 12 October 2011 17:06, Nico Kruger nico.kru...@gmail.com wrote: Thanks for the very helpful and quick response. BSF is the original scripting language API; JSR223 is the related API that was added to Java 5/6. They are fairly

Question about ThrouputController

2011-10-12 Thread Philippe Bossu
Hello, First thank's for your help and great JMeter product. I have the following requirement. I would like to execute 4 different samples at the following frequence: - 10% for A - 40% for B - 30% for C - 20% for D A,B,C and D do search on different criterions. At least one of them

RE: Question about ThrouputController

2011-10-12 Thread David Parks
I did this as follows: * Thread group (define how many requests should be going through at one time) * Random Controller (pick any of the sub controllers at random each iteration) * Throughput Controller A [10%, By Percent] * Throughput Controller B [40%, By Percent] * Throughput

Any suggestion for this

2011-10-12 Thread itsbritto
I have two jtl output files with this i need to draw the graph like trend comparison.As of now i can draw single jtl files graph --

Re: Any suggestion for this

2011-10-12 Thread Deepak Shetty
if you load your data somewhere , this is fairly easy I did this once by parsing the logs as described here (wont work out of the box for you) http://theworkaholic.blogspot.com/2009/12/graphs-for-jmeter-parsing-jmeter-result.html I believe some other samples are available on the web regards

Re: Sharing sockets (file descriptors) between test samples, using jruby as a scripting language

2011-10-12 Thread sebb
On 12 October 2011 18:06, Nico Kruger nico.kru...@gmail.com wrote: On 12 October 2011 18:29, sebb seb...@gmail.com wrote: On 12 October 2011 17:06, Nico Kruger nico.kru...@gmail.com wrote: Thanks for the very helpful and quick response. BSF is the original scripting language API; JSR223 is

Re: Any suggestion for this

2011-10-12 Thread itsbritto
Ya i seen that blog alteady. What o am talking here is like this test 1: 5request test 2: 5request now i want to plot those 2 tests trend gtaph based on this 5requests On Wednesday, October 12, 2011, Deepak Shetty shet...@gmail.com wrote: if you load your data somewhere , this is fairly easy I

Re: Question about ThrouputController

2011-10-12 Thread Philippe Bossu
Hello, Thanks for this I tried it but I doesn't work . I set 1 threads running 50 LOOP Count = I get 24 executions That's not what I want, I want 50 executions with the repartition, because in this case If I have a sampler waiting for RandomController run result, it will fail since it may not

Re: Any suggestion for this

2011-10-12 Thread Deepak Shetty
hi the post only describes how to do it. It depends on what you mean by trend . do you just want a simple comparison of the say two line graphs or something like that? If your files are small enough (less than 64K samples) , just load a CSV into excel and plot away regards deepak On Wed, Oct 12,

Re: Question about ThrouputController

2011-10-12 Thread Philippe Bossu
Random Order Controller seems to do the work. But I would like some confirmation . Thanks. On Wed, Oct 12, 2011 at 8:53 PM, Philippe Bossu pbo...@gmail.com wrote: Hello, Thanks for this I tried it but I doesn't work . I set 1 threads running 50 LOOP Count = I get 24 executions That's not

Re: Question about ThrouputController

2011-10-12 Thread Philippe Bossu
Unfortunately it is not either doing the job since sometimes 2 samplers inside Random Order Controller are ran and sometimes 1. On Wed, Oct 12, 2011 at 9:00 PM, Philippe Bossu pbo...@gmail.com wrote: Random Order Controller seems to do the work. But I would like some confirmation . Thanks.

RE: Question about ThrouputController

2011-10-12 Thread David Parks
This is as expected in this scenario, I was using it with an infinite loop, so in the end the percentages are roughly correct (but still randomly distributed, which accounts for the error you are noting). But note how the logic works here, each iteration it will pick one controller, and that

RE: Question about ThrouputController

2011-10-12 Thread David Parks
Incidentally the Random Order controller runs *all* sub components, just in a random order, but the Random controller just picks one of the sub elements, make sure you're not mixing up the two as the difference is quite important in your case. -Original Message- From: Philippe Bossu

Re: Question about ThrouputController

2011-10-12 Thread sebb
On 12 October 2011 20:43, David Parks davidpark...@yahoo.com wrote: This is as expected in this scenario, I was using it with an infinite loop, so in the end the percentages are roughly correct (but still randomly distributed, which accounts for the error you are noting). But note how the

Re: Question about ThrouputController

2011-10-12 Thread Philippe Bossu
Hello, Thank you very much for all your responses, I will try it. Regards Philippe On Wed, Oct 12, 2011 at 10:22 PM, sebb seb...@gmail.com wrote: On 12 October 2011 20:43, David Parks davidpark...@yahoo.com wrote: This is as expected in this scenario, I was using it with an infinite loop,

Re: How can i see the detailed log ?

2011-10-12 Thread Oliver Lloyd
Are you using soap:Envelope...? (Instead of Envelope...). You could also try making sure that the SOAPAction header is correctly set (check the WSDL) as well as the other headers (content-type, content-length). Another route is to just use a SOAP/XML-RPC Request or even just a plain HTTP Sampler

Re: Question about ThrouputController

2011-10-12 Thread Philippe Mouawad
Hello, We have a tutorial on this approach, you can find it here: - JMeter Switch Controller or How to Run a sampler with a certain Percentagehttp://www.ubik-ingenierie.com/ubikwiki/index.php?title=JMeter_Switch_Controller_or_How_to_Run_a_sampler_with_a_certain_Percentage Regards