Re: xml-RPC sampler

2007-08-28 Thread sebb
Either use variables in the text field, or set up different files and use a variable to provide the filename On 16/08/07, Mathumathi Palani Bommu, EAS-Chennai <[EMAIL PROTECTED]> wrote: > > Hi > > I need to send different xml data for each iteration .. can any one help > me to find how to send dif

Re: POST problem

2007-08-28 Thread sebb
JMeter does not interpret Javascript in HTML pages, so you will need to load the new page yourself. On 28/08/07, Philippe Couas <[EMAIL PROTECTED]> wrote: > Thanks > Now I see an JSP page intermediate JSP page result,so parameters are good. > This intermediate page launch an query to Servlet each

RE: POST problem

2007-08-28 Thread Philippe Couas
Thanks Now I see an JSP page intermediate JSP page result,so parameters are good. This intermediate page launch an query to Servlet each 2 seconds , and servlet redirect to this page while an boolean value is false. This page is running corretly in my project, so it's seems page could not be refres

Re: Distributed testing using Jmeter

2007-08-28 Thread sebb
On 18/08/07, Bipin Thakur <[EMAIL PROTECTED]> wrote: > Hi, > > Recently I came to know about Jmeter. It is really a simple and very useful > testing tool. > > In addition to the documented feature of distributed testing, I have a > different scenario to test. Let us think of performance testing f

Re: POST problem

2007-08-28 Thread sebb
Try adding a View Results Tree Listener: http://jakarta.apache.org/jmeter/usermanual/component_reference.html#View_Results_Tree On 28/08/07, Philippe Couas <[EMAIL PROTECTED]> wrote: > Hi, > > I want to make an POST to an servlet > - I have created an "HttpRequestDefault" with ip and port > - I h

Re: SSL renegotiation

2007-08-28 Thread sebb
On 28/08/07, Christiaan Lamprecht <[EMAIL PROTECTED]> wrote: > > Except ... > > > > This was true for all but the SSL context, which was shared between > > threads in 2.2 and earlier. > > > > Version 2.3RC3 changed the SSL context to be per-thread; however there > > was a bug that meant some of the

Re: SSL renegotiation

2007-08-28 Thread Christiaan Lamprecht
> Except ... > > This was true for all but the SSL context, which was shared between > threads in 2.2 and earlier. > > Version 2.3RC3 changed the SSL context to be per-thread; however there > was a bug that meant some of the objects were recreated too often. > This has been fixed in the current nig

Re: Thread Group Start Delay, Stop Delay

2007-08-28 Thread John Dempsey
Hi Matt, You can try this. Create a user defined variable e.g. TestLength. Put the TestLength value equal to the length of your testrun e.g. 300 (for 5 mins). In your monitor threadgroup click the scheduler checkbox and set the startup delay to 0. Set the duration to ${__intSum(${TestLength},120

Re: Submitting scripts to jmeter server

2007-08-28 Thread sebb
On 24/08/07, Pieter Ennes <[EMAIL PROTECTED]> wrote: > Hi list, > > We have a situation where our scripts are fairly short and need to > start frequently, so that the expense of starting up a Java > environment each time is very high compared to the actual script > execution. Can you not run the s

Re: HTTPS responses

2007-08-28 Thread sebb
The Tree View Listener should show the XML, or you can use Save Responses to a File Post-Processor. On 24/08/07, Jeremy Sanderson <[EMAIL PROTECTED]> wrote: > Hi all, > > I am using jmeter to get a response from a server running SSL. I've > configured an HTTP sampler to use the https protocol and

Re: view generated html from 'http request httpclient'

2007-08-28 Thread sebb
Not really. You can enable httpclient wire-logging (see the various properties files), but the HTTP contents is generated as needed from the settings provided by JMeter. Or you can use one of the proxies to examine the http conversation, see: http://wiki.apache.org/jakarta-jmeter/NetworkSniffer

Re: how to test login?

2007-08-28 Thread sebb
The Authorization Manager is not used for normal logins, but for server authentication, see http://jakarta.apache.org/jmeter/usermanual/component_reference.html#HTTP_Authorization_Manager You probably need to use an HTTP POST request with the appropriate parameters. On 27/08/07, alvin_hong <[EMA

Jmeter---SSL problem

2007-08-28 Thread Kalavati Singh
Hi, This is kalavati.I understand from mailing list that some people faced problems with SSL certificates when working with https Jmeter .can anyone please provide steps how you have done that Thanks & Regards Kalavati Singh Tata Consultancy Services Ph:- 6667-8724 Cell:- 9440519418 Mailt

Re: Problem in running Jmeter with Eclipse

2007-08-28 Thread sebb
On 24/08/07, André Pfeiler <[EMAIL PROTECTED]> wrote: > On Tuesday 31 July 2007 21:57, tiffany wrote: > > Hi, > > > > I have downloaded the Jmeter source Code (rel-2-2), trying to run it with > > Eclipse, always keep on telling me that "Sorry the edit feature hasn't been > > implemented", why?? Mo

Re: Issues while running more number of threads while running SSL( HTTPS) test

2007-08-28 Thread sebb
On 25/08/07, raja raman <[EMAIL PROTECTED]> wrote: > Hi Sebb, >I tried with the current nightly in the same machine which I > have mentioned in my previous mail and it gave me better results.I could see > more number of requests.I would like to share my observations to give you a > bett

HTTPS responses

2007-08-28 Thread Jeremy Sanderson
Hi all, I am using jmeter to get a response from a server running SSL. I've configured an HTTP sampler to use the https protocol and run through port 443. I'm expecting xml data as a response (I've observed it using loadrunner), but when the server responds it gives a status code of 200 (OK),

Re: Handling SOAP response with attachments

2007-08-28 Thread sebb
The contents of SOAP responses are ignored by the sampler. Though you can use an Assertion or Post-Processor to examine it. I don't know how SOAP handles attachments - if they are inline, then they will be downloaded with the rest, and can be saved as part of the response. Otherwise the response

Thread Group Start Delay, Stop Delay

2007-08-28 Thread Matt
Hi folks, I've just added the Tomcat Monitor to a test plan, impressed with how easy it is to setup. One thing though, i'd like this to start 60 seconds before my other Thread groups, and stop 60 seconds after the test has stopped. I find this a good way of making sure that the server was not in

POST problem

2007-08-28 Thread Philippe Couas
Hi, I want to make an POST to an servlet - I have created an "HttpRequestDefault" with ip and port - I have created an HttpRequest with POST with full servlet path /test/servlet/servlet24.Servlet24 with 4 parameters and theirs values I have added an Graphic result and an