Re: Saving Listener(s)

2004-06-28 Thread Peter Lin
normally I add as a child of the thread group. say you have 2 thread groups. If you want to record each thread group separately, add the simple listener to each thread group. On the otherhand, if you want 1 log for both thread groups, add the listener as a sibling to the thread groups. peter On

Cookie Manager

2004-06-28 Thread Krishna Satya
Hi I am trying to test a web application with JMeter. I have added a Cookie Manager to my ThreadGroup and can see the expected behavior of JMeter handing cookies. There are parts of the web application where client-side javascript is invoked to create cookies. In order to simulate this I added

how can i see which thread is currently being run?

2004-06-28 Thread nlunebur
hi all, i've implemented (in theory) a way to run the http requests under the thread group only if the ${threadNum} is at a particular value. i want a way where i can see if it is really only running that particular thread number. is there a way i can do this? i have: Thread Group If Controll

Re: Saving Listener(s)

2004-06-28 Thread Niraj
Can you please tell me what is that "right level" so that I can save the results from the listener and read it later uisng the same listener GUI. My Test Plan : Test Plan Thread Group (10 users, 100 loop) Simple Co

Re: counter behavior

2004-06-28 Thread Michael Stover
You only loop once, so the counter doesn't increment unless there are multiple users and you aren't tracking by user. If you wanted to increment for each time the Runtime Controller begins, put the counter inside there. -Mike On Mon, 2004-06-28 at 20:53, Remedy QA wrote: > I'm wondering if the f

counter behavior

2004-06-28 Thread Remedy QA
I'm wondering if the following is the behavior for a Pre-processor Counter element. I have the following test plan which uses a counter variable. I am using the nightly build from June 12. Test Plan ThreadGroup (1 user, Loop once) Counter - increments by 1 Simple Controller

Re: Machine configuration used for JMeter

2004-06-28 Thread Peter Lin
I have my own development environment for testing JMeter plugin's I write. AMD 2ghz, 1 Gb RAM, Redhat fedora 1, jdk1.4.2, tomcat5 Sun X1, 768Mb RAM, jdk1.4.2, tomcat5 gateway 450 laptop 1.4 ghz, 1 Gb RAM, Windows XP pro, Jmeter 2.0 home built 450mhz P3, 512Mb RAM, Windows XP pro, Jmeter 2.0 At wo

Machine configuration used for JMeter

2004-06-28 Thread Remedy QA
Hi JMeter Users, I would like to solicit feedback of what machine specifications you're using to successfully load one Jmeter client with *reasonable* response times. This would greatly help out new users on setting up a load. What is the OS, CPU type, Memory of the machine? What is the

Re: Memory Leak using XP?

2004-06-28 Thread Mike Darretta
Craig Palmer wrote: I use 2.0.0 and don't have any issues after 20+ hours of testing using 150 threads (2.5 samples per second each). I use a heap of 512MB, I turn all listeners off as they grow in size over time as they record sample results. -Original Message- From: Mike Darretta [mailto:

RE: Memory Leak using XP?

2004-06-28 Thread Craig Palmer
I use 2.0.0 and don't have any issues after 20+ hours of testing using 150 threads (2.5 samples per second each). I use a heap of 512MB, I turn all listeners off as they grow in size over time as they record sample results. -Original Message- From: Mike Darretta [mailto:[EMAIL PROTECTED]

Memory Leak using XP?

2004-06-28 Thread Mike Darretta
I have been witnessing an apparent memory leak with JMeter 2.0.1 using XP. Bug 27573 addresses a know leak using the Windows OS that seems to be unresolved since 1.9.1. If I execute a plan with around 60 HTTP requests using 5 threads, I run out of memory after only 10 minutes (using default he

Randomly selecting checkboxes

2004-06-28 Thread James Hughes
Hi. I have a form that, on submission, returns a page with multiple entities (a search result of sorts), each of which has a checkbox. These entries are all part of a form that can subsequently allow the user to narrow down the results to only show the ones that they have selected. I wish to wri

Re: Saving Listener(s)

2004-06-28 Thread Peter Lin
it will save the results of the sampler if you put the listener at the right level. give it try. it does take a while to learn JMeter and how it works. peter On Mon, 28 Jun 2004 18:40:14 +0545, Niraj <[EMAIL PROTECTED]> wrote: > > Peter Lin wrote: > > Does it save the entire results I think

Re: Saving Listener(s)

2004-06-28 Thread Niraj
Peter Lin wrote: Does it save the entire results I think it will only save the structure of the listener not the results open your test plan and add a the listener. then give it a file name to save the file. http://jakarta.apache.org/jmeter/usermanual/build-test-plan.html http://jakarta.apach

Re: Saving Listener(s)

2004-06-28 Thread Peter Lin
open your test plan and add a the listener. then give it a file name to save the file. http://jakarta.apache.org/jmeter/usermanual/build-test-plan.html http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Simple_Data_Writer peter On Mon, 28 Jun 2004 09:07:36 +0545, Niraj <[EMAIL