On 19-Apr-2002 Bill Moseley wrote:

> Also, does anyone have suggestions for testing once throttling is in place?
>  I don't want to start cutting off the good customers, but I do want to get
> an idea how it acts under load.  ab to the rescue, I suppose.

wget supports recursive spidering. Or try IE or another browser that will save
an entire site to disk. The scripts that the cherry pickers use to garner email
addresses are probably all over the net too...

for i in `seq 1 10`; do 
 cd /tmp
 mkdir wget$i
 cd wget$i 
 wget -rb http://localhost/wiki
done

Load on my server immediately jumped from < 1 to 12 when I did this.

Wim

Reply via email to