Re: Problem with using of RegExp variables

2005-03-16 Thread sebb
There will be support for this in the 2.0.3 release, due out very soon. ForEach now supports variables in the input and output variable fields, and the "_" separator is optional, so one can use refName_g or refName_${C}_g in a loop. Hope that works OK ... The code is in the nightly build 2.0.2005

Results Tree Listener does not show Response Data for XML-RPC Request Sampler

2005-03-16 Thread Minne, John
For XML-RPC samplers, I cannot view or save successful sampler response data. The data is supposed to be displayed in the View Result Tree Listener under the Response Data Tab. For requests that return with errors(such as http errors), the response data is displayed. However, if the respons

Re: Running jmeter.bat from outside the installation bin directory

2005-03-16 Thread sebb
If the JMeter bin directory is on the path, the jmeter-n and jmeter-t files currently work from anywhere - but that's because they change the working directory to the directory in which they are found, i.e. bin. Perhaps "someone else" made a similar change to jmeter.bat? Any work-round would need

Re: Running jmeter.bat from outside the installation bin directory

2005-03-16 Thread Sangeetha Srinivasan
well, that's what I thought as well until I saw someone else able to run from any directory, not just the /bin. Is there a workaround? Thanks. sebb <[EMAIL PROTECTED]> 03/16/2005 06:36 AM Please respond to "JMeter Users List" To JMeter Users List cc Subject Re: Running jmeter.bat fr

Re: Grouping Test Results

2005-03-16 Thread Michael Stover
All the listeners record the data in raw form. This allows a recorded test run to be loaded into any visualizer at a later time. -Mike On Wed, 2005-03-16 at 09:28, [EMAIL PROTECTED] wrote: > Quoting Michael Stover <[EMAIL PROTECTED]>: > > > The Aggregate Listener groups sample results by sample

Re: JMeter Consumming all Memory

2005-03-16 Thread Nathan J. Mehl
In the immortal words of [EMAIL PROTECTED] ([EMAIL PROTECTED]): > > I've been trying to use JMeter to run load tests but it seems that no > matter what heap size I give it, it gradually uses up all memory and gets > bogged down in garbage collects. I've had very good luck tuning garbage collect

Properties in main thread

2005-03-16 Thread Buechi Martin
All, I would like to reference Java properties in the main JMeter thread, e.g., in the ResultCollector (View Results in Table) to pass the filename as a Java property. E.g., I would like to use ${__property(report.dir)}/file.xml in the Filename field and pass -Dreport.dir=/tmp/jmeter. Unfortun

Re: Running jmeter.bat from outside the installation bin directory

2005-03-16 Thread sebb
You must run jmeter.bat from the bin directory otherwise JMeter cannot find its jars. And if you want to use it in client server mode, JMeter must be installed in a directory without spaces. S. On Tue, 15 Mar 2005 15:24:59 -0800, Sangeetha Srinivasan <[EMAIL PROTECTED]> wrote: > Hi, > > I want t

Re: Grouping Test Results

2005-03-16 Thread sebb
Or you can use the Transaction Controller, which generates an extra "sample" for all the samplers and timers etc underneath it. S. On Wed, 16 Mar 2005 09:09:20 -0500, Michael Stover <[EMAIL PROTECTED]> wrote: > The Aggregate Listener groups sample results by sampler name - ie the > top text box in

Re: JMeter Consumming all Memory

2005-03-16 Thread sebb
And you'll use even less memory if you run in non-GUI mode. No need to include any listeners if you add the -l flag (it will add one) You can use -Jsummariser.name=myname to automatically write a summary to the log every 3 minutes. See jmeter.properties for more config options. We have run JMet

Re: Problem with using of RegExp variables

2005-03-16 Thread Michael Stover
I would say it'd be ideal for the ForEach Controller to be upgraded to know how to do exactly that - loop through a series of matches from a regex extractor. Until that's done though, I think you're out of luck. -Mike On Wed, 2005-03-16 at 08:56, Vladimir Tsygankov wrote: > Our test script uses

Re: JMeter Consumming all Memory

2005-03-16 Thread Michael Stover
You could probably go pretty far with just the aggregate report. It probably the most memory friendly (will still run out eventually). Since all listeners can save the raw data to file, you would still be able to load the data later into the graph listener. -Mike On Wed, 2005-03-16 at 08:55, [E

Problem with using of RegExp variables

2005-03-16 Thread Vladimir Tsygankov
Our test script uses Regular Expression Extractor with the name "refName1". The main task of the script is to check correctness of all matches. It is possible to use the variables like ${refName1_g1}, ${refName1_g2}, ${refName1_g3} etc. but it is not possible to use the variables like ${refName1_

Re: JMeter Consumming all Memory

2005-03-16 Thread vincent . lortie
I am running the aggregate report and indeed a graphical listener. I will try running the same tests with only the simple listener and see how that works. Thanks for the quick reply! Always, Vince Peter Lin <[EMAIL PROTECTED]> 03/16/2005 08:50 AM Please respond to "JMeter Users List"

Re: JMeter Consumming all Memory

2005-03-16 Thread Peter Lin
what listeners do you have in the test plan? if you plan to run a test plan for longer than 30minutes, you should use the simple listener to write the results to a file. If you use view result tree or any of the graphical listeners, it will eventually run out of memory. peter On Wed, 16 Mar 2

Re: Grouping Test Results

2005-03-16 Thread Michael Stover
The Aggregate Listener groups sample results by sampler name - ie the top text box in the sampler's gui control panel. If you named them all the same, their statistics would be calculated together on one line of the aggregate report. -Mike On Wed, 2005-03-16 at 08:39, Gareth Western wrote: > I d

JMeter Consumming all Memory

2005-03-16 Thread vincent . lortie
Hi, I've been trying to use JMeter to run load tests but it seems that no matter what heap size I give it, it gradually uses up all memory and gets bogged down in garbage collects. I am using a series of HTTP Samplers to generate roughly 50 requests a second (50 threads each generating 1 reque

Grouping Test Results

2005-03-16 Thread Gareth Western
I don't think my last message was sent properly, but it may just be lagging so i'm sorry if this is a duplicate. I was just wondering if there's any way to group series of test results together in the resulting xml file, when using something like the Aggregate Listener? I have a thread group which