Getting error(10%)in listner when no of threads are increased gradually for some transactions

2008-06-12 Thread Jitendra Kumar Mohanty
Hi I have prepared a thread group consisting of 10 transactuions it runs for 5 threads for 30 minutes without any problem but if the threads are increased to 10 then for last 2 transactions I get error the percentage is around 10,If some delay is introduced then I do not get any error and

Eddie O'Sullivan is out of the office.

2008-06-12 Thread Eddie O'Sullivan
I will be out of the office starting 06/10/2008 and will not return until 06/24/2008. For performance questions contact Ray Kinsella, Derek Bradley or Rick Tennock. I will respond to your message when I return. - To

Re: JMeter with JMS Point-to-Point using Oracle JMS Provider-Failing

2008-06-12 Thread JMeterWithOracle
Hi Peter, Yeah I am able to connect to Oracle JMS and the MDB listening to the queue where the JMeter is dumping messages via 'Request queue' is also getting fired.On the 'receive Queue' it reads the messages which I can monitor from Oracle Application server admin console.However at Jmeter

Re: Action to failed assertion

2008-06-12 Thread sebb
On 12/06/2008, David Schulberg [EMAIL PROTECTED] wrote: Hi, Want to stop a thread when an assertion fails. Can the Results Status Action Handler do this? Yes. It's easy to test this using the Java Request. The description for this Post-Processor states that this test element allows

Re: Getting error(10%)in listner when no of threads are increased gradually for some transactions

2008-06-12 Thread sebb
On 12/06/2008, Jitendra Kumar Mohanty [EMAIL PROTECTED] wrote: Hi I have prepared a thread group consisting of 10 transactuions it runs for 5 threads for 30 minutes without any problem but if the threads are increased to 10 then for last 2 transactions I get error the percentage is

Monitor Results shows nothing

2008-06-12 Thread Michal Singer
hi. I added to a Test Plan Loop Controller a Monitor Results listener. Both tabs Health Performance are empty. And also in the performance tab there is no server defined. According to the user manual i need to do: Add -- Listener -- Monitor Results which is what i did. Any ideas why this

Re: Monitor Results shows nothing

2008-06-12 Thread sebb
See: http://jakarta.apache.org/jmeter/usermanual/build-monitor-test-plan.html You need to ensure that the loop count is set to (say) 100 as the listener does not update with every sample. On 12/06/2008, Michal Singer [EMAIL PROTECTED] wrote: hi. I added to a Test Plan Loop Controller a

Re: Monitor Results shows nothing

2008-06-12 Thread Michal Singer
Hi. I run 100 threads with loop count =1, but I have a loop controller that is set to forever. it does not work. thanks, Michal sebb-2-2 wrote: See: http://jakarta.apache.org/jmeter/usermanual/build-monitor-test-plan.html You need to ensure that the loop count is set to (say) 100 as

Re: Monitor Results shows nothing

2008-06-12 Thread sebb
It does not make sense to use multiple threads. On 12/06/2008, Michal Singer [EMAIL PROTECTED] wrote: Hi. I run 100 threads with loop count =1, but I have a loop controller that is set to forever. it does not work. thanks, Michal sebb-2-2 wrote: See:

Jmeter to Load Test a WEB APPLICATION

2008-06-12 Thread karthikn
Hi New to Jmeter Can somebody on form suggest me HOWTO. Using Jmeter to Load Test a WEB APPLICATION with 1000 concurrent Threads each holding the Http Session for 20+ Minuts with regards karthik - To unsubscribe,

Builtin properties

2008-06-12 Thread Krzysieq
Hi, Just wondering if there's a list of built in properties somewhere, that are available inside any test plan. For instance, the name of the file of the test plan or time of execution could be useful as such properties. Does anyone know about any such thing? I will greatly appreciate any help.

Re: Monitor Results shows nothing

2008-06-12 Thread Michal Singer
I use 100 threads to simulate 100 users. I want to simulate 100 users sending in a forever loop requests every 1 minute. However, even when i use 1 thread, it does not help. sebb-2-2 wrote: It does not make sense to use multiple threads. On 12/06/2008, Michal Singer [EMAIL PROTECTED]

Re: Jmeter to Load Test a WEB APPLICATION

