Re: How to pass a parameter to internal request (embedded)

2011-09-14 Thread Oliver Lloyd
The referer is not the request, it is from where the request was referred. - http://www.http503.com/ -- View this message in context: http://jmeter.512774.n5.nabble.com/How-to-pass-a-parameter-to-internal-request-embedded-tp4800759p4801913.html Sent from the JMeter - User mailing list

Re: Constant throughput timer not giving expected results

2011-09-14 Thread sebb
On 14 September 2011 04:51, E S electric.or.sh...@gmail.com wrote: To answer your question, on the 6000 req/sec tests where this is no throughput timer, it's about what you would expect, around 30 ms for the average request. So that means each thread can do about 33 request per second and if

Re: About Constant Timer / Constant Throughtput Timer

2011-09-14 Thread Shmuel Krakower
I wasn't familiar with the Throughput Shaping Timer, it seems like what we need. The only drawback of this solution is that we have some extra threads waiting to be executed. I will give it a try soon and probably will use it often. On Tue, Sep 13, 2011 at 9:44 PM, Deepak Shetty

While Controller | Reverse Logic?

2011-09-14 Thread Oliver Lloyd
Is it possible to reverse the logic in the while controller? So, I have this: ThreadGroup ---Sampler | This returns foo --Regexp | My regexp is bar (thus = false) ---While | ${__javaScript(${FOO_VAR})} --Sampler | This returns foobar -Regexp | My

Re: While Controller | Reverse Logic?

2011-09-14 Thread sebb
On 14 September 2011 11:42, Oliver Lloyd oliver_ll...@hotmail.com wrote: Is it possible to reverse the logic in the while controller? So, I have this: ThreadGroup ---Sampler         | This returns foo --Regexp       | My regexp is bar (thus = false) ---While             |

Re: While Controller | Reverse Logic?

2011-09-14 Thread Oliver Lloyd
Yes, regex defaults to false. But actually, what you suggest is perfect, thanks. For some reason I had the impression that a comparison was not possible as the condition but it is completely logical that you should be able to do this, it's even right there in the help. So, for the thread

Startup Cost on first operation

2011-09-14 Thread Nicholson, Brad (Toronto, ON, CA)
Hi, I am using jmeter 2.5 and I am triggering my test via Ant and using the Jenkins Performance Plugin to display the data. With each test I run, the first result has heavily inflated times (hundreds of milliseconds instead of a few). I'd like to avoid having such high numbers in the initial

Issue with Response assertion for HTTP Request Sampler

2011-09-14 Thread Karthik110885
Hi All, I am a newbie so please tolerate with my ignorance :) I have installed JMeter 2.5 version and have configured HTTP Request sampler to send a request. I receive the response successfully without any issues. Now, i have to verify that the response contains a particular block of xml

Re: Issue with Response assertion for HTTP Request Sampler

2011-09-14 Thread sebb
On 14 September 2011 16:16, Karthik110885 karthik110...@gmail.com wrote: Hi All, I am a newbie so please tolerate with my ignorance :) I have installed JMeter 2.5 version and have configured HTTP Request sampler to send a request. I receive the response successfully without any issues. Now,

Re: Startup Cost on first operation

