WebService Recorder

2009-06-17 Thread Joseph Ribin Roy
Hi All Is there any recorder for Web Services available? Where I can capture SOAP request just by giving WSDL URL? Right now I need to have a SOAP request available with me to trigger WebService sampler. Any help will be grateful. -Thanks --Joseph Joseph Ribin Roy Solutions

RE: WebService Recorder

2009-06-17 Thread Joseph Ribin Roy
: M.Vijaya Bhaskar [mailto:vijayabhaska...@sigmainfo.net] Sent: Wednesday, June 17, 2009 4:10 PM To: JMeter Users List Subject: Re: WebService Recorder Hi Ribin To Test webservies on open source Tool is there that is SoapUI Thanks vijay On Wed, Jun 17, 2009 at 3:53 PM, Joseph Ribin Roy ribin

RE: record request times

2008-03-13 Thread Joseph Ribin Roy
---BeginMessage--- Hi Vasco This is possible with jmeter proxy recorder, add a timer in you http proxy recorder as a chield and give thread delay in ms as ${T} and then record this will capture real think time. see also

RE: record request times

2008-03-13 Thread Joseph Ribin Roy
Hi Vasco This is possible with jmeter proxy recorder, add a timer in you http proxy recorder as a chield and give thread delay in ms as ${T} and then record this will capture real think time. see also http://jakarta.apache.org/jmeter/usermanual/

Re: 90% and Median

2008-03-07 Thread Joseph Ribin Roy
=177.5 The 90%line/percentile is the 9th element: 210 Hope this helps. Quasar Joseph Ribin Roy wrote: Hi all Sorry if any one had answered this question earlier. Can any one explain how 90 % and median is calculated in Jmeter Say I have 10 samples with response time in ms 150 200

90% and Median

2008-03-06 Thread Joseph Ribin Roy
Hi all Sorry if any one had answered this question earlier. Can any one explain how 90 % and median is calculated in Jmeter Say I have 10 samples with response time in ms 150 200 250 160 180 79 125 210 175 200 How Aggregate Report listener calculate the 90% and median out of this Thanks for

Jmeter Source running in Eclipse

2008-03-04 Thread Joseph Ribin Roy
Hi All I am trying to run jmeter from the source using eclipse. I am facing this problem I was able to run and task ALL and it buld me the the source . But while running I am getting following error -- I had placed jmeter.properties file under my project/bin director FATAL_E 2008-03-04

Re: Jmeter Source running in Eclipse

2008-03-04 Thread Joseph Ribin Roy
directory ... On 04/03/2008, Joseph Ribin Roy [EMAIL PROTECTED] wrote: Hi All I am trying to run jmeter from the source using eclipse. I am facing this problem I was able to run and task ALL and it buld me the the source . But while running I am getting following error -- I had

RE: Jmeter Source running in Eclipse

