To Record the script when Https is enable

2007-04-24 Thread asar_123
How to Record Https (SSL scripts) in jmeter. Error page is displayed in the browser when https is enable and unwanted scripts are generated in jmeter. -- View this message in context: http://www.nabble.com/To-Record-the-script-when-Https-is-enable-tf3643526.html#a10175380 Sent from the JMeter -

Re: Performance of JMeter under Java 5

2007-04-24 Thread Peter Lin
that's odd. Back in 2005, I did some tests and jmeter ran faster with jdk1.5.0 for http sampler for me. That was with a single jmeter instance, not distributed testing. what sampler are you using? peter On 4/24/07, sebb <[EMAIL PROTECTED]> wrote: I've no idea why that should be. There are n

Re: Name for uploaded file

2007-04-24 Thread sebb
Which sampler are you using, and which field? On 17/04/07, Javier Puerto <[EMAIL PROTECTED]> wrote: Hi, I'm making a plan test for test a site with a lot of features. The file upload works fine but I can't make the names of files uploaded different from is original name and I have co

Re: Performance of JMeter under Java 5

2007-04-24 Thread sebb
I've no idea why that should be. There are no current plans to release a version of JMeter compiled for Java 5. And I'd be surprised if merely recompiling fixed the performance hit. Perhaps the JVM is less efficient? S On 24/04/07, iblavins <[EMAIL PROTECTED]> wrote: G'day I changed the JVM

Performance of JMeter under Java 5

2007-04-24 Thread iblavins
G'day I changed the JVM under which I am running JMeter server from 1.4.2 to 5 and found a reduction in throughput of about 25%. This was: - in distributed mode with the client on Windows XP and one server on AIX - without rebuilding JMeter for Java 5 - with

Re: question about beanshell listener

2007-04-24 Thread sebb
The Java code that calls the script is thread-safe. Whether or not the script is thread-safe is up to you... On 24/04/07, chris <[EMAIL PROTECTED]> wrote: another question about beanshell listener: is this element threadsafe? i have several threadgroups and beanshell listener append sample resul

Re: question about beanshell listener

2007-04-24 Thread sebb
On 24/04/07, chris <[EMAIL PROTECTED]> wrote: hi! i want to use a beanshell listener to collect data of each sampleresult, reorganize and sort the data and finally (at end of test) write it to a file. how can i handle this? Not easy at present. The file given by: beanshell.listener.init wil

Re: question about beanshell listener

2007-04-24 Thread chris
another question about beanshell listener: is this element threadsafe? i have several threadgroups and beanshell listener append sample results (e.g. the url) to a csv-file. i'm afraid that the csv-file may be corrupt ... //chris --

Re: Java 5 samplers

2007-04-24 Thread sebb
JMeter runs the samplers in the same JVM as the itself, so no. On 24/04/07, iblavins <[EMAIL PROTECTED]> wrote: G'day Is it possible to run my Java samplers under a Java 5 run time without having to run the whole of JMeter under Java 5 ? Ian Blavins Contract Performance Engineer Teme

Java 5 samplers

2007-04-24 Thread iblavins
G'day Is it possible to run my Java samplers under a Java 5 run time without having to run the whole of JMeter under Java 5 ? Ian Blavins Contract Performance Engineer Temenos This email (and any attachments) contains confidential information, and is intended only for the n

Re: How to make a counter in JMeter

2007-04-24 Thread sebb
http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Counter On 23/04/07, Chen, Song <[EMAIL PROTECTED]> wrote: Hi, I have a scenerio, in which I need request 1 page, it should be requested after every 3 rounds, so i plan to add a counter, and a "if controller"(mod 3 = 0) to thi

Re: Regular expression

2007-04-24 Thread sebb
In 2.2 (and previously), PostProcessors are run in reverse order - don't know why this was the case. This will be fixed in the next release. S/// On 24/04/07, aurel' <[EMAIL PROTECTED]> wrote: Hi sebb-2, I've got some news : I suspect my problem to be linked with the JMeter GUI behavior. Her

Re: question about jmeter

2007-04-24 Thread sebb
On 24/04/07, neth <[EMAIL PROTECTED]> wrote: Sorry but i can't understand how jeter get parameters through an xml file(my intent is to use the "http user parameter modifier" function). Use CSV Data Set instead. - To unsubscrib

Re: Regular expression

2007-04-24 Thread aurel'
Hi sebb-2, I've got some news : I suspect my problem to be linked with the JMeter GUI behavior. Here a more detailed description of my testing scenario : 1. [Parent node] The URL string I want to parse with RE is generated by a Java class implementing the JavaSamplerClient interface. The URL is

question about beanshell listener

2007-04-24 Thread chris
hi! i want to use a beanshell listener to collect data of each sampleresult, reorganize and sort the data and finally (at end of test) write it to a file. how can i handle this? where can i temporarily save my sampleresults and append data from the next sample. is it possible to execute beanshe

Creating Scripts by using recorded requests

2007-04-24 Thread asar_123
Hi, I am new to Jmeter and i have tried experimenting with tool also the scripts got generated partially. But i have few doubts to clear in this regard. 1. The result set which we are creating by using listeners in that which one is ease to use. (View results in tree, View results in table or Agg

Re: question about jmeter

2007-04-24 Thread neth
Sorry but i can't understand how jeter get parameters through an xml file(my intent is to use the "http user parameter modifier" function). I already tried with an xml file make by myself but jmeter can't see/get this parameter(fromDate). In result-->request,my post data is empty,it should have "1

Re: Req:Problem with Testing a web Application

2007-04-24 Thread Ramakrishna Devaki
Hi Soban, As my understanding your third jsp page is not taking correct path.PleaseMake sure third jsp should be in specific path. Steps to Testplan: Test Plan Thread Group HTTP Request Defaults HTTP Request -Path://tspservletx/tspservletx View Results Tree I hope this will help you. Than