2011-09-14 Thread sebb
On 14 September 2011 16:14, Nicholson, Brad (Toronto, ON, CA) bnichol...@hp.com wrote: Hi, I am using jmeter 2.5 and I am triggering my test via Ant and using the Jenkins Performance Plugin to display the data. With each test I run, the first result has heavily inflated times (hundreds of

Re: Constant throughput timer not giving expected results

2011-09-14 Thread E S
I'm seeing a jar file in the lib directory called commons-httpclient-3.1, so I assume I'm using HttpClient 3.1. What do you mean when you say it might be related to timing? On Wed, Sep 14, 2011 at 3:45 AM, sebb seb...@gmail.com wrote: On 14 September 2011 04:51, E S electric.or.sh...@gmail.com

RE: Startup Cost on first operation

2011-09-14 Thread Nicholson, Brad (Toronto, ON, CA)
-Original Message- From: sebb [mailto:seb...@gmail.com] Sent: Wednesday, September 14, 2011 11:27 AM To: JMeter Users List Subject: Re: Startup Cost on first operation On 14 September 2011 16:14, Nicholson, Brad (Toronto, ON, CA) bnichol...@hp.com wrote: Hi, I am using

Re: Startup Cost on first operation

2011-09-14 Thread sebb
On 14 September 2011 17:57, Nicholson, Brad (Toronto, ON, CA) bnichol...@hp.com wrote: -Original Message- From: sebb [mailto:seb...@gmail.com] Sent: Wednesday, September 14, 2011 11:27 AM To: JMeter Users List Subject: Re: Startup Cost on first operation On 14 September 2011 16:14,

Re: Constant throughput timer not giving expected results

2011-09-14 Thread sebb
On 14 September 2011 17:51, E S electric.or.sh...@gmail.com wrote: I'm seeing a jar file in the lib directory called commons-httpclient-3.1, so I assume I'm using HttpClient 3.1. Not necessarily. There were two Http Sampler implementations in JMeter 2.4. These are merged in JMeter 2.5, which

Re: Constant throughput timer not giving expected results

2011-09-14 Thread E S
So how do I tell which HttpClient I am using? Is there a config option for that somewhere? I looked in jmeter.conf and saw some comments related to http client 3.x but nothing that looked very definitive. In terms of running out of ephemeral ports, I guess my options are to try to increase the

Make JMeter report error messages in console

2011-09-14 Thread E S
I was recently running JMeter is headless mode and got a bunch of errors because I was running out of ephemeral ports. However, while JMeter was running, it gave me no indication of this. I had to view the results in either the Summary Report or View Results Tree listener before I realized what

Re: Constant throughput timer not giving expected results

2011-09-14 Thread Deepak Shetty
if you are using JMeter 2.5 on the HTTP Sampler , there is a drop down named implementation On Wed, Sep 14, 2011 at 11:06 AM, E S electric.or.sh...@gmail.com wrote: So how do I tell which HttpClient I am using? Is there a config option for that somewhere? I looked in jmeter.conf and saw some

RE: Startup Cost on first operation

2011-09-14 Thread Nicholson, Brad (Toronto, ON, CA)
-Original Message- From: sebb [mailto:seb...@gmail.com] Sent: Wednesday, September 14, 2011 1:29 PM To: JMeter Users List Subject: Re: Startup Cost on first operation On 14 September 2011 17:57, Nicholson, Brad (Toronto, ON, CA) bnichol...@hp.com wrote: -Original

Re: Constant throughput timer not giving expected results

2011-09-14 Thread E S
I am using JMeter 2.4 r961953. On Wed, Sep 14, 2011 at 1:18 PM, Deepak Shetty shet...@gmail.com wrote: if you are using JMeter 2.5 on the HTTP Sampler , there is a drop down named implementation On Wed, Sep 14, 2011 at 11:06 AM, E S electric.or.sh...@gmail.com wrote: So how do I tell which

Re: Constant throughput timer not giving expected results

2011-09-14 Thread Deepak Shetty
then you are on httpclient 3.1 On Wed, Sep 14, 2011 at 11:34 AM, E S electric.or.sh...@gmail.com wrote: I am using JMeter 2.4 r961953. On Wed, Sep 14, 2011 at 1:18 PM, Deepak Shetty shet...@gmail.com wrote: if you are using JMeter 2.5 on the HTTP Sampler , there is a drop down named

Re: How to pass a parameter to internal request (embedded)

2011-09-14 Thread vish
Thanks Oliver, actually i am still learning Jmeter. The reason why I posted this problem was, I am getting the same report chart displayed in response of the last internal link for all the users. I am passing different parameters successfully to this report link. Thanks, Vish - Thanks, Vish

Re: Make JMeter report error messages in console

2011-09-14 Thread sebb
On 14 September 2011 19:12, E S electric.or.sh...@gmail.com wrote: I was recently running JMeter is headless mode and got a bunch of errors because I was running out of ephemeral ports. However, while JMeter was running, it gave me no indication of this. I had to view the results in either the

Re: Startup Cost on first operation

2011-09-14 Thread sebb
On 14 September 2011 19:20, Nicholson, Brad (Toronto, ON, CA) bnichol...@hp.com wrote: -Original Message- From: sebb [mailto:seb...@gmail.com] Sent: Wednesday, September 14, 2011 1:29 PM To: JMeter Users List Subject: Re: Startup Cost on first operation On 14 September 2011 17:57,

Re: Constant throughput timer not giving expected results

2011-09-14 Thread sebb
On 14 September 2011 19:36, Deepak Shetty shet...@gmail.com wrote: then you are on httpclient 3.1 Perhaps we are talking about different things. JMeter 2.4 supports 2 different HTTP Samplers: - HTTP Request (this is Java) - HTTP Request HTTPClient (this is HttpClient 3.1) which of these is

RE: Startup Cost on first operation

2011-09-14 Thread Nicholson, Brad (Toronto, ON, CA)
-Original Message- From: sebb [mailto:seb...@gmail.com] Sent: Wednesday, September 14, 2011 3:12 PM To: JMeter Users List Subject: Re: Startup Cost on first operation On 14 September 2011 19:20, Nicholson, Brad (Toronto, ON, CA) bnichol...@hp.com wrote: -Original

Re: Startup Cost on first operation

2011-09-14 Thread sebb
On 14 September 2011 20:25, Nicholson, Brad (Toronto, ON, CA) bnichol...@hp.com wrote: -Original Message- From: sebb [mailto:seb...@gmail.com] Sent: Wednesday, September 14, 2011 3:12 PM To: JMeter Users List Subject: Re: Startup Cost on first operation On 14 September 2011 19:20,

Re: How to pass a parameter to internal request (embedded)

2011-09-14 Thread Oliver Lloyd
I'm not sure that you are passing things as correctly as you think. Just ignore the referer and focus on the actual request (top of the Request tab). These 'internal' request are not (normally) called by JMeter and you cannot directly pass anything to them - they are variously called page

Re: Make JMeter report error messages in console

2011-09-14 Thread Oliver Lloyd
You could also tail jmeter.log. - http://www.http503.com/ -- View this message in context: http://jmeter.512774.n5.nabble.com/Make-JMeter-report-error-messages-in-console-tp4803852p4804129.html Sent from the JMeter - User mailing list archive at Nabble.com.

Re: Make JMeter report error messages in console

2011-09-14 Thread apc
Just set log_file= in jmeter.properties and it will print all log messages to console. Or use Console Status Logger plugin from jp@gc - -- Andrey Pohilko JP@GC Maintainer -- View this message in context:

Re: Constant throughput timer not giving expected results

2011-09-14 Thread E S
Ah, you're right. I'm using HTTP Request. I had not even noticed the HTTPClient sampler. Sorry for the confusion. On Wed, Sep 14, 2011 at 2:19 PM, sebb seb...@gmail.com wrote: On 14 September 2011 19:36, Deepak Shetty shet...@gmail.com wrote: then you are on httpclient 3.1 Perhaps we are

Re: Make JMeter report error messages in console

2011-09-14 Thread sebb
On 14 September 2011 20:34, Oliver Lloyd oliver_ll...@hotmail.com wrote: You could also tail jmeter.log. But are the errors being logged? Sampler errors are generally only visible in the sample result file or visualisers. - http://www.http503.com/ -- View this message in context: