Thanks!  I've got StringFromFile to work for the first
entry, but how do I reuse these values further down in
the script?.  If I make the same call again I get the
next value in the file.  I want to reuse the same
value throughout that run of the Thread Group.

It seems the second value given to the the function
should be the name of a function that could be called
to retrieve this value, but I can't tell.  There is an
note in the code saying:
/*
 * It appears that JMeter instantiates a new copy of
each function for every reference in a Sampler
 * or elsewhere.
 */
Does this mean the reuse of this value doesn't work?

--- Mike Stover <[EMAIL PROTECTED]> wrote:
> Try the new function recently added:
> 
> StringFromFile.java.  It's pretty simple to use. 
> You make a file that has values (1 
> per line) that are put into a variable.  The file is
> read one value at a time, so it 
> shouldn't overload memory at all..
> 
> -Mike
> 
> On 27 Feb 2003 at 9:46, Drew Gulino wrote:
> 
> > I having problems creating a test plan with over
> 1000
> > distinct users.
> > 
> > Directly creating individual thread groups in a
> *.jmx
> > creates >13Mb files that JMeter's parser chokes on
> > (SAX error).
> > 
> > If I create over 1000 entries with User Parameters
> > directly in the *.jmx, then JMeter doesn't give an
> > error, but never comes up.  It just hangs for over
> 5
> > minutes with my PIII 500 at 100% CPU utilization,
> and
> > then I stop the process.  If it takes more than 5
> > minutes to open it probably will not run.
> > 
> > I think this is the direct result of the tight
> > integration between the data and the gui.  I
> believe
> > JMeter is having trouble displaying a 1000+ entry
> > table.
> > 
> > I understand the HTTP User Parameter Modifier is
> > deprecated, but it seems my only choice.  How does
> > this work?  There is no documentation.  It doesn't
> > seem to work with the ${variable} syntax.
> > 
> > I am under a deadline, so don't have time to
> modify
> > the code.  Any help would be greatly appreciated.
> > 
> > 
> > __________________________________________________
> > Do you Yahoo!?
> > Yahoo! Tax Center - forms, calculators, tips, more
> > http://taxes.yahoo.com/
> > 
> >
>
---------------------------------------------------------------------
> > To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> > For additional commands, e-mail:
> [EMAIL PROTECTED]
> > 
> 
> 
> 
> --
> Michael Stover
> [EMAIL PROTECTED]
> Yahoo IM: mstover_ya
> ICQ: 152975688
> AIM: mstover777
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 


__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to