2008-03-04 Thread Joseph Ribin Roy
- From: sebb [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 04, 2008 8:27 PM To: JMeter Users List Subject: Re: Jmeter Source running in Eclipse On 04/03/2008, Joseph Ribin Roy [EMAIL PROTECTED] wrote: Thankyou sebb for you quick reply I was missing starting it from ${workspace_loc

RE: Re: Jmeter Source running in Eclipse

2008-03-04 Thread Joseph Ribin Roy
. I assume you have created the jar files? On 04/03/2008, Joseph Ribin Roy [EMAIL PROTECTED] wrote: Hi sebb I had a search on google for this error. I saw lot of people had faced same issue And as you suggested for them I had tried this option also Setting language=en in jmeter.property

RE: Re: Jmeter Source running in Eclipse

2008-03-04 Thread Joseph Ribin Roy
Hi All It worked for me!!! :-) I missed to include build jars i.e. inside lib/ext in the classpath. It works now Thank you for your thoughts Joseph -Original Message- From: Joseph Ribin Roy Sent: Wednesday, March 05, 2008 12:01 PM To: 'JMeter Users List' Subject: RE: Re: Jmeter Source

RE: issue with 100000 threads

2008-02-28 Thread Joseph Ribin Roy
Sorry for asking. Can u make it a little more clear -Original Message- From: Binod Gupta [mailto:[EMAIL PROTECTED] Sent: Thursday, February 28, 2008 11:13 PM To: JMeter Users List Subject: RE: issue with 10 threads Typically 1 virtual user is equivalent to 150 real users.

RE: JVM args

2008-02-21 Thread Joseph Ribin Roy
Ok..it worked for you? -Original Message- From: sidhik [mailto:[EMAIL PROTECTED] Sent: Friday, February 22, 2008 11:34 AM To: jmeter-user@jakarta.apache.org Subject: RE: JVM args As u had suggested , i had tried out in this many ways.. 1.) %JM_START% %JM_LAUNCH% %JVM_ARGS% %ARGS% -jar

RE: Send a file with the HTTP Request

2008-02-18 Thread Joseph Ribin Roy
Is it okay if you save the image file locally and send it with the request -Original Message- From: Massimo Forno [mailto:[EMAIL PROTECTED] Sent: Monday, February 18, 2008 8:18 PM To: jmeter-user@jakarta.apache.org Subject: Send a file with the HTTP Request Hi, I'm trying to send a

RE: Concurrent Samplers in JMeter

2008-02-18 Thread Joseph Ribin Roy
Can I ask you why you have to send the request concurrently? A particular transaction should be requested sequentially right. And there are ways to do it if you are so particular. Increasing number of users any way will be a possibility of sending same request concurrently And you can also try

Re: Throughput and response time

2008-02-12 Thread Joseph Ribin Roy
Throughput is total req/sec at the server end. Response time in terms of jmeter is the time to get the first byte from the server Relation N = (R+z)*X N-- number of concurrent users R-- response time z-- think time X-- throughput So if think time is 0 R=N/X joseph -Original

RE: Throughput and response time

2008-02-12 Thread Joseph Ribin Roy
- From: Joseph Ribin Roy [EMAIL PROTECTED] To: JMeter Users List jmeter-user@jakarta.apache.org Sent: Tuesday, February 12, 2008 1:43 PM Subject: Re: Throughput and response time Throughput is total req/sec at the server end. Response time in terms of jmeter is the time to get the first byte from

Thick Client [Cookie problem]

2008-02-06 Thread Joseph Ribin Roy
Hi All, In My application will download and exe file from the server and install it in the local machines. This will then communicate with the server and downloads more data. All this communication is happening through a Thick Client; under the covers it makes use of HTTPS. I had to

RE: Recording in Jmeter

2008-01-31 Thread Joseph Ribin Roy
Are you using a proxy to connect to the application? If yes you have to start Jmeter with that proxy ip and port before recording. -Original Message- From: J, Rajeev [mailto:[EMAIL PROTECTED] Sent: Friday, February 01, 2008 11:41 AM To: JMeter Users List Subject: RE: Recording in Jmeter

RE: Dynamic variable

2008-01-25 Thread Joseph Ribin Roy
Answering to your first question. You can use regular expression extractor to extract 'VScape' value from previous response data and pass it with the next request. Then you many not get the second observation you have mentioned. -Original Message- From: J, Rajeev [mailto:[EMAIL

RE: Jmeter login help

2008-01-24 Thread Joseph Ribin Roy
When you Record using Jmeter it will capture all kind of request (redirect and redirected pages) there you can populate user name and password. -Original Message- From: Psarras, Ioannis [mailto:[EMAIL PROTECTED] Sent: Thursday, January 24, 2008 3:33 PM To: JMeter Users List Subject: RE:

RE: Jmeter login help

2008-01-24 Thread Joseph Ribin Roy
Yannis Psarras HFS Technology Goldman Sachs International * +44 (20) 7051-0784 | * +44 075-1753-0910 * [EMAIL PROTECTED] -Original Message- From: Joseph Ribin Roy [mailto:[EMAIL PROTECTED] Sent: Thursday, January 24, 2008 10:13 AM To: JMeter Users List Subject: RE: Jmeter login help When you

RE: Jmeter login help

2008-01-24 Thread Joseph Ribin Roy
-Original Message- From: Joseph Ribin Roy [mailto:[EMAIL PROTECTED] Sent: Thursday, January 24, 2008 10:22 AM To: JMeter Users List Subject: RE: Jmeter login help To capture https request you can do it in 2 ways HTTPS spoofing to record https based request http://jakarta.apache.org/jmeter

RE: Correlation related functions

2008-01-22 Thread Joseph Ribin Roy
Correlation can be done using regular expression extractor in jmeter. -Original Message- From: J, Rajeev [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 22, 2008 6:26 PM To: JMeter Users List Subject: Correlation related functions Hi, I am new to this tool. I was trying to figure

RE: JMeter goes Out of Memory

2008-01-09 Thread Joseph Ribin Roy
Try Jmeter in NON-GUI mode. -Original Message- From: Ragini Thakur [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 09, 2008 1:54 PM To: jmeter-user@jakarta.apache.org Subject: JMeter goes Out of Memory Hi, We are using JMeter for Performance testing of one of the critical

RE: Ant is not present in jmeter

2008-01-09 Thread Joseph Ribin Roy
Ant will not come with Jmeter bundle. You may have to install ANT separately. ant-jmeter.jar is the integration of ANT and Jmeter command line options. -Original Message- From: raj r [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 09, 2008 1:23 PM To: JMeter Users List Subject: Ant

RE: To pick values in the HTTP request Path field.

2008-01-09 Thread Joseph Ribin Roy
be read from the path field. On Jan 8, 2008 4:39 PM, Joseph Ribin Roy [EMAIL PROTECTED] wrote: Use CSV data set configure. You can load parameter from CSV file -Original Message- From: raj r [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 08, 2008 3:26 PM To: jmeter-user

RE: Report generation

2008-01-08 Thread Joseph Ribin Roy
Jmeter has an ant integration. You can make use of ant task to generate report -Original Message- From: pravin shiraskar [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 08, 2008 3:20 PM To: jmeter-user@jakarta.apache.org Subject: Report generation Hi i tested one web application

RE: To pick values in the HTTP request Path field.

2008-01-08 Thread Joseph Ribin Roy
Use CSV data set configure. You can load parameter from CSV file -Original Message- From: raj r [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 08, 2008 3:26 PM To: jmeter-user@jakarta.apache.org Subject: To pick values in the HTTP request Path field. Hi, I want to test a

RE: Multiple Files Upload in single HTTP Request

2008-01-08 Thread Joseph Ribin Roy
Check this out http://www.nabble.com/How-to-send-Multiple-File-with-HTTP-Sampler-td1387 7554.html -Original Message- From: sidhik [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 09, 2008 12:13 PM To: jmeter-user@jakarta.apache.org Subject: Re: Multiple Files Upload in single HTTP

Re: how to use monitor results

2007-12-17 Thread Joseph Ribin Roy
on it? On Dec 14, 2007 5:50 AM, Joseph Ribin Roy [EMAIL PROTECTED] wrote: Hi sijay, This tools may help you Windows: perfmon, logman, typeperf Linux/Unix: sar, ksar, vmstat, iostat etc. Joseph -Original Message- From: sijay reddy [mailto:[EMAIL PROTECTED] Sent

RE: Session maintenance in JMeter

2007-12-04 Thread Joseph Ribin Roy
One way is to try with http cookie manager You can also extract Session ID from the previous response using regular expression extractor post process and pass the id with subsequent request. So session will be maintained. -Original Message- From: FenixStrife [mailto:[EMAIL PROTECTED]

RE: Proportioning of Request

2007-11-22 Thread Joseph Ribin Roy
/11/2007, Joseph Ribin Roy [EMAIL PROTECTED] wrote: Hi all, I have 3 http request. Is it possible to send it in 50:30:20 ratio. Does any controller can do it. Putting it in different Thread group will help in doing it [spliting the user proportion]. But I ll have to rewrite other

RE: Proportioning of Request

2007-11-22 Thread Joseph Ribin Roy
of Request On 22/11/2007, Joseph Ribin Roy [EMAIL PROTECTED] wrote: hi sebb I have written a bean shell script which would return me 0,1,2 from the random generation. but the switch is not working fine. Its not sending request in expected order. I had read the issue in users mailing list

RE: How to repeat the particular request

2007-11-21 Thread Joseph Ribin Roy
---BeginMessage--- You can use only once controller for your login activity. so every threads will do login only once and wen you loop it (Loop Count = #) the same thread wont do the login next time. From: sijay reddy [mailto:[EMAIL PROTECTED] Sent: Wed

How to send Multiple File with HTTP Sampler

2007-11-21 Thread Joseph Ribin Roy
Hi all How can we send Multiple File as an attachment with a HTTP Sampler. Thanks Joseph The information contained in, or attached to, this e-mail, contains confidential information and is intended solely for the use of the individual or entity to whom they are addressed and is subject to

RE: How to send Multiple File with HTTP Sampler

2007-11-21 Thread Joseph Ribin Roy
---BeginMessage--- K thankyou sebb:-) From: sebb [mailto:[EMAIL PROTECTED] Sent: Wed 11/21/2007 7:25 PM To: JMeter Users List Subject: Re: How to send Multiple File with HTTP Sampler Not yet possible. On 21/11/2007, Joseph Ribin Roy [EMAIL PROTECTED] wrote

Proportioning of Request

2007-11-21 Thread Joseph Ribin Roy
Hi all, I have 3 http request. Is it possible to send it in 50:30:20 ratio. Does any controller can do it. Putting it in different Thread group will help in doing it [spliting the user proportion]. But I ll have to rewrite other requests in all thread groups. Can any one through some

RE: Proportioning of Request

2007-11-21 Thread Joseph Ribin Roy
in the appropriate proportions. e.g. generate a random number between 1 and 10 (inclusive) and then divide into suitable portions: 1-5 - 0 6-8 - 1 9-10 - 2 You could use javascript, jexl or beanshell for this. On 21/11/2007, Joseph Ribin Roy [EMAIL PROTECTED] wrote: Hi all, I have 3 http

Help Unable to tunnel through proxy

2007-10-31 Thread Joseph Ribin Roy
) at java.lang.Thread.run(Unknown Source) I think you'll need to find out what the redirected URL is and use that instead of the original. Or you could try using HttpClient instead of the default HTTP sampler; that may play nicer with stunnel. On 30/10/2007, Joseph Ribin Roy [EMAIL PROTECTED] wrote

Unable to tunnel through proxy

2007-10-30 Thread Joseph Ribin Roy
hi all we have a mail application. Which uses https based protocol. We have a open= source tool stunnel which will redirect request comming to port 443 to= port 80. So when i capture the script using bad boy and run it in jmeter i= m getting this exception. Any inputs to avoid this exception