Re: Need Help

2003-07-31 Thread Jordi Salvat i Alabart
Or of any container which contains the sampler. Puri, Manish wrote: For the assertions to apply won't tey ahve to be children to the sampler. -Original Message- From: Jordi Salvat i Alabart [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31, 2003 4:44 PM To: JMeter Users List Subject: Re:

RE: Need Help

2003-07-31 Thread Puri, Manish
For the assertions to apply won't tey ahve to be children to the sampler. -Original Message- From: Jordi Salvat i Alabart [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31, 2003 4:44 PM To: JMeter Users List Subject: Re: Need Help Put all 10 samplers in a Simple Controller and the 2 Asse

Re: Need Help

2003-07-31 Thread Jordi Salvat i Alabart
Put all 10 samplers in a Simple Controller and the 2 Assertions inside that controller too. They will both apply to all 10 samplers. Puri, Manish wrote: I have 10 URLs for each of which I have to make the same 2 assertions. Do I have to add the same 2 assertions to each one of them or is there a

Re: How to do XMLHTTP?

2003-07-31 Thread Jordi Salvat i Alabart
Sandeep Rao wrote: > Hi all, > > Any idea how to write a sampler which does XMLHTTP? As I understand it > is doing a POST and then writing XML on that open socket. Jmeter 1.9 > RC3 doesn't appear to support it (or I may be mistaken). Look for SOAP/XML-RPC Request sampler. It's been around since 1.

Need Help

2003-07-31 Thread Puri, Manish
I have 10 URLs for each of which I have to make the same 2 assertions. Do I have to add the same 2 assertions to each one of them or is there a more convenient way to do it. -Manish

RE: Maximum concurrent users for testing with JMeter...Urgent!!!

2003-07-31 Thread Barry Roberts
For pure load testing there is a nice program called Siege (http://freshmeat.net/redir/siege/9525/url_homepage/www.joedog.org) which doesn't have all the features of Jmeter, but is much less resource intensive. On my Dual 1.7 Xeon machine, I can't even run 100 threads with Jmeter, but siege with 2

RE: Maximum concurrent users for testing with JMeter...Urgent!!!

2003-07-31 Thread Dan Brown
Hi, The number of threads that you run is related to the memory available. In the startup script, make sure that you have enough memory for java to run in ( use the -Xmx flag (i.e. -Xmx1024m ) ). If you don not have enough memory allocated, JMeter will fail with an out of memory error. You can a

Maximum concurrent users for testing with JMeter...Urgent!!!

2003-07-31 Thread Himanshu Gulati, Gurgaon
Hi, We have a limitation in choosing a load testing tool for one of our clients as we want to use a cost effective solution. In this regard JMeter offered a very competent testing ground for load testing our web application. We are looking at 700 concurrent users Test Scenario, which would mean 7

JDBC Connection Pool Help

2003-07-31 Thread Cameron Ingram
Hi I am new to using JMeter and after reading through the documentation and archives, I have not found what I need. I need JMeter to have 50 connections in its connection pool. I added a JDBC Request set the Connections in the Pool to 50 and set the reuse to 1. I run the test Plan but it takes a

How to do XMLHTTP?

2003-07-31 Thread Sandeep Rao
Hi all, Any idea how to write a sampler which does XMLHTTP? As I understand it is doing a POST and then writing XML on that open socket. Jmeter 1.9 RC3 doesn't appear to support it (or I may be mistaken). Any and all help is appreciated. Thanks, Sandeep ---