I have a list of 50-100 URLs (all for the same domain) I'd like to test using webserver stress tool.

Is there a way of importing my list instead of using the URL recorder?

I really like your product but this functionality is crucial for my situation.

Thanks!


Article Comments

The easiest option should be creating a URL Script and setting the URLs in the OnBeforeClick function

if data.clickcount=0 then data.url="http://myurl" end if
if data.clickcount=1 then data.url="http://myurl2" end if

etc.

Please see: https://www.paessler.com/manuals/webserver_stress_tool/onbeforeclicksamples.htm


Dec, 2012 - Permalink