Hi there,

Have you looked at the Best Practices section:
http://jakarta.apache.org/jmeter/usermanual/best-practices.html

Specifically:

    * Use non-GUI mode
    * Use as few Listeners as possible.
    * Rather than using lots of similar samplers, use the same sampler in a 
loop, and use variables (CSV Data Set) to vary the sample. Or perhaps use the 
Access Log Sampler. [The Include Controller does not help here, as it adds 
all the test elements in the file to the test plan.]
    * Don't use functional mode
    * Use CSV output rather than XML
    * Only save the data that you need
    * Use as few Assertions as possible

Sounds like you're loading the links from a file? In that case try using a CSV 
Data Set Config to load them 
http://jakarta.apache.org/jmeter/usermanual/component_reference.html#CSV_Data_Set_Config

Then as the best practices article suggests, have possibly a single sampler in 
a loop, to execute each link

Regards
Noel


On Friday 20 February 2009 04:40:12 Tarun Jain wrote:
> Hi,
> I am new to JMeter and I am trying to do simple load test of a web server.
> I have a file with about 300 links (one on each line) that I would like to
> call sequentially.
>
> What is the best way to do this in JMeter?
>
> I have read quite a bit of documentation & searched this mailing list but
> could not find an answer. Any help is appreciated.
>
> Tarun
> -=-



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to