Shankar,
I was changing the server accessed by my test plan and got the same
error. There were errors in the log but I worked out that we had not
configured the correct port to send the http requests to on the new server.
Hope this helps.
A
-Original Message-
From: Shankar s [mailt
Hi Paul,
from the mails last week my enlighten understanding of the scheduler
behaviour is that you use either "Start/End time" or "Start Delay and
Duration". Entering a Duration and Start Delay has precedence over the
Start/End time , effectively ignoring them.
I have not tried this but s
I'll fix the code so it behaves better.
S.
On Wed, 15 Dec 2004 17:33:12 -, Ashley Hayes <[EMAIL PROTECTED]>
wrote:
> No the startup delay didn't do the trick
> Ta,
> A
>
> -Original Message-
> From: sebb [mailto:[EMAIL PROTECTED]
> Sent: 15 Decem
is ignored if the
duration is specified, so it should not matter what you put
I obviously need to have a look a the code ...
Did setting the startup delay to 0 or 1 work?
S
On Wed, 15 Dec 2004 16:33:30 -0000, Ashley Hayes <[EMAIL PROTECTED]>
wrote:
> Thanks sebb/peter.
> Tried
.
S.
On Wed, 15 Dec 2004 07:34:38 -0500, Peter Lin <[EMAIL PROTECTED]> wrote:
> I think it is because the end time is the same. have you tried
> changing the end time to something different?
>
> peter
>
> On Wed, 15 Dec 2004 10:21:41 -, Ashley Hayes
> <[EMA
I've recently upgraded from Jmeter 2.0.1 to 2.0.2 and am experiencing
problems with the scheduler on the tread group element.
Each thread is only executing the elements under the tread group for one
iteration and then stop, it should execute many iterations over 1 hour ( as
in version 2.0.1) . The
Hi all,
I'm trying to include a variable in the filename of an aggregate
report ( the date & time I start the test).
However I can't even get the value of a simple variable to be included in
the reports filename. The variable is not substituted and it's name becomes
part of the filename ge
Hi,
I seem to be experiencing the follow behaviour of the CSVRead function. If a
Http sampler error occurs and the ThreadGroup is configured to "Action to
be taken after a Sampler error" as "continue" , then the "current row" of
the CSV file is not updated correctly, e.g. the values in the row th
Are the requests captured at all? If not maybe you started the proxy test
plan incorrectly (this got me when I was not following the jmeter manual).
To start recording with the proxy you click "Start" on the "HTTP Proxy
Server" controller, NOT "Start" on the run menu.
I can record both GET and P
I'm new to jmeter too, but I do know that timings for a sample are stored by
the name of the HTTP request sampler. I also recorded a test script, when
jmeter creates the HTTP request sample, the name is generated from the
"path" portion of the HTTP request. Therefore all samples with the same
path
r 2004 17:15
To: JMeter Users List
Subject: Re: Result Listener to differentiate requests to same servlet
On Fri, 1 Oct 2004 17:06:35 +0100, Ashley Hayes <[EMAIL PROTECTED]>
wrote:
> All of my HTTP requests are directed at a single servlet and our
> application deals with requests wit
All of my HTTP requests are directed at a single servlet and our application
deals with requests with the model-view-controller pattern.
I need to log timings for each request, is there a listener that considers
the request parameters to differentiate requests?
Also I would like all the results sto
you
can use simple files of one value-per-line to "load" the values from file.
If you use CSVRead, then you can use csv files to load values from file.
-Mike
On Fri, 2004-09-24 at 09:37, Ashley Hayes wrote:
> Thanks Sebb,
> Must of missed that restriction on User D
http://jakarta.apache.org/jmeter/usermanual/component_reference.html#User_De
fined_Variables
"Note that the variable's values have to be static: you can't currently use
other variables in their definition."
A bit confusing, but that's the way it is ...
On Fri, 24 Sep 2004 10:3
Hi all,
I've created a test plan that has variables defined for my userid,
password, etc.. I would like to populate these variables from a CSV file. I
tried to achieve this by putting "${__CSVRead(users.csv,0)}" into the value
of the "user defined variable" that is parent to all my sample
15 matches
Mail list logo