Name

urllist — groups several url adressess

synopsis

<urllist> ... </urllist>

parent elements

                    <flood>
                

children elements

                    <name> 
                    [ <description> ] 
                    [ <baseurl> ]
                    (<url> | 
                    <sequence>)+
                

attributes

none.

character data

ignored.

description

This element is a container for <url> elements, which are basic data unit of flood. Every flood configuration file must have at least one urllist element. Every urllist must be asociated with name (using <name> children element) and optionally with description.

When combined with proper profile type, this element allows a creation of url paths. That means a sequence of url addresses, that simulate a real human behaviour, such as: logon to service, retrieve random (or specified) article, logoff.

examples

   <urllist>
      <name>single url</name>
      <url>http://www.example.com/</url>
   </urllist>