2008-06-12 Thread David Brown
try: http://jakarta.apache.org/jmeter/usermanual/jmeter_proxy_step_by_step.pdf. And, when you have read the document cited in the previous sentence: to do some serious multi-threaded testing try: http://jakarta.apache.org/jmeter/usermanual/jmeter_distributed_testing_step_by_step.pdf. HTH.

Re: Jmeter to Load Test a WEB APPLICATION

2008-06-12 Thread karthikn
Hi http://jakarta.apache.org/jmeter/usermanual/jmeter_proxy_step_by_step.pdf. This means JMETER is only able to Simulate the Load Test the WEB application but cannot test the Http Session Object ? am i missing some thing . with regards Karthik David Brown wrote: try:

Re: Jmeter to Load Test a WEB APPLICATION

2008-06-12 Thread David Brown
JMeter can record any session variable you define. The load test is not simulated but is the same as if you had a user for each ThreadGroup defined. HTH. karthikn wrote .. Hi http://jakarta.apache.org/jmeter/usermanual/jmeter_proxy_step_by_step.pdf. This means JMETER is only able to

Can't add more than one Constant Throughput Timer

2008-06-12 Thread Assaf49
Hi, I enjoy using Jmeter very much. I think it is a superb application. I am using Jmeter 2.3.1, but for some reason i can not add (via the Jmeter gui) more than one Constant throughput timer to my test plan. One Constant throughput timer works well. But the Jmeter GUI does NOT enable adding

How to build jar files for jmeter

2008-06-12 Thread Chen, Kurt
Hi, I want to build the jars for jmeter, do any one knew what command can be used To build the jmeter jars? Thanks. -Kurt.

Re: JMeter with JMS Point-to-Point using Oracle JMS Provider-Failing

2008-06-12 Thread Peter Lin
If I understand correctly, you want to correlate the id for the point-to-point messages. unfortunately, I didn't work on that, so I don't have any suggestions off hand. peter On Thu, Jun 12, 2008 at 4:50 AM, JMeterWithOracle [EMAIL PROTECTED] wrote: Hi Peter, Yeah I am able to connect to

Re: Monitor Results shows nothing

2008-06-12 Thread sebb
The Monitor Results Listener is only for use when monitoring a server. If you want to show other (non-monitoring) samples, please use a different listener. See the documentation for details. On 12/06/2008, Michal Singer [EMAIL PROTECTED] wrote: I use 100 threads to simulate 100 users. I want

Martin Ruschak/Szg/PorscheInt ist außer Haus.

2008-06-12 Thread Martin Ruschak
Ich werde ab 13.06.2008 nicht im Büro sein. Ich kehre zurück am 16.06.2008. Bitte wenden sie sich in meiner Abwesenheit an Herrn Zecha Andreas - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: Can't add more than one Constant Throughput Timer

2008-06-12 Thread sebb
On 12/06/2008, Assaf49 [EMAIL PROTECTED] wrote: Hi, I enjoy using Jmeter very much. I think it is a superb application. I am using Jmeter 2.3.1, but for some reason i can not add (via the Jmeter gui) more than one Constant throughput timer to my test plan. One Constant throughput timer

Re: How to build jar files for jmeter

2008-06-12 Thread sebb
On 12/06/2008, Chen, Kurt [EMAIL PROTECTED] wrote: Hi, I want to build the jars for jmeter, do any one knew what command can be used To build the jmeter jars? The README file describes how to build JMeter Thanks. -Kurt.

Re: Builtin properties

2008-06-12 Thread sebb
http://jakarta.apache.org/jmeter/usermanual/functions.html#predefinedprops http://jakarta.apache.org/jmeter/usermanual/functions.html#predefinedvars On 12/06/2008, Krzysieq [EMAIL PROTECTED] wrote: Hi, Just wondering if there's a list of built in properties somewhere, that are available

Re: how to run jmeter from within JAVA program

2008-06-12 Thread Nikesh Goel
Hi Sebb I am still not clear as to how can I make my jmx file run in non gui mode from within a JAVA program. Apparently, the way I am trying to pass the arg to NewDriver class is wrong (no matter whether I use -t or --testfile). I am unable to make my java program know about the jmx testfile and