Please assist with the script or code to merge jtl files retrived from jmeter
from remote systems using STAF.
Thanks.
--
View this message in context:
http://www.nabble.com/Merging-result-files-from-remote-servers-tf3754415.html#a12268993
Sent from the JMeter - User mailing list archive at Nab
Adamo, Vince wrote:
>
>
> The JMeter FAQ includes the following in the response to the question
> "How to do remote testing the 'proper way'":
>
> "Running JMeter in non-GUI (batch) mode is preferable, as this uses far
> fewer resources. The output log files can be merged after the test run
>
Thank you Sebb - Yesterday I drawn a solution and its working for me :)
Publishing jmx as well as structure for other users reference -
ThreadGroup
|_HTTP Request
|_RegEx Extractor
|_For Each Controller
|_HTTP Request
|_RegEx Extractor
|_For Each Controller
Hi,
I have checked out using a Beanshell Assertion. With it I can check the
Response Data and if the response is not OK I can set 'Failure = true' but that
does nothing for my Mail Visualiser.
So what do you mean by saying I can 'mark the response as failed'?
Regards,
David Schulberg
Obje
On 21/08/07, vdanu <[EMAIL PROTECTED]> wrote:
>
> > The file is only opened once, but each thread will use a different
> > line from the file.
>
> That is interesting! I thought that each thread will read and repeat to use
> the lines from the file one by one from the beginning.
> Which line is bei
> The file is only opened once, but each thread will use a different
> line from the file.
That is interesting! I thought that each thread will read and repeat to use
the lines from the file one by one from the beginning.
Which line is being picked next? Is it randomized? or sequential?
If I have
On 21/08/07, vdanu <[EMAIL PROTECTED]> wrote:
>
> Thanks for the prompt response!
> Using the CSV dataset looks quite simple to do.
>
> Now, if I define multiple users (threads), will that mean that each user
> will use the same set of data? So the set of requests from different users
> will be com
Thanks for the prompt response!
Using the CSV dataset looks quite simple to do.
Now, if I define multiple users (threads), will that mean that each user
will use the same set of data? So the set of requests from different users
will be coming from a single CSV dataset? Is there any way or possibi
http://jakarta.apache.org/jmeter/usermanual/component_reference.html#ForEach_Controller
On 20/08/07, Ajit Wagh <[EMAIL PROTECTED]> wrote:
> Hello EB,
> I am trying to spider a web page containing IFRAME tags with JMeter 2.2 by
> enabling RegexpHTMLParser.
>
> following is the scenario -
> WEB A
On 21/08/07, ewcia <[EMAIL PROTECTED]> wrote:
>
> Well maybe I didn't explain well my problem.
> My BeanShell script doesn't change some properties or sth like that. I want
> to use this script as BeanShell Sample and execute it some times but this
> script has to be executed on working applicatio
On 21/08/07, vdanu <[EMAIL PROTECTED]> wrote:
>
> I am testing a Web Service, and want to perform a load test with unique
> variables for each request. Having three variables to substitute, I am
> thinking of having my variables in a file, where each line has three fields:
> accountNumber, startDat
I am testing a Web Service, and want to perform a load test with unique
variables for each request. Having three variables to substitute, I am
thinking of having my variables in a file, where each line has three fields:
accountNumber, startDate, and endDate, delimited by commas. These should
subst
You can start a GUI session of JMeter and reload JTL files in any listener.
Or you can process the CSV output files using a spreadsheet, a
scripting language or perhaps a charting program.
On 20/08/07, harschel <[EMAIL PROTECTED]> wrote:
>
> Hi,
> I am running Jmeter script in the non gui mode.T
Which version of JMeter are you running?
Might be worth trying the current nightly, as this has improved SSL
support (better than 2.3RC3)
On 21/08/07, raja raman <[EMAIL PROTECTED]> wrote:
> Hi all,
> I am using Jmeter to stress test my webserver.I have a Solaris 10
> SPARC box with 32 GB
As for HTTP Requests - which may return status 200 but report an error
in the document - you can use an Assertion to check the response and
have it mark the response as failed if the content is not to your
liking.
On 21/08/07, David Schulberg <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I have verified th
Remove as many listeners as possible - indeed you can remove them all
if you are using the -l flag. Use CSV output unless you really need
the XML output.
As to GUI classes in non-GUI mode - yes, JMeter does load some GUI
classes, because the XML aliases need to be defined for the GUI
entries in th
hi,
for our tests, we are running several jmeter testplans in non-gui-mode
(currently 6 jmeters at the same time) on a solaris system. each jmeter
needs up to 500 mb memory size. as we want to start more than 6 jmeter at
the same time... is it possible to reduce memory?
we have already experim
Well maybe I didn't explain well my problem.
My BeanShell script doesn't change some properties or sth like that. I want
to use this script as BeanShell Sample and execute it some times but this
script has to be executed on working application on defined port. I mean if
there is possibility that
Sorry I know what this number means yet :) I didn't read it carefully.
ewcia wrote:
>
> Yes it works.Thanks. But I have some more questions. Do you know what this
> parameters means? (this numbers 70 5 100 60). And how can i measure times
> of script execution, can I write it to some file?
>
>
Yes it works.Thanks. But I have some more questions. Do you know what this
parameters means? (this numbers 70 5 100 60). And how can i measure times of
script execution, can I write it to some file?
sebb-2 wrote:
>
> See:
>
> http://jakarta.apache.org/jmeter/usermanual/best-practices.html#bean
20 matches
Mail list logo