Re: constant rate testing (again)

2010-07-26 Thread Felix Frank
Unlikely. I think the notion of "Jmeter slowing down to accomodate the load" is quite accurate. > Is the load reaching the servers from the other machines? Looks like only > the first machine load is able to reach the servers. -

Re: constant rate testing (again)

2010-07-26 Thread Felix Frank
Hi, that sounds familiar, and is more or less the point of my original inquiry. I managed to work around the problem using Connect and Response Timeouts for my HTTP Samplers. This is adequate for e.g. stressing an stunnel reverse proxy. However, I'm now facing a situation where I want the crushin

Re: constant rate testing (again)

2010-07-26 Thread Deepak Goel
Hey Namaskara~Nalama~Guten Tag Is the load reaching the servers from the other machines? Looks like only the first machine load is able to reach the servers. Deepak -- Keigu Deepak +91-9765089593 deic...@gmail.com Skype: thumsupdeicool Google talk: deicool Blog: http://loveandfearless.wordp

Re: constant rate testing (again)

2010-07-26 Thread William Oberman
Well, this is weird/irritating. No matter what I do I can't create more than certain amount of load with JMeter. For example, if I run one server at full throttle, I might get 75 req/sec. If I run two servers with the same size thread pool, I then get ~37 req/sec. If I run three servers with th

Re: FW: Beta testers for JMeter Plugins

2010-07-26 Thread William Oberman
What is the Ultimate Thread Group? 2010/7/23 Andrey Pohilko : > Ok, for everyone who want to become a beta tester of JMeterPlugins 0.2.1 > latest snapshot is here: > http://code.google.com/p/jmeter-plugins/downloads/detail?name=JMeterPlugins2 > 0100723115838.zip&can=4#makechanges > > > С уважением

constant rate testing (again)

2010-07-26 Thread William Oberman
I found an old email thread about doing constant rate testing in the archives. I wanted to kick the idea up again, but first I'll review the basic situation, and past advice: -I want to simulate a constant inbound rate, so that if the server falls behind the inbound load keeps coming and crushes t

Re: If Controller after Regular Expression

2010-07-26 Thread Felix Frank
I remember having problems with that syntax as well, in the same context no less. I resorted to ${var}.indexOf("other"), which is crude, but would suffice for this use case, too. Cheers, Felix On 07/26/2010 03:22 PM, Noel O'Brien wrote: > This should also work, as I use it in my test plans: > >

Re: If Controller after Regular Expression

2010-07-26 Thread Noel O'Brien
This should also work, as I use it in my test plans: "${aktenzeichen}" != "NoAzFound" Regards, Noel - "Karsten Gaul" wrote: > Hi Jörg, > > you may want to try the following: > > !("${aktenzeichen}".equals("NoAzFound")) > > This works fine in my test plan. You need to put the vari

Re: If Controller after Regular Expression

2010-07-26 Thread Karsten Gaul
Hi Jörg, you may want to try the following: !("${aktenzeichen}".equals("NoAzFound")) This works fine in my test plan. You need to put the variable in double quotes. rgds Karsten Am 26.07.2010 14:08, schrieb Jörg Godau: Hello All, we have a Regular Expression Extractor hat is supposed to f

If Controller after Regular Expression

2010-07-26 Thread Jörg Godau
Hello All, we have a Regular Expression Extractor hat is supposed to find an ID out of the loaded page. This works (unless there is no ID on the page) which is the correct behaviour. We then want to open the record pointed to by the ID we found iff we actually found a record. So in the regula

Re: GUI client might not reach server through SSH tunnel

2010-07-26 Thread Flik Shen
Hi, I get deep into code level and find something. In class ClientJMeterEngine and method getEngine, logic is as below. final String name = "//" + h + "/" + RemoteJMeterEngineImpl.JMETER_ENGINE_RMI_NAME; Remote remobj = Naming.lookup(name); if (remobj instanceof RemoteJMeterEn

wiki update

2010-07-26 Thread nicolas de loof
Hi, reading the jMeter FAQ http://wiki.apache.org/jakarta-jmeter/JMeterFAQ, it seems some few updates are required with the 2.4 release : " Can JMeter record HTTPS requests using the recording proxy? *Answer:*No. JMeter would never be able to decipher the encrypted requests the browser sends. SS

How to use a Java Request sampler?

2010-07-26 Thread prasanna bhat
Hi, The Java Request is not as straight forward as any other sampler. I have a few question related to this: 1) when do we have to use it ? 2) how to use a Java Request sampler? 3) what are the adavantages of using it? It will be great if some one can answer these questions with some kind of il

Re: GUI client might not reach server through SSH tunnel

2010-07-26 Thread Felix Frank
> It fails when I run Jmeter client locally + SSH Tunnel + Jmeter server on > remote. Query the network administrator(s). > About hosts file, I did not try it yet. > Do you suggest me to append a new entry about "10.108.44.1 localhost"? No, I suggested on several occasions that you add the `hos

Re: GUI client might not reach server through SSH tunnel

2010-07-26 Thread Flik Shen
Hi I think the topology might look like below. I am not sure about whether there is a firewall on customer site. However I could not access the service hosted on remote directly and error is "connection refused" or "could not connect host". (it seems there is a firewall.) I could get correct re