I need a script to simulate load

  1. wget
  2. Overview: “GNU Wget is a free software package for retrieving files using HTTP, HTTPS and FTP, the most widely-used Internet protocols. It is a non-interactive command line tool, so it may easily be called from scripts, cron jobs, terminals without X-Windows support, etc.”
  3. Details: The wget command line tool has the advantage of being very easy to script. One very quick way to generate a load with wget is to use the “-r” to recursively download an entire website. Wget is designed for downloading, but if you just want it to generate a load you can set the “--spider” option. For a complete list of options, run “wget --help”.
  4. Links: • Project's web page: http://www.gnu.org/software/wget/

Do anyone know of a finished script to do so ? I would be forever grateful for a link :D