Re: Having problem extending Controller

2009-04-20 Thread Prasad Iyer
For the newbies who want to make the Controller. Here it is. This is a sample EmptyController which checks whether the a "STR" variable exist in the JMeterContext - Java Code - package org.apache.jmeter.control; import java.io.Serializable; import org.apache.jmeter.control.GenericControl

Weird pause

2009-04-20 Thread Ashley Martens
Hello I created my first JMeter test and it seems to work fine, however, after about 250 connections the test just stops for about 1 minute then continues and begins to pause every so often for a minute or two. I can't tell if this is JMeter or my web application. When I tail my web appli

Response Time of Http Request

2009-04-20 Thread linuxos
I've just started using JMeter 2.3.2. I created a "Thread Group", added "HTTP Request Sampler" and "View Results Tree" for my testing. For calculation of "Response Time" of a request, is it correct to say it's the "Load time" minus "Latency"? I can't find the Start Time and End Time! Do they ex

Re: Using vars in IfController

2009-04-20 Thread sebb
On 20/04/2009, Prasad Iyer wrote: > Hi, > I am trying to use IfController. Sorry I am naive to this application. How > do I access a variable stored in vars. > > I want something like this > > ${__BeanShell(vars.get("STR").equals(""))} JMeter 2.3.2 only supports Javascript in the If condition

Using vars in IfController

2009-04-20 Thread Prasad Iyer
Hi, I am trying to use IfController. Sorry I am naive to this application. How do I access a variable stored in vars. I want something like this ${__BeanShell(vars.get("STR").equals(""))} Thanks for the help regards

Re: Having problem extending Controller

2009-04-20 Thread sebb
On 20/04/2009, Prasad Iyer wrote: > Hi Sebb, > Thanks for being so patient with me. > Since you are persuading me so much. Let us step back. > I guess this would be my last question. > Does creating a controller requires to build JMeter from the scratch? In > other words would I be touching t

Re: Having problem extending Controller

2009-04-20 Thread Prasad Iyer
Hi Sebb, Thanks for being so patient with me. Since you are persuading me so much. Let us step back. I guess this would be my last question. Does creating a controller requires to build JMeter from the scratch? In other words would I be touching the core JMeter just to create a controller? Once

Re: Having problem extending Controller

2009-04-20 Thread sebb
On 20/04/2009, Prasad Iyer wrote: > Following is the test case I want to write. > Its a workflow testing that I am doing. Depending upon the response of the > first web service. I want to select the other web services. There around 7 x > 20 path that can be selected depending upon the response.

Re: Having problem extending Controller

2009-04-20 Thread Prasad Iyer
Following is the test case I want to write. Its a workflow testing that I am doing. Depending upon the response of the first web service. I want to select the other web services. There around 7 x 20 path that can be selected depending upon the response. I did try IfController but there are just

Re: Having problem extending Controller

2009-04-20 Thread sebb
On 20/04/2009, Prasad Iyer wrote: > I have already done that. But I don't just need one IfController. > I still have one week, I would try to find out how the IfController works That's my point - you don't really need to know how the If Controller works; just change the code that decides whether

Re: Having problem extending Controller

2009-04-20 Thread Prasad Iyer
I have already done that. But I don't just need one IfController. I still have one week, I would try to find out how the IfController works Many thanks for the help regards From: sebb To: JMeter Users List Sent: Monday, April 20, 2009 4:01:26 AM Subject: Re:

Hi

2009-04-20 Thread Hembha, Ambanna
Hi, I need to test a application with few test stubs, does the Jmeter supports this ? - thanks Ambs Please help Logica to respect the environment by not printing this email / Pour contribuer comme Logica au respect de l'environnement, merci de ne pas imprimer ce mail / Bitte drucken Sie d

Re: aggregate report throughput saved to csv

2009-04-20 Thread sebb
On 20/04/2009, aidy lewis wrote: > Hi Sebb. > > 2009/4/20 sebb : > > > On 20/04/2009, aidy lewis wrote: > >> Hi, > >> > >> I saved my Aggregate Report table to csv, but it seems that the > >> throughput figures have appeared in a different format than that > >> appearing in the JMeter GU

Re: aggregate report throughput saved to csv

2009-04-20 Thread aidy lewis
Hi Sebb. 2009/4/20 sebb : > On 20/04/2009, aidy lewis wrote: >> Hi, >> >>  I saved my Aggregate Report table to csv, but it seems that the >>  throughput figures have appeared in a different format than that >>  appearing in the JMeter GUI. > > Yes, because the Listeners save raw data, not calcul

Re: aggregate report throughput saved to csv

2009-04-20 Thread sebb
On 20/04/2009, aidy lewis wrote: > Hi, > > I saved my Aggregate Report table to csv, but it seems that the > throughput figures have appeared in a different format than that > appearing in the JMeter GUI. Yes, because the Listeners save raw data, not calculated data. However, if you are using

Re: Query regarding Timeout

2009-04-20 Thread sebb
On 20/04/2009, Bruce wrote: > Hi Sebb: > Dose it impact the average time? It will affect the sampler response time, so of course it will affect the average. > Does it also increase 500ms? No idea what you mean by that question. > > -Original Message- > From: sebb [mailto:seb...@gmai

Re: Cookie Manager with Include Controller

2009-04-20 Thread sebb
On 20/04/2009, drubix wrote: > > Hi, > > I have a test plan that includes 4 elements: > * HTTP Cookie Manager > * Login request > * Request to secure page > * Logout request > > This works perfectly. Now, I want to encapsulate the login and logout > requests into separate jmx files so tha

Re: One thread per instance on distributed system

2009-04-20 Thread sebb
On 20/04/2009, drubix wrote: > > "Yes, each server runs the same test, so the same thread names are > generated." > > > Of course! I've changed the thread group name to include the username of the > account that is being used to log into the system as and everything is > working exactly how I

Re: Having problem extending Controller

2009-04-20 Thread sebb
On 20/04/2009, Prasad Iyer wrote: > Thanks for the reply > I tried IfController. But I have too many complicated conditions to check > before executing the sample. Such as? If you really want to write your own code, then the best way to go would probably be to take a copy of If Controller and

aggregate report throughput saved to csv

2009-04-20 Thread aidy lewis
Hi, I saved my Aggregate Report table to csv, but it seems that the throughput figures have appeared in a different format than that appearing in the JMeter GUI. What calculation do I need to make so I can get them back to their original format of Throughput per min? Aidy -- blog: www.agiletest

RE: Query regarding Timeout

2009-04-20 Thread Bruce
Hi Sebb: Dose it impact the average time? Does it also increase 500ms? -Original Message- From: sebb [mailto:seb...@gmail.com] Sent: Tuesday, March 24, 2009 9:11 PM To: JMeter Users List Subject: Re: Query regarding Timeout On 24/03/2009, rajesh366 wrote: > > Hi, > > I added Timeout v