Re:HTTPS testing with Jmeter??

2006-04-07 Thread Rekha ShivKumar
Hi All, Can someone tell me how to add a HTTPS request to a Test Plan in Jmeter.Foreg. A secure login scenario.The user has to supply his credentials -userid /passwd to login to a secure site .Then he performs a transaction - like checks his account info and logs out. Is it possible to record secu

Re: executing a Java script function in Jmeter

2006-04-07 Thread Choudhury
Suppose that there is a function like this : function blah(some Parameter){ //some piece of code } My question is how to call the above function from Jmeter?where in Jmeter i will have to register the above function?if i call like this ${__javaScript(blah(someParameter),X)} how will Jmeter un

New nightly build - please try it an report back ...

2006-04-07 Thread sebb
There's a new nightly build available - -2-1.20060408 If anyone wants to try it, and report back any problems, that would be very helpful. ** Please read the notes on the download page first ** Some new items that might tempt you: * Save Responses to a File - this now saves the generated file n

Re: executing a Java script function in Jmeter

2006-04-07 Thread sebb
On 07/04/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Dear all, >i havent got an reply yet. I need some help from you > urgently. We haven't received the support contract payments yet ... ;-) >how can i call a java script function(with some parameters) > from jmeter? C

testing load with multiple files "how to" ?

2006-04-07 Thread Oleg Shnayderman
Hello, in my jmeter testing configuration I have TestPlan -- Thread Group Number of Threads: 32 Ramp-up period: 0 Loop Count: 30 WebService(SOAP) Request Protocol: http Server Name or ip: P

How to customize the timer?

2006-04-07 Thread Dong Liu
Hi, folks, I want to customize the timer based on the Uniform Random Timer, say I want to get the inter time = f(uniform random time). What is the easy way to do that? Thanks, Dong

Re: Testing WebSoap Application How to

2006-04-07 Thread Peter Lin
the current soap webservice sampler has some limitations. mainly, it does not handle attachments. It's a feature others have requested and I thought about adding, but just haven't had time. peter On 4/7/06, Oleg Shnayderman <[EMAIL PROTECTED]> wrote: > > Hello, > > I am trying to evaluate jmete

Re: Testing WebSoap Application How to

2006-04-07 Thread lkv7
Oleg, I recently did something very similar to what you are seeking. It was straightforward. The easiest way to get started was to trace a user-driven SOAP call using Ethereal, Then copy and paste the request from Ethereal into the JMeter SOAP form. You can instruct JMeter to process the re

Testing WebSoap Application How to

2006-04-07 Thread Oleg Shnayderman
Hello, I am trying to evaluate jmeter for the task, so far I am not sure if jmeter is the right tool. Anyhow, Here is what I am trying to do I have a webserver which accepts multiple soap request. Each soap request contains a file (txt, or html, or xml). I want to test the maximum load for th

Re: get a gzip compressed page

2006-04-07 Thread sebb
The sizes are equal because the size is the size of the response after unzipping. Not sure why the times are equal - even two identical pages don't normally take exactly the same amount of time. S. On 07/04/06, Simon <[EMAIL PROTECTED]> wrote: > hi, i did a filter to the tomcat that compress all

get a gzip compressed page

2006-04-07 Thread Simon
hi, i did a filter to the tomcat that compress all the *.html and *.jsp pages requested if the browser supports the compression. the page is something like that: .. .. <% String s = ""; for (int i=0 ; i<1 ; i++) { s = s + "hola - "; } %> <

Re: Aggregate Report Descriptions

2006-04-07 Thread Peter Lin
you can find a description of the aggregate summary here http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Aggregate_Report samples - number of requests average - the average for a specific URL median - the number in the middle of a set of data min - the shortest response time

Re: executing a Java script function in Jmeter

2006-04-07 Thread Choudhury
Dear all, i havent got an reply yet. I need some help from you urgently. how can i call a java script function(with some parameters) from jmeter? Regards, Subhrajyoti [EMAIL PROTECTED] 04/07/2006 02:07 PM Please respond to "JMeter Users List" To "JMeter Users List"

Re: Running jmeter through Ant with HTTPS requests

2006-04-07 Thread sebb
Have you tried non-GUI mode without Ant? Any messages in jmeter.log? S. On 07/04/06, Per Ekman <[EMAIL PROTECTED]> wrote: > Has anyone succeeded in running HTTPS requests through jmeter with Ant? > > I'm running a script that has the following target: > > > > > jmeterhome="${jmetere

Re: Generate shot number

2006-04-07 Thread sebb
file:///D:/eclipseworkspaces/Jmeter-dev/workspace/jmeter_B2-1/printable_docs/usermanual/component_reference.html#CSV_Data_Set_Config On 07/04/06, Raffaele Viola <[EMAIL PROTECTED]> wrote: > Hi all, > > I have to make a test that send some command to a server. > The command are like that : create,c

Running jmeter through Ant with HTTPS requests

2006-04-07 Thread Per Ekman
Has anyone succeeded in running HTTPS requests through jmeter with Ant? I'm running a script that has the following target: where I'm pointing to a keystore generated through: keytool -genkey -alias tomcat -keyalg RSA -keystore jmeter

Generate shot number

2006-04-07 Thread Raffaele Viola
Hi all, I have to make a test that send some command to a server. The command are like that : create,cli_num="${phone_munber}" the variable phone_number must be like 098700 098701 098702 ... 098709 098710 etc. Could someone give me a suggestion! Thanks -Raffo

Re: Can SSL Manager option pass in as an argument when running Apache JMeter in NON_GUI mode using command prompt?

2006-04-07 Thread sebb
As far as I can see, the SSL Manager only chooses a file, and uses the file name to set the JMeter property javax.net.ssl.keyStore so you should get the same effect by setting that correctly in jmeter.properties. S. On 07/04/06, Sonam Chauhan <[EMAIL PROTECTED]> wrote: > I'm out of ideas then. :

Re: Can JMeter ignore SSL certificate expiry?

2006-04-07 Thread sebb
On 07/04/06, Sonam Chauhan <[EMAIL PROTECTED]> wrote: > Hello - > > Can JMeter 2.2.1's SSL engine be set to ignore expired SSL certs? JMeter only uses the facilities provided by JSSE. Perhaps there is a property one can set? Might be worth checking the Sun Java web-site. If you do find anything

Re: Aggregate Report Descriptions

2006-04-07 Thread Lander Freitas
All, I have not gotten any replies on my question and English is not my first language. I am working on a documentaion in Portuguese and needed the descriptions of those collumns. If anyone can HELP THANKS! LF - Original Message - From: "Lander Freitas" <[EMAIL PROTECTED]> To:

Re: log file formats - upgrade problem

2006-04-07 Thread sebb
On 07/04/06, Sonam Chauhan <[EMAIL PROTECTED]> wrote: > > > On another topic - can JMeter be set to stream results / log > entries to > > > another application as testing occurs (as opposed to processing the > log > > > file when tests complete). > > > The latest code has a BeanShell Listener if y

corerelation

2006-04-07 Thread anandaraj
can anyone provide light on how correlatin is carried out using jmeter? also pls explain on how automatic and manual correlation is carried out -- View this message in context: http://www.nabble.com/corerelation-t1411522.html#a3801843 Sent from the JMeter - User forum at Nabble.com. --

Re: different user parameret

2006-04-07 Thread sebb
The testplan is copied to all servers, but you can: * use CSV Data set and put different content in the file on each system. * use properties from jmeter.properties or the command-line * use the hostname function as part of the variable value * use the hostname function as part of the CSV Data Set

Help me in passing parametrs to a web testplan

2006-04-07 Thread Shilpa
Hi all, Iam new to jmeter,i am testing a web application which has maintaining a session.i have creates a testplan with httprequest.iam not getting how to pass login details to continue with testing.I tried using user.xml also. no use. Even, i got a doubt while initializing the parametr name whi

RE: log file formats - upgrade problem

2006-04-07 Thread Sonam Chauhan
> > On another topic - can JMeter be set to stream results / log entries to > > another application as testing occurs (as opposed to processing the log > > file when tests complete). > The latest code has a BeanShell Listener if you want to play with that > ... it could be used to generate a sep

RE: Can SSL Manager option pass in as an argument when running Apache JMeter in NON_GUI mode using command prompt?

2006-04-07 Thread Sonam Chauhan
I'm out of ideas then. :( Sincerely, Sonam Chauhan -- Corporate Express Australia Ltd. Phone: +61-2-9335-0725, Email: [EMAIL PROTECTED] -Original Message- From: Chua Jyh Huey [mailto:[EMAIL PROTECTED] Sent: Saturday, 8 April 2006 10:38 AM To: 'JMeter Users List' Subject: RE: Can SSL Ma

RE: Can SSL Manager option pass in as an argument when running Apache JMeter in NON_GUI mode using command prompt?

2006-04-07 Thread Chua Jyh Huey
Sorry it is just a typo mistake. It should be javax.net.ssl.keyStorePassword=password -Original Message- From: Sonam Chauhan [mailto:[EMAIL PROTECTED] Sent: Friday, April 07, 2006 1:53 AM To: JMeter Users List Subject: RE: Can SSL Manager option pass in as an argument when running Apach

parameterization with distributed jmeter setup

2006-04-07 Thread kokila k
Hi all, I have created a distributed jmeter setup to simulate more number of users. I would also like to have data parametarized for few scenarios in distributed setup. I used counters to send data dynamically to the server. This works fine whe= =3D n i am running the test locally instead of usin

RE: Can SSL Manager option pass in as an argument when running Apache JMeter in NON_GUI mode using command prompt?

2006-04-07 Thread Sonam Chauhan
> === My jmeter.properties settings === > ... > javax.net,ssl.keyStorePassword=password Sorry if this is just a typo, but is having a comma instead of a dot the issue? Sincerely, Sonam Chauhan -- Corporate Express Australia Ltd. Phone: +61-2-9335-0725, Email: [EM

RE: Can SSL Manager option pass in as an argument when running Apache JMeter in NON_GUI mode using command prompt?

2006-04-07 Thread Chua Jyh Huey
Hi, No, it does not work. The same jmeter.properties file is used for both GUI and NON_GUI modes. However, in GUI mode, I always need to do Options->SSL Manager from the menu bar and select the client certificate before click run. Then the responseMessage is OK. If I did not select the client

executing a Java script function in Jmeter

2006-04-07 Thread Choudhury
Hi all, I am attaching a piece of java script which i would like Jmeter to work with. function encrypt45(input) { var size = input.value.length; if (input.value == null || size == 0) { return tru

RE: Can SSL Manager option pass in as an argument when running Apache JMeter in NON_GUI mode using command prompt?

2006-04-07 Thread Sonam Chauhan
> Can SSL Manager option pass in as an argument when running Apache JMeter > in NON_GUI mode using command prompt? Are these settings in jmeter.properties (Ver. 2.2.1) any use? = #The location of the truststore (trusted certificates) and keystore (

Can SSL Manager option pass in as an argument when running Apache JMeter in NON_GUI mode using command prompt?

2006-04-07 Thread Chua Jyh Huey
Can SSL Manager option pass in as an argument when running Apache JMeter in NON_GUI mode using command prompt? I can run my test using Apache JMeter in GUI mode perfectly when I choose Options->SSL Manager from the menu bar and select the client certificate. However, I need to do run Apache JMete

Can JMeter ignore SSL certificate expiry?

2006-04-07 Thread Sonam Chauhan
Hello - Can JMeter 2.2.1's SSL engine be set to ignore expired SSL certs? When JMeter 2.2.1 makes SSL requests to a webserver with an expired SSL certificates, all SSL connection attempts fail with a Java CertificateExpiredException (see below). Having an unexpired SSL certificate on the server

different user parameret

2006-04-07 Thread Raffaele Viola
Hi all Can I, in the distribuite test, use for each Slave System differend User Parameters? Regards -Raffo