[Tsung] loop on request - loop on a set of requests ?
philippe vanderstraeten
phvander at gmail.com
Wed Apr 2 10:02:31 CEST 2008
Hello,
I looked at the new loop functionnality . The problem is that this loop
parameter applies only on single request.
My wish is to replay a set of URLs which are related to each others. By
Example:
request 1 --> connect
request 2 --> url1
request 3 --> url2
request 4 --> url3
request 5 --> disconnect
I would like to run once per user connect and disconnect and for each user
run the group of request 2,3,4 (in that order) 1000 times.
This is specially usefulll when you want to detect memory leaks in a web
application.
As is it is not possible, I tried to find a workaround duplication my
<request></request> 100 or 200 times, but Tsung blows up due to memory
limitations.
So what could be possible to do ?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.process-one.net/pipermail/tsung-users/attachments/20080402/e2b2195d/attachment.html
More information about the Tsung-users
mailing list