Number of iteration

2004-06-24 Thread Niraj Shah
Also I would like to knowif there is any way I can know on which iteration my test failed. Thanks

Re: How to use JMeter Built in Function

2004-06-24 Thread nlunebur
hi niraj, just thought i'd say that so far i've found enough resources on the Internet on JMeter and havent needed a book. you can look in the jmeter manual for information such as elements of a test plan, functions, controllers, etc. and what isnt there can be found in forums such as this one!

Re: How to use JMeter Built in Function

2004-06-24 Thread Niraj Shah
I was wondering if there is any book on JMeter. Anyway thanks !! - Original Message - From: "Peter Lin" <[EMAIL PROTECTED]> To: "JMeter Users List" <[EMAIL PROTECTED]> Sent: Friday, June 25, 2004 12:17 AM Subject: Re: How to use JMeter Built in Function > There's a user manual? Who woul

Re: Load question

2004-06-24 Thread Sebastian Bazley
Ways to give JMeter more oomph: Use non-GUI mode. Don't use *any* listeners. Use CSV output rather than XML. Give Java plenty of memory (-server etc). S - Original Message - From: "Ryo Sode" <[EMAIL PROTECTED]> To: "JMeter Users List" <[EMAIL PROTECTED]> Sent: Thursday, June 24, 2004 11:0

Load question

2004-06-24 Thread Ryo Sode
Hi, So I am trying to run a load test where a test plan is sent across 5 jmeter-server machines totaling about 100 threads (20 threads x 5) constantly banging on a server. However, I have a problem running this configuration and generate a highly stressful load against the web server under test.

Re: Thread group only runs first http request

2004-06-24 Thread Peter Lin
:) everyone is human. glad I could help peter On Thu, 24 Jun 2004 14:44:44 -0500, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > I apologize for wasting anyone's time, I hope that another user can benefit > from my mistake. > I greatly appreciate your prompt reply! > Thanks, > Ishmael >

Re: Thread group only runs first http request

2004-06-24 Thread Ishmael . A . Obleton
I apologize for wasting anyone's time, I hope that another user can benefit from my mistake. I greatly appreciate your prompt reply! Thanks, Ishmael Peter Lin <[EMAIL PROTECTED]> on 06/24/2004 02:39:58 PM Please respond to "JMeter Users List" <[EMAIL PROTECTED]> To:JMeter Users Lis

Re: Thread group only runs first http request

2004-06-24 Thread Peter Lin
yeah... you have to change the stop time :) otherwise it will not send any more requests. so the good news is in 1 second you could send 25 requests and it's easy to fix your test plan. peter On Thu, 24 Jun 2004 14:35:45 -0500, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > I think I

Re: Thread group only runs first http request

2004-06-24 Thread Ishmael . A . Obleton
I think I may have found the problem. When I run the test plan without setting the scheduler under the thread group the test runs fine. In the initial setup (in which the whole test plan did not run) I set the scheduler configuration to the following values: Start Time : 2004/06/24 13:25:35

Re: Thread group only runs first http request

2004-06-24 Thread Peter Lin
add a view result tree listener to see exactly what is happening. it might be you're getting errors. how many iterations is the Threadgroup set to? peter On Thu, 24 Jun 2004 14:24:06 -0500, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > I did not receive any errors in the jmeter.log fi

Re: Thread group only runs first http request

2004-06-24 Thread Ishmael . A . Obleton
I did not receive any errors in the jmeter.log file. The only thing in the log file was: 2004/06/24 11:42:44 INFO - jmeter.JMeter: Version 2.0.1 2004/06/24 11:42:44 INFO - jmeter.JMeter: java.version-1.4.1 Peter Lin <[EMAIL PROTECTED]> on 06/24/2004 01:45:39 PM Please respond to "JMeter

Re: Thread group only runs first http request

2004-06-24 Thread Peter Lin
could you look at the JMeter log and post any errors in the file? the log file should be in the jmeter/bin directory. peter On Thu, 24 Jun 2004 13:43:11 -0500, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > I have set up a thread group that has 20+ http request and when I run the > test

Thread group only runs first http request

2004-06-24 Thread Ishmael . A . Obleton
I have set up a thread group that has 20+ http request and when I run the test with 25 threads it only runs the first http request 25 times, not the whole test plan. My test looks like this: Test Plan - Thread Group - - HTTP Cookie Manager - - Aggregate Report -

Re: How to use JMeter Built in Function

2004-06-24 Thread Peter Lin
There's a user manual? Who would have thought such a thing exist :) sometimes I think someone needs to write a book, cuz maybe then people have a dead tree reference to look at. Or it could be the documentation is too hard to navigate. http://jakarta.apache.org/jmeter/usermanual/functions.html

RE: How to use JMeter Built in Function

2004-06-24 Thread Craig Palmer
Have you looked at the user manual? -Original Message- From: Niraj Shah [mailto:[EMAIL PROTECTED] Sent: Thursday, June 24, 2004 9:08 PM To: [EMAIL PROTECTED] Subject: How to use JMeter Built in Function Hi, Can anyone tell me how to use built in functions of JMeter in my test plan. Let'

RE: importing linklists

2004-06-24 Thread BAZLEY, Sebastian
[They were just suggestions...] Large JMX files are anyway not an ideal solution, as the entire file is held in memory. Also, there may be multiple versions of each test element - for example each sampler is cloned per thread. == Have you considered creating Samplers with variable data fields?

Re: importing linklists

2004-06-24 Thread Felix van Hove
Hello, I don't think, scripting is a good choice. Last year I used Tcl scripts for creating JMX, this year I'd have to write new scripts. File format changes. I'm neither convinced of the "evil suggestion". It's not intuitive. It's reusing features build for other purposes. It can't reconstruct

How to use JMeter Built in Function

2004-06-24 Thread Niraj Shah
Hi, Can anyone tell me how to use built in functions of JMeter in my test plan. Let's say I want use _ThreadNum function in my test planhow can I implement this function in my test plan??? Thanks -Niraj